Authentication
Exchange ID token for access token
Exchange an ID token for an access token using OAuth 2.0 token exchange. This endpoint is used internally by the SDK when token exchange is configured.
post/oauth/token
Response
Token exchange successful
Example response
{
"token_type": "Bearer",
"expires_in": 3600
}