BrokerExtension.WithBroker 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.
Brokers enable Single-Sign-On, device identification,and application identification verification, while increasing the security of applications. Use this API to enable brokers on desktop platforms.
See https://aka.ms/msal-net-wam for more information on platform specific settings required to enable the broker such as redirect URIs.
public static Microsoft.Identity.Client.PublicClientApplicationBuilder WithBroker (this Microsoft.Identity.Client.PublicClientApplicationBuilder builder, Microsoft.Identity.Client.BrokerOptions brokerOptions);
static member WithBroker : Microsoft.Identity.Client.PublicClientApplicationBuilder * Microsoft.Identity.Client.BrokerOptions -> Microsoft.Identity.Client.PublicClientApplicationBuilder
<Extension()>
Public Function WithBroker (builder As PublicClientApplicationBuilder, brokerOptions As BrokerOptions) As PublicClientApplicationBuilder
Parameters
- builder
- PublicClientApplicationBuilder
- brokerOptions
- BrokerOptions
This provides cross platform options for broker.
Returns
A PublicClientApplicationBuilder from which to set more parameters, and to create a public client application instance