次の方法で共有


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)

プロパティ値

注釈

他のリソースのスコープの同意を要求するには、このパラメーターを使用します。

適用対象