v1
latestOpenAPI 3.1.02026-07-268342124.0 KBGenerate Registration Options
Generate options to register a new passkey.
Request body
The username which uniquely identifies the user, e.g. email address. Will be inferred from an existing user identifier if not passed.
An additional identifier which will be displayed to the user to help them recognize the passkey.
The preferred authenticator type. Set to platform for the device authenticator, cross-platform for a roaming authenticator, or null to let the user choose.
Register a Secure Payment Confirmation (SPC) credential for use in 3-D Secure payments. When true, Authsignal forces a platform authenticator with required user verification and the WebAuthn payment extension, and marks the stored credential payment-capable.
An optional payment instrument label (e.g. "Visa ••1234") persisted against an SPC credential and shown in future payment dialogs. Only applies when securePaymentConfirmation is true.
Response
OK
The ID of the passkey challenge. Should be passed back to the complete the registration.
The options for public key credential creation, based on https://w3c.github.io/webauthn/#dictdef-publickeycredentialcreationoptionsjson.