ScopeOrAppPermissionAuthorizationRequirement 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 ScopeOrAppPermissionAuthorizationRequirement (System.Collections.Generic.IEnumerable<string>? scopeAllowedValues = default, System.Collections.Generic.IEnumerable<string>? appPermissionAllowedValues = default);
new Microsoft.Identity.Web.ScopeOrAppPermissionAuthorizationRequirement : seq<string> * seq<string> -> Microsoft.Identity.Web.ScopeOrAppPermissionAuthorizationRequirement
Public Sub New (Optional scopeAllowedValues As IEnumerable(Of String) = Nothing, Optional appPermissionAllowedValues As IEnumerable(Of String) = Nothing)
Parameters
- scopeAllowedValues
- IEnumerable<String>
The optional list of scope values.
- appPermissionAllowedValues
- IEnumerable<String>