Where can I find the complete list of PRAuthentication constants, e.g. PRAuthentication.GENERATED_CHALLENGE_STREAM?
I have a Show-HTML in a reset password activity. The step is being executed but nothing is displayed. According to some posts, I have to set the param.pyChallenge to @java("PRAuthentication.GENERATED_CHALLENGE_STREAM") before the Show-HTML step to avoid "no failure response set by custom authentication activity" error. It didn't work for me. I'm wondering if there's another constant that might do the trick.