You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my user pool set up with lambda triggers for custom authentication. OTP is sent to user's phone and is working as expected. But, I am stuck going forward from here.
I tried the following but it didn't work for sending answer in CUSTOM_FLOW method:
I have my user pool set up with lambda triggers for custom authentication. OTP is sent to user's phone and is working as expected. But, I am stuck going forward from here.
I tried the following but it didn't work for sending answer in CUSTOM_FLOW method:
await Amplify.Auth.confirmSignIn(confirmationValue: code);
How to send custom challenge answer ?
The text was updated successfully, but these errors were encountered: