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

    Interface UntrustedDataMembersOnMfaVoiceChallenge

    Interface for untrusted data specific to mfa-voice-challenge screen

    interface UntrustedDataMembersOnMfaVoiceChallenge {
        authorizationParams:
            | null
            | {
                login_hint?: string;
                screen_hint?: string;
                ui_locales?: string;
                [key: `ext-${string}`]: string;
            };
        submittedFormData: null
        | { rememberDevice: boolean };
    }

    Hierarchy (View Summary)

    Index

    Properties

    authorizationParams:
        | null
        | {
            login_hint?: string;
            screen_hint?: string;
            ui_locales?: string;
            [key: `ext-${string}`]: string;
        }
    submittedFormData: null | { rememberDevice: boolean }