PublicClientApplicationBuilder.WithWindowsBrokerOptions 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.
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
- options
- WindowsBrokerOptions
Returns
- Attributes