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)

プロパティ値

適用対象