Get an Account from an existing token.
Namespace:
IpernityNETAssembly: 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 AccountExceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |