Skip to main content
ScreenMembersOnMfaWebAuthnRoamingChallenge
Example
export interface ScreenMembersOnMfaWebAuthnRoamingChallenge extends ScreenMembers {
    showRememberDevice?: boolean;
    webauthnType: string | null;
    publicKey: PasskeyRead['public_key'] | null;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
Screen-specific data.
isCaptchaAvailable
boolean
name
string
publicKey
showRememberDevice?
boolean
texts
Record
webauthnType
string