Share via


MsalProviderOptions.DefaultAccessTokenScopes Propiedad

Definición

Obtiene o establece la lista de ámbitos de tokens de acceso predeterminados que se aprovisionan durante el flujo de inicio de sesión.

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

Valor de propiedad

Se aplica a