Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HELP] How to send custom challenge answer ? #199

Closed
sabin26 opened this issue Nov 19, 2020 · 2 comments
Closed

[HELP] How to send custom challenge answer ? #199

sabin26 opened this issue Nov 19, 2020 · 2 comments
Labels
auth Issues related to the Auth Category duplicate This issue or pull request already exists

Comments

@sabin26
Copy link

sabin26 commented Nov 19, 2020

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 ?

@sabin26
Copy link
Author

sabin26 commented Nov 19, 2020

If we could do something like this: await Amplify.Auth.sendCustomChallengeAnswer(answer: code);

It would be very useful.

@jamesonwilliams
Copy link
Contributor

This looks like a duplicate of #276, possibly also #271.

@sabin26 sabin26 closed this as completed Jan 13, 2021
@Jordan-Nelson Jordan-Nelson added duplicate This issue or pull request already exists auth Issues related to the Auth Category labels Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth Issues related to the Auth Category duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants