core.oauthtokentype | Medplum

OAuthTokenType variable [​](/content/docs/sdk/core.oauthtokentype#oauthtokentype-variable "Direct link to OAuthTokenType variable"/index.html)

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";
}