Login
Jump to navigation
Jump to search
Members
Field | Data Type | Description |
---|---|---|
Expiration | long | Timestamp that represent the duration time the token will be valid on context. |
Hashcode | String | |
Token | String | |
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 |