InMemoryCache type

Временный тип для обработки объектов данных в памяти с определенными типами

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