A valid request URL is required to generate request examples{
"challenge": "<string>",
"timeout": 123,
"extensions": {},
"rp": {
"id": "<string>",
"name": "<string>"
},
"user": {
"name": "<string>",
"id": "<string>",
"displayName": "<string>"
},
"pubKeyCredParams": [
{
"type": "<string>",
"alg": 123
}
],
"authenticatorSelection": {
"authenticatorAttachment": "<string>",
"residentKey": "<string>",
"userVerification": "<string>"
},
"excludeCredentials": [
{
"type": "<string>",
"id": "<string>"
}
],
"challenge_token": "<string>"
}Returns WebAuthn options for registering a new passkey.
A valid request URL is required to generate request examples{
"challenge": "<string>",
"timeout": 123,
"extensions": {},
"rp": {
"id": "<string>",
"name": "<string>"
},
"user": {
"name": "<string>",
"id": "<string>",
"displayName": "<string>"
},
"pubKeyCredParams": [
{
"type": "<string>",
"alg": 123
}
],
"authenticatorSelection": {
"authenticatorAttachment": "<string>",
"residentKey": "<string>",
"userVerification": "<string>"
},
"excludeCredentials": [
{
"type": "<string>",
"id": "<string>"
}
],
"challenge_token": "<string>"
}The body is of type object.
OK
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes