Difference between revisions of "Login"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description= |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style="background:#88ccff;font-size:110%" ! Field !...")
 
 
Line 22: Line 22:
 
! Token
 
! Token
 
{{!}} String
 
{{!}} String
{{!}}  
+
{{!}} Parameter to be sent to the API within the requests to identify the users.
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  

Latest revision as of 09:05, 22 October 2015


Members

Field Data Type Description
Expiration long Timestamp that represent the duration time the token will be valid on context.
Hashcode String
Token String Parameter to be sent to the API within the requests to identify the users.
SessionId String NEW IN 2.4!

It's affect the length of the TOKEN when logged or not.


Example

{

"Token": "AN_ZGAE6U_f7ohL7Opj6GNvAVvIH88dcndf_bNoSzXJZDWMeSuE1VomDGNj-RkFBuFfq1VgvPkT2kGIySdCWLMMGVAcmyjZUCsCFYuvZhO2lIbOqjTu_mZaQzfeQj_OqEqH0vDRPGJAZQ-9WhY2pp-0RsMLF1KjTWa46QQCgF9PrwTqwsYJiIB3DJNpylSfG1Z9z1F5ZDo6ijgUuTzkqc8pBzUZBkMTQ",
"Expiration": 1400801387,
"Hashcode": null
"SessionId": "37d6cd071f39440fbc4537b1d8c62e00"

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral
2.4 New properties implemented on object. SessionId


See also