@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface ScreenMembersOnPasskeyEnrollment

    interface ScreenMembersOnPasskeyEnrollment {
        name: string;
        captchaImage: string | null;
        captchaSiteKey: string | null;
        captchaProvider: string | null;
        isCaptchaAvailable: boolean;
        data:
            | Record<
                string,
                | string
                | boolean
                | string[]
                | Record<string, string[]>
                | PhonePrefix[]
                | PasskeyCreate,
            >
            | null;
        links: Record<string, string> | null;
        texts: Record<string, string> | null;
        captcha: CaptchaContext | null;
        backLink: string | null;
        loginLink: string | null;
        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;
                };
            }
            | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string
    captchaImage: string | null
    captchaSiteKey: string | null
    captchaProvider: string | null
    isCaptchaAvailable: boolean
    data:
        | Record<
            string,
            | string
            | boolean
            | string[]
            | Record<string, string[]>
            | PhonePrefix[]
            | PasskeyCreate,
        >
        | null
    links: Record<string, string> | null
    texts: Record<string, string> | null
    captcha: CaptchaContext | null
    backLink: string | null
    loginLink: string | null
    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;
            };
        }
        | null