Verifies if the specified 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(
	string token
)
Visual Basic (Declaration)
Public Function CheckAuthToken ( _
	token As String _
) As Boolean
Visual C++
public:
bool CheckAuthToken(
	String^ token
)

Parameters

token
Type: System..::.String
The token to check

Return Value

True for success, otherwise False

Remarks

This method encapsulates auth.checkToken

Exceptions

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

See Also