Generate Passkey Authentication Options
Generate options to authenticate with an existing passkey.
Authorizations
Use a short-lived token obtained from the Server API's Track Action endpoint. The token is valid for 10 minutes and should be passed in the Authorization header as 'Bearer {token}'.
Body
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.
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.
Request a Secure Payment Confirmation (SPC) ceremony for a 3-D Secure payment. When true, the response offers only payment-capable credentials and includes the payment transaction set server-side via track custom data.
Response
OK
The ID of the passkey challenge. Should be passed back to the complete the challenge.
The options for public key credential authentication, including rpId and challenge.
For a Secure Payment Confirmation request, the transaction set server-side on the action (via track custom data) that the cardholder is asked to confirm. The client renders these values; it does not supply them.
For a Secure Payment Confirmation request, the persisted instrument label for each payment-capable credential, used as the SPC instrument in the payment dialog.

