Tokens
Bearer authentication
Executed successfully.
Token lifetime in seconds
Bad request.
unexpected error
unexpected error
Bearer authentication
The OAuth2 grant type that determines how the token will be issued.
OAuth2 client identifier
OAuth2 client secret
Resource owner username (for password grant)
The password of the resource owner. Required only when using the password grant type.
The refresh token used to obtain a new access token. Required only when using the refresh_token grant type.
Authorization code issued by the authorization server. Used in the authorization_code grant to exchange the code for an access token.
The redirect URI used during the authorization request. Required for the authorization_code grant to validate the redirect destination.
Successfully issued token
The access token issued by the authorization server
The type of the token issued (typically "Bearer")
BearerThe lifetime in seconds of the access token
3600The refresh token, which can be used to obtain new access tokens
ID Token value associated with the authenticated session (OpenID Connect)
The scope of the access token
Invalid request
Client authentication failed
unexpected error
unexpected error
Bearer authentication
Executed successfully.
Bad request.
unexpected error
unexpected error
Last updated