This resource is used to create one-time login tokens for auto-login of users. Note that the tokens created by this resource are valid for 1 minute and can only be consumed once.
GET
Method not supported.
POST
Mandatory parameters
Name | Type | Description |
---|---|---|
user_id | int | Kaisa's unique ID for user. |
Optional parameters
None.
Output
Name | Type | Description |
---|---|---|
logintoken | string | Login token. |
logintoken_valid | string | Validity timestamp for login token (UTC). |
PUT
Method not supported.
DELETE
Method not supported.
Comments
0 comments
Please sign in to leave a comment.