cURL
curl --request POST \ --url https://passkeys.hanko.io/{tenant_id}/login/finalize \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "type": "public-key", "rawId": "<string>", "authenticatorAttachment": "cross-platform", "response": { "clientDataJSON": "<string>", "authenticatorData": "<string>", "signature": "<string>", "userHandle": "<any>" }, "clientExtensionResults": { "appid": true, "appidExclude": true, "credProps": { "rk": true } } }'
{ "token": "<string>" }
Finalize the login operation
UUID of the tenant
36
["1f496bcd-49da-4839-a02f-7ce681ccb488"]
Example response
The response is of type object.
object
Was this page helpful?