AcquireTokenInteractiveParameterBuilder.WithExtraScopesToConsent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder WithExtraScopesToConsent(System.Collections.Generic.IEnumerable<string> extraScopesToConsent);
member this.WithExtraScopesToConsent : seq<string> -> Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
Public Function WithExtraScopesToConsent (extraScopesToConsent As IEnumerable(Of String)) As AcquireTokenInteractiveParameterBuilder
パラメーター
- extraScopesToConsent
- IEnumerable<String>
セキュリティ トークンを取得する保護された Web API のスコープに加えて、エンド ユーザーに事前に同意を要求できるスコープ。
返品
を連結するビルダー。メソッドを使用する