Class AcquireTokenInteractiveParameterBuilderExtensions
- Namespace
- Microsoft.Identity.Client.Extensibility
- Assembly
- Microsoft.Identity.Client.dll
public static class AcquireTokenInteractiveParameterBuilderExtensions
- Inheritance
-
AcquireTokenInteractiveParameterBuilderExtensions
- Inherited Members
Methods
WithCustomWebUi(AcquireTokenInteractiveParameterBuilder, ICustomWebUi)
Extension method enabling MSAL.NET extenders for public client applications to set a custom web UI that will let the user sign-in with Azure AD, present consent if needed, and get back the authorization code
public static AcquireTokenInteractiveParameterBuilder WithCustomWebUi(this AcquireTokenInteractiveParameterBuilder builder, ICustomWebUi customWebUi)
Parameters
builderAcquireTokenInteractiveParameterBuilderBuilder for an AcquireTokenInteractive
customWebUiICustomWebUiCustomer implementation for the Web UI
Returns
- AcquireTokenInteractiveParameterBuilder
the builder to be able to chain .With methods