AuthenticationProviderProperties.Scope Property
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.
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)