v1

latestOpenAPI 3.1.02026-07-268342124.0 KB
Passkeys

Verify Authentication

Finish the process of authenticating with an existing passkey authenticator.

post/verify/passkey

Request body

challengeIdstring required

The ID of the passkey challenge returned when generating authentication options.

authenticationCredentialobject required

The authentication credential object, based on https://w3c.github.io/webauthn/#dictdef-authenticationresponsejson.

deviceIdstring

The ID of the device.

Response

OK

isVerifiedboolean required

True if the passkey challenge was valid and the device was authenticated successfully.

accessTokenstring

A token which can be used to validate the passkey challenge server-side.

userIdstring

The ID of the Authsignal user associated with the passkey.

userAuthenticatorIdstring

The ID of the user's authenticator which is associated with the passkey credential.

usernamestring

The username associated with the passkey.

userDisplayNamestring

The display name associated with the passkey.