OAuthOptions.Scope 属性

定义

获取要请求的权限列表。

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

属性值

适用于