POST api/Auth/CheckLogin
Checks if the tiket is valid (not sure why this has to be done because it is checked in every call you make when implementing the WebApiTokenAuthentication attribute on the controllers) The ConservativeExpiration property is used to allow a ticket to expire earlier because a ticket is not expired at the beginning of the login process, but during the process. If the option "ConservativeExpiration" is set to true, then a default margin in seconds is subtracted from expiration time.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>