InMemoryCache type

Tipo intermittente per gestire oggetti dati in memoria con tipi definiti

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