captchaImage
captchaImage: string | null
captchaSiteKey
captchaSiteKey: string | null
captchaProvider
captchaProvider: string | null
isCaptchaAvailable
isCaptchaAvailable: boolean
data
data: | Record< string, | string | boolean | string[] | Record<string, string[]> | PhonePrefix[] | PasskeyCreate, > | null links
links: Record<string, string> | null
texts
texts: Record<string, string> | null
webAuthnType
webAuthnType: string | null
publicKey
publicKey: | { user: { id: string; name: string; displayName: string }; rp: { id: string; name: string }; challenge: string; pubKeyCredParams: [{ type: string; alg: number }]; authenticatorSelection: { residentKey: string; userVerification: string; authenticatorAttachment?: string; }; excludeCredentials?: { id: string; type: string; transports?: AuthenticatorTransport[]; }[]; } | null
Interface for screen data specific to mfa-webauthn-roaming-enrollment screen.