ESET Online Help

Search English
Select the topic

Additional Components

The following components are optional.

Logging Integration (Recommended)

The ESET Secure Authentication SDK logs non-critical events via a logging wrapper, so as not to limit you to any logging framework. This means it is easy to use your existing logging framework. See the Developer Guide for further details.

Auditing Integration (Recommended)

The SDK audits various critical events via the IAuditor interface. If this interface is not implemented, auditing events are sent to the configured logger. The implementation is set with the setAuditor method of the TwoFactorConfiguration class.

Using an Alternative SMS Gateway (Optional)

The ESET Secure Authentication SDK sends SMS messages via the global ESET SMS gateway. You can configure your own SMS Gatewayby implementing the ITextMessageSender interface