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
The method getJwt from the class OAuth is indicated as returning a string but returns a Promise<string> See here
getJwt
OAuth
string
Promise<string>
Normal usage of OauthClient call the getJwt method
System: OS: macOS 14.4.1 CPU: (12) arm64 Apple M2 Pro Memory: 52.38 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.11.1 - ~/.volta/tools/image/node/20.11.1/bin/node Yarn: 1.22.21 - ~/.volta/bin/yarn npm: 10.2.4 - ~/.volta/tools/image/npm/10.2.4/bin/npm Browsers: Chrome: 126.0.6478.62 Edge: 126.0.2592.61 Safari: 17.4.1
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The method
getJwt
from the classOAuth
is indicated as returning astring
but returns aPromise<string>
See here
Reproduction Steps?
Normal usage of OauthClient call the
getJwt
methodSDK Versions
System:
OS: macOS 14.4.1
CPU: (12) arm64 Apple M2 Pro
Memory: 52.38 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.11.1 - ~/.volta/tools/image/node/20.11.1/bin/node
Yarn: 1.22.21 - ~/.volta/bin/yarn
npm: 10.2.4 - ~/.volta/tools/image/npm/10.2.4/bin/npm
Browsers:
Chrome: 126.0.6478.62
Edge: 126.0.2592.61
Safari: 17.4.1
Additional Information
No response
The text was updated successfully, but these errors were encountered: