sign In With MFAVerification
Initiates a sign-in process using Multi-Factor Authentication (MFA) verification code.
When the user employs the classic signIn method, the listener informs whether two-factor authentication is required. In such cases, call signInWithMFACode and provide the code generated by the third-party application.
If the user is unable to provide the generated code, they can use the initial verification code and call this method as an alternative.
Return
RainbowResult
Parameters
mfa Verification
The MFA verification code for sign-in authentication.
See also
Failure. Companion. MFA_REQUIRED_ALWAYS
and Failure.MFA_REQUIRED_UNTRUSTED_ONLY