Auth

Get handoff status with secret

Check the status of a handoff session using the poll secret from initiation. Returns the authentication token once the handoff is complete and the presented secret matches.

post/auth/handoff/{code}/status

Path parameters

codestring required

The code

Request body

poll_secretstring required

The poll secret issued when the handoff was initiated

Response

Success

statusstring required

Current status of the handoff (pending, completed, expired)

tokenstring nullable

Authentication token if handoff is complete

user_idstring snowflake

Changes

Changed in 1 of the 3 revisions of this API.1