Sign in

Type: Tokens

OAuth 2.0 / OpenID Connect token endpoint response.

Properties

PropertyTypeDescription
access_tokenstringAccess token issued by the authorization server.
expires_in?numberLifetime of the access token (in seconds) from the time the response was issued.
id_token?stringOptional ID token containing authentication claims about the user.
refresh_token?stringOptional refresh token used to obtain new access tokens without requiring user re-authentication.
scope?stringSpace-separated list of scopes granted for the access token.
token_type?stringToken type issued.
© 2024 MonoCloud. All rights reserved.