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)

属性值

适用于