Variable CredentialTypeConst

CredentialType: {
    ACCESS_TOKEN: "AccessToken";
    ACCESS_TOKEN_WITH_AUTH_SCHEME: "AccessToken_With_AuthScheme";
    ID_TOKEN: "IdToken";
    REFRESH_TOKEN: "RefreshToken";
} = ...

Credential Type stored in the cache

Type declaration

  • Readonly ACCESS_TOKEN: "AccessToken"
  • Readonly ACCESS_TOKEN_WITH_AUTH_SCHEME: "AccessToken_With_AuthScheme"
  • Readonly ID_TOKEN: "IdToken"
  • Readonly REFRESH_TOKEN: "RefreshToken"

Generated using TypeDoc