Difference between revisions of "Validate Token"

From King Arthur's Gold Wiki
Jump to: navigation, search
Line 13: Line 13:
 
== Successful Response ==
 
== Successful Response ==
  
  {"playerTokenVerification": false}
+
  {"playerTokenVerification": true}
  
 
== Error Conditions ==
 
== Error Conditions ==
  
 
No error conditions are known/documented right now, as they would likely just end up as a 'false' token validation.
 
No error conditions are known/documented right now, as they would likely just end up as a 'false' token validation.

Revision as of 08:15, 10 March 2012


Implementation Status: Implemented
URI: https://api.kag2d.com/player/$PLAYER/token/verification/$TOKEN
HTTP Verbs Supported: GET
Response Type: JSON dictionary
HTTP Auth Required: No

Request Details

This resource is the validation of the token provided. Tokens are only allowed to be validated once, and they expire very shortly after they are created (subject to change, but assume on the order of 15-45 seconds). The response will be a boolean true if the token provided is valid (unused, unaltered, unexpired), false in all other cases.

Successful Response

{"playerTokenVerification": true}

Error Conditions

No error conditions are known/documented right now, as they would likely just end up as a 'false' token validation.