cURL
curl --request POST \ --url https://passkeys.hanko.io/{tenant_id}/mfa/login/finalize \ --header 'Content-Type: application/json' \ --header 'apiKey: <apikey>' \ --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
Secret API key
32
Tenant ID
Example response
The response is of type object.
object
Was this page helpful?