Auth Controller
The Authentication Controller provides authentication operations for identifying the User
Queries
Section titled “Queries”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.
Subscriptions
Section titled “Subscriptions”Topic | Description |
---|---|
Identify | Announces the latest authority details. |