Authorization
Authorization
RequiredBearer <token>In: header
Request Body
application/json
RequiredloginId
stringemail
stringredirectUrl
stringaddToLoginIDs
booleanfalse
onMergeUseExisting
booleanfalse
providerId
stringtemplateOptions
objectlocale
stringOK
Poll Session POST
### Poll user session for successful completion of token verification This endpoint is used to wait for the enchanted link verification by the end user. Use this endpoint in a poling way, until it returns a successful JWT, or timeout error. The response object includes the session JWT `sessionJwt` and refresh JWT `refreshJwt` when this endpoint completes successfully. ### See Also - See [Enchanted link Authentication](/api/enchantedlink/) for details about implementing enchanted links. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <Project ID>`
OAuth Social Login API Overview
Use the Descope REST API to build OAuth social logins for your application.