Skip to main content
MfaWebAuthnEnrollmentSuccessMembers
Example

Properties

Access to the specific properties and data of the ‘mfa-webauthn-enrollment-success’ screen. Includes the nickname of the enrolled authenticator and its webauthnType.

Methods

continue
Promise<void>
Allows the user to continue the authentication flow after successful WebAuthn enrollment. This method sends a POST request to the /u/mfa-webauthn-enrollment-success endpoint with action: "default".A promise that resolves when the continue action is successfully submitted. On success, the browser will typically be redirected to the next step in the flow.

Throws

Throws an error if the form submission fails (e.g., network issue, invalid state).
Example