TokenCacheNotificationArgs.RequestScopes 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.
Scopes specified in the AcquireToken* method.
public System.Collections.Generic.IEnumerable<string> RequestScopes { get; }
member this.RequestScopes : seq<string>
Public ReadOnly Property RequestScopes As IEnumerable(Of String)
Property Value
Remarks
Note that Azure Active Directory may return more scopes than requested, however this property will only contain the scopes requested.