AcquireTokenInteractiveParameterBuilder.WithSystemWebViewOptions Method

Definition

Specifies options for using the system OS browser handle interactive authentication.

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

Parameters

options
SystemWebViewOptions

Data object with options

Returns

The builder to chain the .With methods

Applies to