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

Propiedades

captchaImage
string
captchaProvider
string
captchaSiteKey
string
Datos específicos de cada pantalla.
isCaptchaAvailable
boolean
name
string
showRememberDevice?
boolean
texts
Record
webauthnType
string