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

    Interface TransactionMembersOnResetPasswordRequest

    interface TransactionMembersOnResetPasswordRequest {
        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;
        allowedIdentifiers: IdentifierType[] | null;
        requiredIdentifiers: IdentifierType[] | null;
        hasFlexibleIdentifier: boolean;
    }

    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
    allowedIdentifiers: IdentifierType[] | null
    requiredIdentifiers: IdentifierType[] | null
    hasFlexibleIdentifier: boolean