The newly-obtained access token.
Optionalexpires_The lifetime of the access token, in seconds.
Optionalid_The user identity token, proving that the user has been authenticated.
Optionalrefresh_The lifetime of the refresh token, in seconds.
Optionalrefresh_The refresh token used to obtain a new access token when the original token expires.
OptionalscopeThe effective scope of the newly-obtained token.
The type of the token. Currently only bearer tokens are emitted.
Tokenrepresents the structure returned by the authorization server in response to a successful token request. It includes access tokens, refresh tokens, and additional details necessary for client authentication and authorization in OAuth2-based flows.