Exchange an OAuth authorization code for an access token
id_token
is included in the response when the openid
scope is granted, and the refresh_token
is included when the offline_access
scope is granted.
invalid_request
: The request is missing a required parameter or is otherwise malformedinvalid_client
: Client authentication failedinvalid_grant
: The authorization code is invalid or has expiredunauthorized_client
: The client is not authorized to use this grant typeserver_error
: An unexpected error occurred on the serverAPI key for authentication
Default Response
The response is of type object
.