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

    Interface ScreenMembersOnMfaPushChallengePush

    Interface for the screen data specific to mfa-push-challenge-push screen

    interface ScreenMembersOnMfaPushChallengePush {
        name: string;
        captchaImage: string | null;
        captchaSiteKey: string | null;
        captchaProvider: string | null;
        isCaptchaAvailable: boolean;
        links: Record<string, string> | null;
        texts: Record<string, string> | null;
        captcha: CaptchaContext | null;
        data: { deviceName: string; showRememberDevice?: boolean } | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string
    captchaImage: string | null
    captchaSiteKey: string | null
    captchaProvider: string | null
    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    texts: Record<string, string> | null
    captcha: CaptchaContext | null
    data: { deviceName: string; showRememberDevice?: boolean } | null

    Type Declaration

    • { deviceName: string; showRememberDevice?: boolean }
      • deviceName: string

        The name of the device receiving the push notification

      • OptionalshowRememberDevice?: boolean

        Whether to show the remember device option

    • null