Click or drag to resize
TokeninfoWrapper.Get Method (String)
View Project on GitHub
This resource returns information about the supplied API key.

Namespace: GW2CSharp.V2.Authenticated.TokenInfo
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Tokeninfo Get(
	string token
)

Parameters

token
Type: System.String
API key.

Return Value

Type: Tokeninfo
Informations about the supplied API key.
See Also