Resend MFA Code #3534
Labels
cognito
Issues with the AWS Android SDK for Cognito
feature-request
Request a new feature
pending-community-response
Issue is pending response from the issue requestor
Which AWS Services is the feature request for?
Cognito
Is your feature request related to a problem? Please describe.
When the user logs in with their credentials, they are directed to a MFA validation page where they enter the code that they have received. There are edge cases where due to a poor network connection or due to a delay, the user wishes to get a fresh code to enter without having to re-signin. There appears to be solutions for this for sign up confirmation and forgot password but not MFA.
Describe the solution you'd like
Something similar to CognitoUser.resendConfirmationCode() in where a new MFA is generated and sent to the user.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Calling signIn again has been suggested but we do not wish to persist credentials between screens and it is prone to Code Mismatch Exceptions.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: