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)

속성 값

적용 대상