Body
Information used to request an access token.
Type of grant:
- password - username and password authentication
- client_credentials - client_id and client_secret
password
, client_credentials
The unique identifier of the client provided by Identity.
The secret key associated with the ClientID used for secure authentication.
Password is the password associated with the username, required for 'password' grant type authentication.
Username is the username for authentication, applicable when GrantType is 'password'.
Response
Indicates that the resource was successfully created and the operation was completed as expected.
Information used to manage OAuth2 authentication data. It securely stores access credentials, ensuring seamless authorization and control over protected resources.
A temporary token that grants the user secure access the APIs.
The time (in seconds) until the token expires.
The identity details about the authenticated user in OpenID Connect standards. It can be used to verify user authentication.
A long-lived token that allows users to obtain a new <code>access_token</code> without requiring them to log in again.
The level of access granted to the issued tokens
The type of token issued.