Skip to main content
Class implementing the mfa-webauthn-roaming-enrollment screen functionality. This screen is displayed when a user needs to enroll a WebAuthn roaming authenticator (like a security key).
Example

Constructors

Constructor
Creates an instance of MfaWebAuthnRoamingEnrollment screen manager.

Properties

string

Methods

Promise<void>
Initiates the WebAuthn credential creation and submits the result to the server. This corresponds to the user interacting with the FIDO Security Keys prompt.
Example
Retrieves the array of transaction errors from the context, or an empty array if none exist.An array of error objects from the transaction context.
Promise<void>
Submits details about a WebAuthn browser error to the server. This is used when the browser’s WebAuthn API encounters an error.
Example
Promise<void>
Allows the user to try another MFA method. This corresponds to the “Try Another Method” button.
Example