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

    Interface ScreenMembersOnMfaPushChallengePush

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

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

    Hierarchy (View Summary)

    Index

    Properties

    captcha: Classes.CaptchaContext | null
    captchaImage: string | null
    captchaProvider: string | null
    captchaSiteKey: string | 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
    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    name: string
    texts: Record<string, string> | null