InMemoryCache type

Onregelmatig type voor het verwerken van in-memory gegevensobjecten met gedefinieerde typen

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