InMemoryCache type

Tipo intermitente para lidar com objetos de dados em memória com tipos definidos

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