Changes from Version 1 of zooomr.auth.checkToken

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/09/08 05:15:09 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.auth.checkToken

    v0 v1  
     1= zooomr.auth.checkToken = 
     2 
     3Returns the credentials attached to an authentication token. This call must be signed as specified in the authentication API spec. 
     4 
     5=== Authentication === 
     6 
     7This method does not require authentication. 
     8 
     9=== Arguments === 
     10 
     11api_key (Required) 
     12    Your API application key. 
     13auth_token (Required) 
     14    The authentication token to check.  
     15 
     16=== Example Response === 
     17{{{ 
     18{"stat": "ok", "auth": {"_content": {"perms": "write", "token": "Z01:TOKENSTRING", "user": {"username": "bluemonki", "fullname": "bluemonki", "nsid": "13205@Z01"}}}} 
     19}}}