編集

次の方法で共有


SilentFlowRequest type

SilentFlow parameters passed by the user to retrieve credentials silently

type SilentFlowRequest = Partial<
  Omit<CommonSilentFlowRequest, "account" | "scopes" | "storeInCache">
> & { account: AccountInfo; scopes: string[] }