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