View Project on GitHub
Initialization of a new tokeninfo object.
Namespace: GW2CSharp.V2.Authenticated.TokenInfoAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Tokeninfo(
string id,
string name,
List<string> permissions
)
Parameters
- id
- Type: SystemString
The API key that was requested. - name
- Type: SystemString
The name given to the API key by the account owner. - permissions
- Type: System.Collections.GenericListString
Describes which permissions the API key has granted.
See Also