Permission Class |
Namespace: GW2CSharp.V2.Authenticated.TokenInfo
public class Permission
The Permission type exposes the following members.
Name | Description | |
---|---|---|
![]() | Account |
Grants access to the /v2/account endpoint (This permission is required for all API keys).
|
![]() | Builds |
Grants access to view each character's equipped specializations.
|
![]() | Characters |
Grants access to the /v2/characters endpoint.
|
![]() | Inventories |
Grants access to inventories in the /v2/characters endpoint and to the /v2/account/bank endpoint.
|
![]() | Progression |
Grants access to achievements, dungeon unlock status, mastery point assignments, and general PvE progress.
|
![]() | Pvp |
Grants access to the /v2/pvp sub-endpoints. (i.e. /v2/pvp/games, /v2/pvp/stats)
|
![]() | Tradingpost |
Grants access to the /v2/commerce/transactions endpoint.
|
![]() | Unlocks |
Grants access to the /v2/skins and /v2/dyes endpoints.
|
![]() | Wallet |
Grants access to the /v2/wallet endpoint.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |