Liking cljdoc? Tell your friends :D

cral.api.auth


create-ticketclj

(create-ticket username password & [opts])

Logs in and returns the new authentication ticket.
More info here.

Logs in and returns the new authentication ticket.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Authentication%20API#/authentication/createTicket).
sourceraw docstring

delete-ticketclj

(delete-ticket ticket & [opts])

Deletes logged in ticket (logout).
More info here.

Deletes logged in ticket (logout).\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Authentication%20API#/authentication/deleteTicket).
sourceraw docstring

validate-ticketclj

(validate-ticket ticket & [opts])

Check if the specified ticket is still valid.
More info here.

Check if the specified ticket is still valid.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Authentication%20API#/authentication/validateTicket).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close