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

    Interface TransactionMembersOnLogin

    Extended transaction members interface for the login screen

    interface TransactionMembersOnLogin {
        allowedIdentifiers: Classes.IdentifierType[] | null;
        alternateConnections:
            | (Classes.Connection | Classes.EnterpriseConnection)[]
            | null;
        connectionStrategy: string | null;
        countryCode: string | null;
        countryPrefix: string | null;
        currentConnection: Classes.Connection | null;
        errors: Classes.Error[] | null;
        hasErrors: boolean;
        isForgotPasswordEnabled: boolean;
        isPasskeyEnabled: boolean;
        isSignupEnabled: boolean;
        locale: string;
        passwordPolicy: Classes.PasswordPolicy | null;
        state: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowedIdentifiers: Classes.IdentifierType[] | null
    alternateConnections:
        | (Classes.Connection | Classes.EnterpriseConnection)[]
        | null
    connectionStrategy: string | null
    countryCode: string | null
    countryPrefix: string | null
    currentConnection: Classes.Connection | null
    errors: Classes.Error[] | null
    hasErrors: boolean
    isForgotPasswordEnabled: boolean
    isPasskeyEnabled: boolean
    isSignupEnabled: boolean
    locale: string
    passwordPolicy: Classes.PasswordPolicy | null
    state: string