Sdílet prostřednictvím


MsalProviderOptions.AdditionalScopesToConsent Vlastnost

Definice

Získá nebo nastaví seznam dalších oborů pro vyjádření souhlasu během počátečního přihlašovacího toku.

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)

Hodnota vlastnosti

Poznámky

Tento parametr použijte k vyžádání souhlasu pro obory pro jiné prostředky.

Platí pro