signInWithMFACode

abstract fun signInWithMFACode(mfaCode: String, trusted: Boolean, listener: Connection.ISignInListener? = null)

Initiates a sign-in process using Multi-Factor Authentication (MFA) generated code.

When the user employs the classic signIn method, the listener informs whether two-factor authentication is required. In such cases, call this method and provide the code generated by the third-party application.

Parameters

mfaCode

The Multi-Factor Authentication (MFA) code for authentication.

trusted

A boolean indicating whether the application can be trusted.

listener

Optional ISignInListener to receive callbacks for sign-in events. Set to null if not required.

See also