AcquireTokenInteractiveParameterBuilder.WithUseEmbeddedWebView(Boolean) Method
Definition
Specifies if the public client application should used an embedded web browser or the system default browser
public Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder WithUseEmbeddedWebView (bool useEmbeddedWebView);
member this.WithUseEmbeddedWebView : bool -> Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
Public Function WithUseEmbeddedWebView (useEmbeddedWebView As Boolean) As AcquireTokenInteractiveParameterBuilder
Parameters
- useEmbeddedWebView
- Boolean
If true
, will use an embedded web browser,
otherwise will attempt to use a system web browser. The default depends on the platform:
false
for Xamarin.iOS and Xamarin.Android, and true
for .NET Framework,
and UWP
Returns
The builder to chain the .With methods