Skip to main content
Interface for screen data specific to mfa-webauthn-roaming-enrollment screen.
Example
export interface ScreenMembersOnMfaWebAuthnRoamingEnrollment extends ScreenMembers {
  webauthnType: string | null;
  publicKey: PasskeyCreate['public_key'] | null;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
isCaptchaAvailable
boolean
name
string
publicKey
authenticatorSelection
texts
Record
webauthnType
string