AcquireTokenInteractiveParameterBuilder.WithSystemWebViewOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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