Click or drag to resize
AccountWrapperGet Method (String)
View Project on GitHub
This resource returns information about player accounts.

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

Parameters

token
Type: SystemString
API key.

Return Value

Type: Account
Informations about player accounts.
See Also