OAuth 2.0 Token Exchange Request parameters:
OAuth 2.0 Token Exchange Response:
Token Type Identifierss are the following URIs:
(Access Token) - indicate that the token is an OAuth 2.0 Access Token - same as "access_token" but as a URI
(Refresh Token) - indicate that the token is an OAuth 2.0 Refresh Token - same as "refresh_token" but as a URI
(id_token)- Indicates that the token is an ID Token, as defined in Section 2 of OpenID.Core.
- Indicates that the token is a base64url-encoded SAML 1.1 OASIS.saml-core-1.1 assertion.
- Indicates that the token is a base64url-encoded SAML V2.0 OASIS.saml-core-2.0-os assertion.
- is defined in Section 9 of JWT, indicates that the token is a JWT.!! More Information