PublicClientApplicationBuilder.WithWindowsBrokerOptions Method

Definition

Caution

This API has been replaced with WithBroker(BrokerOptions), which can be found in Microsoft.Identity.Client.Broker package. See https://aka.ms/msal-net-wam for details.

Allows customization of the Windows 10 Broker experience.

[System.Obsolete("This API has been replaced with WithBroker(BrokerOptions), which can be found in Microsoft.Identity.Client.Broker package. See https://aka.ms/msal-net-wam for details.", false)]
public Microsoft.Identity.Client.PublicClientApplicationBuilder WithWindowsBrokerOptions (Microsoft.Identity.Client.WindowsBrokerOptions options);
[<System.Obsolete("This API has been replaced with WithBroker(BrokerOptions), which can be found in Microsoft.Identity.Client.Broker package. See https://aka.ms/msal-net-wam for details.", false)>]
member this.WithWindowsBrokerOptions : Microsoft.Identity.Client.WindowsBrokerOptions -> Microsoft.Identity.Client.PublicClientApplicationBuilder
Public Function WithWindowsBrokerOptions (options As WindowsBrokerOptions) As PublicClientApplicationBuilder

Parameters

Returns

Attributes

Applies to