Authentication API
Provides access to the authentication features of Alfresco Content Services.
- Last Build date: 2018-11-05T11:24:58.864Z
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 |