Type alias InMemoryCache

InMemoryCache: {
    accessTokens: AccessTokenCache;
    accounts: AccountCache;
    appMetadata: AppMetadataCache;
    idTokens: IdTokenCache;
    refreshTokens: RefreshTokenCache;
}

Intermittent type to handle in-memory data objects with defined types

Type declaration

  • accessTokens: AccessTokenCache
  • accounts: AccountCache
  • appMetadata: AppMetadataCache
  • idTokens: IdTokenCache
  • refreshTokens: RefreshTokenCache

Generated using TypeDoc