WebauthnBeginRegistrationResponse
Reply object
errorstring
The error message if the request was unsuccessful
error_codestring
The error code if the request was unsuccessful
successboolean
Whether or not the request was successful or not
unverifiedboolean
mediationstring
publicKey object
attestationstring
attestationFormatsstring[]
authenticatorSelection object
authenticatorAttachmentstring
requireResidentKeybooleannullable
residentKeystring
userVerificationstring
challengestring<byte>
excludeCredentials object[]
Array [
idstring<byte>
transportsstring[]
typestring
]
extensions object
property name*any
hintsstring[]
pubKeyCredParams object[]
Array [
alginteger
typestring
]
rp object
idstring
namestring
timeoutinteger
user object
displayNamestring
id
namestring
sessionstring
WebauthnBeginRegistrationResponse
{
"Reply": {
"error": "string",
"error_code": "string",
"success": true,
"unverified": true
},
"mediation": "string",
"publicKey": {
"attestation": "string",
"attestationFormats": [
"string"
],
"authenticatorSelection": {
"authenticatorAttachment": "string",
"requireResidentKey": true,
"residentKey": "string",
"userVerification": "string"
},
"challenge": "string",
"excludeCredentials": [
{
"id": "string",
"transports": [
"string"
],
"type": "string"
}
],
"extensions": {},
"hints": [
"string"
],
"pubKeyCredParams": [
{
"alg": 0,
"type": "string"
}
],
"rp": {
"id": "string",
"name": "string"
},
"timeout": 0,
"user": {
"displayName": "string",
"id": {},
"name": "string"
}
},
"session": "string"
}