InMemoryCache type

Tillfällig typ för att hantera minnesinterna dataobjekt med definierade typer

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