Enum Permission
- Namespace
- GuildWars2.Authorization
- Assembly
- GW2SDK.dll
Represents the permissions available for Guild Wars 2 authorization.
[JsonConverter(typeof(PermissionJsonConverter))]
public enum Permission
Fields
Account = 1
Grants access to the account information.
Builds = 2
Grants access to the builds information.
Characters = 3
Grants access to the characters information.
Guilds = 4
Grants access to the guilds information.
Inventories = 5
Grants access to the inventories information.
Progression = 6
Grants access to the progression information.
PvP = 7
Grants access to the PvP information.
Unlocks = 8
Grants access to the unlocks information.
Wallet = 9
Grants access to the wallet information.
TradingPost = 10
Grants access to the trading post information.
Wvw = 11
Grants access to the WvW guild information.