initialize

abstract suspend fun initialize()

Initialize the MFA client with the given configuration. This method must be called before any other method on the client.

Throws

MfaInitializationException

if initialization fails.