totpRequired()

in packages/ui/src/components/CognitoAuth/components/SignIn/index.tsx [77:80]


                        totpRequired(challengeName, challengeParams) {
                            onMFARequired(cognitoUser, challengeName, challengeParams);
                            resolve({});
                        },