MsalProviderOptions.DefaultAccessTokenScopes プロパティ

定義

サインイン フロー中にプロビジョニングする既定のアクセス トークン スコープの一覧を取得または設定します。

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)

プロパティ値

適用対象