BIOMETRIC_AUTHENTICATION_FAILED
" if the end user fails the Biometric Authentication.apiKey
onFinish: (identityAccessKey: string) => void
identityAccessKey:
The UUID of the completed verificationonError: (errorCode: string, context: { step: StepID }) => void
errorCode:
The reason why the flow failed. Can be one of the following:"CANCELLED_BY_USER" | "BIOMETRIC_AUTHENTICATION_FAILED" | "UNSUPPORTED_BROWSER"
context:
Additional error context information (contains the step where the error occurred)StepID:
"START" | "CONSENT" | "EMAIL" | "COUNTRY" | "RESOURCE CHOICE" | "RESOURCE | "SUMMARY" | "FINISHED"
onStart: () => void
2.1.9
is required.IDENTITY_AUTHENTICATED
, specific to authentication. This webhook will fire when the identity is authenticated successfully.event
string
key
string
status
string
created
integer
updated
integer
processed
integer
IDENTITY_AUTHENTICATED
webhook event.2.1.9
and create a new root identity to begin testing the Reauthentication feature.