Share via


MsalProviderOptions.AdditionalScopesToConsent Propriété

Définition

Obtient ou définit une liste d’étendues supplémentaires pour le consentement pendant le flux de connexion initial.

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

Valeur de propriété

Remarques

Utilisez ce paramètre pour demander le consentement pour les étendues d’autres ressources.

S’applique à