-
I'm creating a desktop application, and am trying to get the authentication to work. The IOAuthServer starts and stops without a problem. I get the Authorization Code as desired. Yet, when it gets to the OAuthClient().RequestToken() call, the code completely stops without an error. Not sure what's going wrong here. var (verifier, challenge) = PKCEUtil.GenerateCodes(); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is resolved now. Looks like my firewall was the problem. |
Beta Was this translation helpful? Give feedback.
This is resolved now. Looks like my firewall was the problem.