core.oauthtokentype
Home > @medplum/core > OAuthTokenType
OAuthTokenType variable
OAuth 2.0 Token Type Identifiers See RFC 8693 Section 3.1 for full details.
Signature:
OAuthTokenType: {
readonly AccessToken: "urn:ietf:params:oauth:token-type:access_token";
readonly RefreshToken: "urn:ietf:params:oauth:token-type:refresh_token";
readonly IdToken: "urn:ietf:params:oauth:token-type:id_token";
readonly Saml1Token: "urn:ietf:params:oauth:token-type:saml1";
readonly Saml2Token: "urn:ietf:params:oauth:token-type:saml2";
}