Skip to main content
Interface defining the available methods and properties for the mfa-webauthn-roaming-enrollment screen.
Example

Properties

Methods

enroll
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
showError
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
tryAnotherMethod
Promise<void>
Allows the user to try another MFA method. This corresponds to the “Try Another Method” button.
Example