Generate options to authenticate with an existing passkey.
cURL
curl --request POST \ --url https://api.authsignal.com/v1/client/user-authenticators/passkey/authentication-options \ --header 'Content-Type: application/json' \ --data '{ "challengeId": "<string>", "username": "<string>" }'
{ "challengeId": "<string>", "options": {} }
OK
The response is of type object.
object
Was this page helpful?