次の方法で共有


OAuthChallengeProperties.Scope プロパティ

定義

チャレンジ要求に使用される "スコープ" パラメーター値。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Scope { System::Collections::Generic::ICollection<System::String ^> ^ get(); void set(System::Collections::Generic::ICollection<System::String ^> ^ value); };
public System.Collections.Generic.ICollection<string> Scope { get; set; }
member this.Scope : System.Collections.Generic.ICollection<string> with get, set
Public Property Scope As ICollection(Of String)

プロパティ値

適用対象