We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Specifically it returns "API secret is missing".
However, changing the code within the method from
queryParameters.put("apiSecret", LoginRadiusSDK.getApiSecret());
to
queryParameters.put("apisecret", LoginRadiusSDK.getApiSecret());
makes it work successfully (but then the capitalisation is at odds with other methods).
The text was updated successfully, but these errors were encountered:
Hi @andrewgorton-reachplc ,
Thanks for posting your query,
We have checked the following and are unable to replicate the issue from our end and getEmailVerificationToken API is working fine.
It will be helpful if you can share the exact SDK version in which you are facing this issue?
Thanks & Regards Indrasen
Sorry, something went wrong.
Hi @andrewgorton-reachplc
I just wanted to follow up on this thread and hope that the above information will be helpful!
We will be closing this thread in a couple of days. Please feel free to revert if you have any further questions/concerns.
Regards Indrasen
No branches or pull requests
Specifically it returns "API secret is missing".
However, changing the code within the method from
to
makes it work successfully (but then the capitalisation is at odds with other methods).
The text was updated successfully, but these errors were encountered: