Class TokenInfo
- Namespace
- GuildWars2.Authorization
- Assembly
- GW2SDK.dll
Information about the access token. This is a base type, derived types exist for API keys and subtokens. Cast objects of this type to a more specific type to access more properties.
public record TokenInfo : IEquatable<TokenInfo>
- Inheritance
-
TokenInfo
- Implements
- Derived
- Inherited Members
Properties
- Id
The ID of the (root) API key.
- Name
The name of the (root) API key.
- Permissions
The allowed permissions.