TokeninfoWrapper.Get Method (String) |
View Project on GitHub
This resource returns information about the supplied API key.
Namespace: GW2CSharp.V2.Authenticated.TokenInfoAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Tokeninfo Get(
string token
)
Parameters
- token
- Type: System.String
API key.
Return Value
Type:
TokeninfoInformations about the supplied API key.
See Also