Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
 
 

auth-rest-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Authentication API

Provides access to the authentication features of Alfresco Content Services.

Documentation updated on: 2019-10-17T13:35:27.038+01:00

Methods

All URIs are relative to:

https://localhost/alfresco/api/-default-/public/authentication/versions/1
Class Method HTTP request Description
AuthenticationApi createTicket POST /tickets Create ticket (login)
AuthenticationApi deleteTicket DELETE /tickets/-me- Delete ticket (logout)
AuthenticationApi validateTicket GET /tickets/-me- Validate ticket

Models