InMemoryCache: {
accessTokens: AccessTokenCache;
accounts: AccountCache;
appMetadata: AppMetadataCache;
idTokens: IdTokenCache;
refreshTokens: RefreshTokenCache;
}
Type declaration
-
accessTokens: AccessTokenCache
-
accounts: AccountCache
-
appMetadata: AppMetadataCache
-
idTokens: IdTokenCache
-
refreshTokens: RefreshTokenCache
Intermittent type to handle in-memory data objects with defined types