MsalProviderOptions.AdditionalScopesToConsent 屬性

定義

取得或設定在初始登入流程期間要同意的其他範圍清單。

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)

屬性值

備註

使用此參數來要求同意其他資源的範圍。

適用於