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

    Interface TransactionMembersOnSignup

    interface TransactionMembersOnSignup {
        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;
        isPasskeyEnabled: boolean;
        usernamePolicy: UsernamePolicy | null;
        requiredIdentifiers: IdentifierType[] | null;
        optionalIdentifiers: IdentifierType[] | null;
        passwordPolicy: PasswordPolicy | 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
    isPasskeyEnabled: boolean
    usernamePolicy: UsernamePolicy | null
    requiredIdentifiers: IdentifierType[] | null
    optionalIdentifiers: IdentifierType[] | null
    passwordPolicy: PasswordPolicy | null