Get a Account from the frob
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public Account AuthGetToken( string frob ) |
Visual Basic (Declaration) |
---|
Public Function AuthGetToken ( _ frob As String _ ) As Account |
Visual C++ |
---|
public: Account^ AuthGetToken( String^ frob ) |
Parameters
- frob
- Type: System..::.String
The desired frob
Return Value
The account of the userRemarks
This method encapsulates auth.getToken
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |