TokenCacheNotificationArgs.RequestScopes Property

Definition

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.

Applies to