InMemoryCache type

Jenis terputus-terputus untuk menangani objek data dalam memori dengan jenis yang ditentukan

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