Skip to main content
Version: 5.7.0

CreateHandoffId

Creates a handoff authentication id with security token.

ServiceOperation
identityCREATE_HANDOFF_ID

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"securityToken": "9XRVaE",
"handoffId": "a30dcdf8-88ed-4b16-b313-59c8ee3feb06"
},
"status": 200
}