Complete the handoff process and authenticate on the target device using the handoff code.
curl --request POST \
--url https://api.fluxer.app/v1/auth/handoff/complete \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>",
"token": "<string>",
"user_id": "<string>"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}curl --request POST \
--url https://api.fluxer.app/v1/auth/handoff/complete \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>",
"token": "<string>",
"user_id": "<string>"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}