Auth step requires user to use TOTP as multifactor authentication by retriving an OTP code from authenticator app.
// 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 use TOTP as multifactor authentication by retriving an OTP code from authenticator app.