ภาษา

AuthenticationProviderProperties.Scope Property

Definition

The scopes used by an application during authentication to authorize access to a user's details. A maximum of 10 scopes is supported, each scope can contain up to 128 characters, and all scopes can contain up to 256 characters combined.

public System.Collections.Generic.IList<string> Scope { get; }
member this.Scope : System.Collections.Generic.IList<string>
Public ReadOnly Property Scope As IList(Of String)

Property Value

Applies to