AuthorizationUrlRequest type

警告

この API は非推奨になりました。

Will be removed in future version

この種類は非推奨であり、次のメジャー バージョンの更新プログラムで削除されます

type AuthorizationUrlRequest = Omit<
  CommonAuthorizationUrlRequest,
  "requestedClaimsHash" | "platformBroker"
>