PublicClientApplicationBuilder.WithBroker(Boolean) 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
The desktop broker is not directly available in the MSAL package. Install the NuGet package Microsoft.Identity.Client.Broker and call the extension method .WithBroker(BrokerOptions). For details, see https://aka.ms/msal-net-wam
[System.Obsolete("The desktop broker is not directly available in the MSAL package. Install the NuGet package Microsoft.Identity.Client.Broker and call the extension method .WithBroker(BrokerOptions). For details, see https://aka.ms/msal-net-wam", true)]
public Microsoft.Identity.Client.PublicClientApplicationBuilder WithBroker (bool enableBroker = true);
[<System.Obsolete("The desktop broker is not directly available in the MSAL package. Install the NuGet package Microsoft.Identity.Client.Broker and call the extension method .WithBroker(BrokerOptions). For details, see https://aka.ms/msal-net-wam", true)>]
member this.WithBroker : bool -> Microsoft.Identity.Client.PublicClientApplicationBuilder
Public Function WithBroker (Optional enableBroker As Boolean = true) As PublicClientApplicationBuilder
Parameters
- enableBroker
- Boolean
Returns
- Attributes
Exceptions
Remarks
On desktop (.NET, .NET Framework) install the NuGet package Microsoft.Identity.Client.Broker and call .WithBroker(BrokerOptions). This is not needed for MAUI apps.