Get a Account from the frob

Namespace:  IpernityNET
Assembly:  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 user

Remarks

This method encapsulates auth.getToken

Exceptions

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

See Also