Share via


AccessTokenRequestOptions.Scopes 속성

정의

토큰에 대해 요청할 범위 목록을 가져오거나 설정합니다.

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

속성 값

적용 대상