Closed imohitagrwal closed 2 years ago
Hi, returning a dictionary key:value pair for this function is intentional, and I can't see where it would return string. Could you describe in more detail where you're seeing the string return?
I also gave this a go in my typescript app and the function worked fine.
I will close this issue, but if you have further details let us know by reopening this.
generateToken return type is not correct, the type in code is string but it is returning { token: string }
please resolve this asap, need to integrate it in our application.