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

AccountApi::getEmailVerificationToken doesn't work #13

Closed
andrewgorton-reachplc opened this issue Oct 22, 2020 · 2 comments
Closed

AccountApi::getEmailVerificationToken doesn't work #13

andrewgorton-reachplc opened this issue Oct 22, 2020 · 2 comments

Comments

@andrewgorton-reachplc
Copy link

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).

@indrasen715
Copy link
Collaborator

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

@indrasen715
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants