Skip to main content

WebauthnRegistrationFinishRequest

authenticatorAttachmentstring

How the authenticator is attached

clientExtensionResults object

Extension results

idstring

The credential ID

rawIdstring

The raw credential ID

response object

The authenticator response

attestationObjectstring

The attestation object

authenticatorDatastring

The authenticator data

clientDataJSONstring

The client data JSON

publicKeystring

The public key

publicKeyAlgorithminteger

The public key algorithm

transportsstring[]

Available transports

typestring

The credential type, should be 'public-key'

WebauthnRegistrationFinishRequest
{
"authenticatorAttachment": "string",
"clientExtensionResults": {},
"id": "string",
"rawId": "string",
"response": {
"attestationObject": "string",
"authenticatorData": "string",
"clientDataJSON": "string",
"publicKey": "string",
"publicKeyAlgorithm": 0,
"transports": [
"string"
]
},
"type": "string"
}