Share via


AccessTokenRequestOptions.Scopes Propiedad

Definición

Obtiene o establece la lista de ámbitos que se van a solicitar para el token.

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

Valor de propiedad

Se aplica a