Variable PersistentCacheKeysConst
PersistentCacheKeys: {
ACTIVE_ACCOUNT: "active-account";
ACTIVE_ACCOUNT_FILTERS: "active-account-filters";
ADAL_ID_TOKEN: "adal.idtoken";
CLIENT_INFO: "client.info";
ERROR: "error";
ERROR_DESC: "error.description";
ID_TOKEN: "idtoken";
} = ...
Type declaration
-
Readonly
ACTIVE_ACCOUNT: "active-account"
-
Readonly
ACTIVE_ACCOUNT_FILTERS: "active-account-filters"
-
Readonly
ADAL_ID_TOKEN: "adal.idtoken"
-
Readonly
CLIENT_INFO: "client.info"
-
Readonly
ERROR: "error"
-
Readonly
ERROR_DESC: "error.description"
-
Readonly
ID_TOKEN: "idtoken"
Persistent cache keys MSAL which stay while user is logged in.