totpRequired()

in packages/ui/src/components/CognitoAuth/components/MFASelection/index.tsx [52:55]


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