InMemoryCache type

定義された型を持つメモリ内データ オブジェクトを処理する断続的な型

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