MicrosoftIdentityConsentAndConditionalAccessHandler(IServiceProvider) Constructor

Definition

Overloads

MicrosoftIdentityConsentAndConditionalAccessHandler(IServiceProvider)

Initializes a new instance of the MicrosoftIdentityConsentAndConditionalAccessHandler class.

MicrosoftIdentityConsentAndConditionalAccessHandler(IServiceProvider)

Initializes a new instance of the MicrosoftIdentityConsentAndConditionalAccessHandler class.

public MicrosoftIdentityConsentAndConditionalAccessHandler (IServiceProvider serviceProvider);
new Microsoft.Identity.Web.MicrosoftIdentityConsentAndConditionalAccessHandler : IServiceProvider -> Microsoft.Identity.Web.MicrosoftIdentityConsentAndConditionalAccessHandler
Public Sub New (serviceProvider As IServiceProvider)

Parameters

serviceProvider
IServiceProvider

Service provider to get the HttpContextAccessor for the current HttpContext, when available.

Applies to