Skip to main content

ServerPublicKeyCredentialServerAuthenticatorAssertionResponse

Send authenticator assertion response to server as a ServerAuthenticatorAssertionResponse object

idstring
rawIdstring
typestring
response object
clientDataJSONstring
authenticatorDatastring
signaturestring
userHandlestring
clientExtensionResultsobject
ServerPublicKeyCredentialServerAuthenticatorAssertionResponse
{
"id": "string",
"rawId": "string",
"type": "string",
"response": {
"clientDataJSON": "string",
"authenticatorData": "string",
"signature": "string",
"userHandle": "string"
},
"clientExtensionResults": {}
}