AccessToken.GrantedScopes Property

Definition

Gets or sets the list of granted scopes for the token.

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ GrantedScopes { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::String ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<string> GrantedScopes { get; set; }
member this.GrantedScopes : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property GrantedScopes As IReadOnlyList(Of String)

Property Value

Applies to