WamExtension.WithWindowsBroker 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)
Enables Windows broker flows on older platforms, such as .NET framework, where these are not available in the box with Microsoft.Identity.Client For details about Windows broker, see https://aka.ms/msal-net-wam
[System.Obsolete("This API has been replaced with WithBroker(BrokerOptions)")]
public static Microsoft.Identity.Client.PublicClientApplicationBuilder WithWindowsBroker (this Microsoft.Identity.Client.PublicClientApplicationBuilder builder, bool enableBroker = true);
[<System.Obsolete("This API has been replaced with WithBroker(BrokerOptions)")>]
static member WithWindowsBroker : Microsoft.Identity.Client.PublicClientApplicationBuilder * bool -> Microsoft.Identity.Client.PublicClientApplicationBuilder
<Extension()>
Public Function WithWindowsBroker (builder As PublicClientApplicationBuilder, Optional enableBroker As Boolean = true) As PublicClientApplicationBuilder
Parameters
- builder
- PublicClientApplicationBuilder
- enableBroker
- Boolean
Returns
- Attributes