InMemoryCache type

Intermittent type to handle in-memory data objects with defined types

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