@auth0/auth0-acul-js - v1.0.0-alpha.2
    Preparing search index...

    Interface ScreenMembersOnLoginPasswordlessSmsOtp

    interface ScreenMembersOnLoginPasswordlessSmsOtp {
        backLink: string | null;
        captcha: Screens.CaptchaContext | null;
        captchaImage: string | null;
        captchaProvider: string | null;
        captchaSiteKey: string | null;
        data: { phone_number: string; username: string };
        isCaptchaAvailable: boolean;
        links: Record<string, string> | null;
        name: string;
        resetPasswordLink: string | null;
        signupLink: string | null;
        texts: Record<string, string> | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backLink: string | null
    captcha: Screens.CaptchaContext | null
    captchaImage: string | null
    captchaProvider: string | null
    captchaSiteKey: string | null
    data: { phone_number: string; username: string }
    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    name: string
    resetPasswordLink: string | null
    signupLink: string | null
    texts: Record<string, string> | null