AcquireTokenInteractiveParameterBuilder.WithSystemWebViewOptions メソッド

定義

システム OS ブラウザーで対話型認証を処理するためのオプションを指定します。

public Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder WithSystemWebViewOptions(Microsoft.Identity.Client.SystemWebViewOptions options);
member this.WithSystemWebViewOptions : Microsoft.Identity.Client.SystemWebViewOptions -> Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
Public Function WithSystemWebViewOptions (options As SystemWebViewOptions) As AcquireTokenInteractiveParameterBuilder

パラメーター

options
SystemWebViewOptions

オプションを含むデータ オブジェクト

返品

を連結するビルダー。メソッドを使用する

適用対象