core.oauthtokentype
Home > @medplum/core > OAuthTokenType
OAuthTokenType variable
OAuth 2.0 Token Type Identifiers See: https://datatracker.ietf.org/doc/html/rfc8693\#name-token-type-identifiers
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";
}