Create Access Token
Generate OAuth 2.0 access tokens based on request parameters.
Request
This endpoint expects an object.
clientId
clientAuthenticationMethod
clientAssertion
clientSecret
clientAssertionType
Response
Returns a token response.
access_token
The serialized access token
refresh_token
The serialized refresh token if applicable
id_token
The serialized ID token if applicable
token_type
The token type (e.g., Bearer)
scope
The space-delimited list of granted scopes
expires_in
The number of seconds from now until the access token expires
Errors
400
Bad Request Error
500
Internal Server Error

