Skip to content

Auth Controller

The Authentication Controller provides authentication operations for identifying the User

TopicDescription
AuthCodeAuthenticates with the server, providing client identity and an authorisation grant sourced externally.
AuthOwnerAuthenticates with the server, providing full identity including user name and password.
AuthTokenAuthenticates with the server, providing an access token sourced from an external Authorisation Server such as OAuth.
QueryIdentifyRetrieves the current authenticated user information for the connection.

See Common for queries that are common to all controllers.

TopicDescription
IdentifyAnnounces the latest authority details.