@auth0/auth0-acul-js - v0.1.0-beta.9
    Preparing search index...

    Interface ScreenMembersOnMfaWebAuthnRoamingEnrollment

    Interface for screen data specific to mfa-webauthn-roaming-enrollment screen.

    interface ScreenMembersOnMfaWebAuthnRoamingEnrollment {
        captcha: Classes.CaptchaContext | null;
        captchaImage: string | null;
        captchaProvider: string | null;
        captchaSiteKey: string | null;
        data:
            | Record<
                string,
                | string
                | boolean
                | Classes.PasskeyCreate
                | string[]
                | Record<string, string[]>
                | Classes.PhonePrefix[],
            >
            | null;
        isCaptchaAvailable: boolean;
        links: Record<string, string> | null;
        name: string;
        publicKey:
            | {
                authenticatorSelection: {
                    authenticatorAttachment?: string;
                    residentKey: string;
                    userVerification: string;
                };
                challenge: string;
                pubKeyCredParams: [{ alg: number; type: string }];
                rp: { id: string; name: string };
                user: { displayName: string; id: string; name: string };
            }
            | null;
        texts: Record<string, string>
        | null;
        webauthnType: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    captcha: Classes.CaptchaContext | null
    captchaImage: string | null
    captchaProvider: string | null
    captchaSiteKey: string | null
    data:
        | Record<
            string,
            | string
            | boolean
            | Classes.PasskeyCreate
            | string[]
            | Record<string, string[]>
            | Classes.PhonePrefix[],
        >
        | null
    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    name: string
    publicKey:
        | {
            authenticatorSelection: {
                authenticatorAttachment?: string;
                residentKey: string;
                userVerification: string;
            };
            challenge: string;
            pubKeyCredParams: [{ alg: number; type: string }];
            rp: { id: string; name: string };
            user: { displayName: string; id: string; name: string };
        }
        | null
    texts: Record<string, string> | null
    webauthnType: string | null