IsHandshakeExpired

IsHandshakeExpired

The method will return true if your handshake string already expired.

NOTE: You can have several valid handshakes at the same time.

URI

https://www.fillanypdf.com/api/rest/IsHandshakeExpired

Input Parameters

name type comment
handshake string Authentication token

Returns

true if the authentication token has expired; otherwise, false.

REST

<?xml version="1.0" encoding="utf-8" ?>
<ServiceResultOfBoolean xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <Failed>false</Failed>
    <Result>true</Result>
</ServiceResultOfBoolean>

In case of an error, the Result is returned empty (null) and the field Error is populated with the error message.

SOAP

Returns ServiceResult<bool>

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License