Use this endpoint to get a new OAuth 2.0 access token.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
OAuth2TokenExchange
OAuth2 Token Exchange Result
The access token issued by the authorization server.
The lifetime in seconds of the access token. For example, the value "3600" denotes that the access token will expire in one hour from the time the response was generated.
To retrieve a refresh token request the id_token scope.
The refresh token, which can be used to obtain new access tokens. To retrieve it add the scope "offline" to your access token request.
The scope of the access token
The type of the token issued