Verifies if the current token is still valid.
Namespace:
IpernityNETAssembly: 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 FalseRemarks
This method encapsulates auth.checkToken
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |