Passkey
Verify Passkey Authentication
Finish the process of authenticating with an existing passkey authenticator.
POST
/
verify
/
passkey
Body
application/json
challengeId
string
requiredThe ID of the passkey challenge returned when generating authentication options.
authenticationCredential
object
requiredThe authentication credential object, based on https://w3c.github.io/webauthn/#dictdef-authenticationresponsejson.
deviceId
string
The ID of the device.
Response
200 - application/json
isVerified
boolean
requiredTrue if the passkey challenge was valid and the device was authenticated successfully.
accessToken
string
A token which can be used to validate the passkey challenge server-side.
Was this page helpful?