interface HoneypotInputProps {
    encryptedValidFrom: string;
    nameFieldName: string;
    validFromFieldName: null | string;
}

Properties

encryptedValidFrom: string

The encrypted value of the current timestamp.

nameFieldName: string

The name expected to be used by the honeypot input field.

validFromFieldName: null | string

The name expected to be used by the honeypot valid from input field.