Skip to main content

WebauthnLoginFinishRequest

authenticatorAttachmentstring

How the authenticator is attached

clientExtensionResults object

Extension results

idstring

The credential ID

rawIdstring

The raw credential ID

response object

The authenticator response

authenticatorDatastring

The authenticator data

clientDataJSONstring

The client data JSON

signaturestring

The assertion signature

userHandlestring

The user handle

typestring

The credential type, should be 'public-key'

WebauthnLoginFinishRequest
{
"authenticatorAttachment": "string",
"clientExtensionResults": {},
"id": "string",
"rawId": "string",
"response": {
"authenticatorData": "string",
"clientDataJSON": "string",
"signature": "string",
"userHandle": "string"
},
"type": "string"
}