InMemoryCache type
Intermittierender Typ zum Behandeln von In-Memory-Datenobjekten mit definierten Typen
type InMemoryCache = {
accessTokens: AccessTokenCache
accounts: AccountCache
appMetadata: AppMetadataCache
idTokens: IdTokenCache
refreshTokens: RefreshTokenCache
}