Auth step requires user to set up TOTP as multifactor authentication by associating an authenticator app and retrieving an OTP code.
// Code retrieved from authenticator appconst otpCode = '112233';await confirmSignIn({challengeResponse: otpCode}); Copy
// Code retrieved from authenticator appconst otpCode = '112233';await confirmSignIn({challengeResponse: otpCode});
Auth step requires user to set up TOTP as multifactor authentication by associating an authenticator app and retrieving an OTP code.