다음을 통해 공유


AccessToken.GrantedScopes 속성

정의

토큰에 대해 부여된 범위 목록을 가져오거나 설정합니다.

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

속성 값

적용 대상