InMemoryCache type

Bellek içi veri nesnelerini tanımlı türlerle işlemek için aralıklı tür

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