Aracılığıyla paylaş


PublicClientApplicationBuilder.WithBroker(Boolean) Method

Definition

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.

Applies to