I need to develop an Android app that has MFA authentication.
To log in, the user needs to first insert his username & password and then, biometric data (fingerprint, face, or iris) to confirm his identity.
I want to use something like Cognito to store the biometrics login but honestly, I can't really understand how I would do this.
Is this doable?
And if so, how?