Freigeben über


ScopeAuthorizationRequirement(IEnumerable<String>) Constructor

Definition

Creates a new instance of ScopeAuthorizationRequirement.

public ScopeAuthorizationRequirement (System.Collections.Generic.IEnumerable<string>? allowedValues = default);
new Microsoft.Identity.Web.ScopeAuthorizationRequirement : seq<string> -> Microsoft.Identity.Web.ScopeAuthorizationRequirement
Public Sub New (Optional allowedValues As IEnumerable(Of String) = Nothing)

Parameters

allowedValues
IEnumerable<String>

The optional list of scope values.

Applies to