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

    Interface TransactionMembers

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

    Hierarchy (View Summary)

    Index

    Properties

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