MfaConfiguration

open class MfaConfiguration

Configuration class for MFA module. This class holds all the necessary configuration for the MFA module.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Whether to enable in-memory caching of credentials. By default, this is disabled for security reasons, as an attacker could potentially access cached credentials from memory dumps.

Link copied to clipboard

The logger instance used for logging messages. Defaults to a global logger instance.

Link copied to clipboard

The timeout for network operations in seconds.