Optional
Auth step requires user to respond to a custom challenge.
const challengeAnswer = 'my-custom-response';await confirmSignIn({challengeResponse: challengeAnswer}); Copy
const challengeAnswer = 'my-custom-response';await confirmSignIn({challengeResponse: challengeAnswer});
Auth step requires user to respond to a custom challenge.