The Authentication Controller provides authentication operations for identifying the User
Topic | Description |
---|---|
AuthCode | Authenticates with the server, providing client identity and an authorisation grant sourced externally. |
AuthOwner | Authenticates with the server, providing full identity including user name and password. |
AuthToken | Authenticates with the server, providing an access token sourced from an external Authorisation Server such as OAuth. |
QueryIdentify | Retrieves the current authenticated user information for the connection. |
See Common for queries that are common to all controllers.
Topic | Description |
---|---|
Identify | Announces the latest authority details. |