InMemoryCache type
정의된 형식을 사용하여 메모리 내 데이터 개체를 처리하는 간헐적 형식
type InMemoryCache = {
accessTokens: AccessTokenCache
accounts: AccountCache
appMetadata: AppMetadataCache
idTokens: IdTokenCache
refreshTokens: RefreshTokenCache
}