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