次の方法で共有


OAuthChallengeProperties.SetScope(String[]) メソッド

定義

"scope" パラメーター値を設定します。

public:
 virtual void SetScope(... cli::array <System::String ^> ^ scopes);
public virtual void SetScope (params string[] scopes);
abstract member SetScope : string[] -> unit
override this.SetScope : string[] -> unit
Public Overridable Sub SetScope (ParamArray scopes As String())

パラメーター

scopes
String[]

スコープの一覧。

適用対象