Get an Account from an existing token.

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public Account AuthGetAccount(
	string token
)
Visual Basic (Declaration)
Public Function AuthGetAccount ( _
	token As String _
) As Account
Visual C++
public:
Account^ AuthGetAccount(
	String^ token
)

Parameters

token
Type: System..::.String
The desired token

Return Value

The Account

Exceptions

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error

See Also