StoreInCache type

控制是否应将令牌存储在缓存中。 如果设置为 false,则令牌可能仍可获取并返回,但不会缓存以供以后检索。

type StoreInCache = {
  accessToken?: boolean
  idToken?: boolean
  refreshToken?: boolean
}