InMemoryCache type

Přerušovaný typ pro zpracování datových objektů v paměti s definovanými typy

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