ScopeAuthorizationRequirement(IEnumerable<String>) Constructor
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.
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.