Passkey
Generate Passkey Authentication Options
Generate options to authenticate with an existing passkey.
POST
/
user-authenticators
/
passkey
/
authentication-options
Body
application/json
challengeId
string
The ID of the challenge returned by Initiate Challenge. Only required if you want to customize the action code associated with the passkey sign-in.
username
string
If passed, will restrict the allowed credentials for the passkey sign-in to those associated with the given username. Recommended for when using passkeys for MFA or step-up authentication.
Response
200 - application/json
challengeId
string
requiredThe ID of the passkey challenge. Should be passed back to the complete the challenge.
options
object
requiredThe options for public key credential authentication, including rpId and challenge.
Was this page helpful?