Verifies if the current token is still valid.

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

Syntax

C#
public bool CheckAuthToken()
Visual Basic (Declaration)
Public Function CheckAuthToken As Boolean
Visual C++
public:
bool CheckAuthToken()

Return Value

True for success, otherwise False

Remarks

This method encapsulates auth.checkToken

Exceptions

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

See Also