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

    Interface TransactionMembersOnResetPassword

    interface TransactionMembersOnResetPassword {
        alternateConnections:
            | (Screens.Connection | Screens.EnterpriseConnection)[]
            | null;
        connectionStrategy: string | null;
        countryCode: string | null;
        countryPrefix: string | null;
        currentConnection: Screens.Connection | null;
        errors: Screens.Error[] | null;
        hasErrors: boolean;
        locale: string;
        passwordPolicy: Screens.PasswordPolicy | null;
        state: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alternateConnections:
        | (Screens.Connection | Screens.EnterpriseConnection)[]
        | null
    connectionStrategy: string | null
    countryCode: string | null
    countryPrefix: string | null
    currentConnection: Screens.Connection | null
    errors: Screens.Error[] | null
    hasErrors: boolean
    locale: string
    passwordPolicy: Screens.PasswordPolicy | null
    state: string