Missing parameters in OAuthRequest type #408
nicoandrade
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the
OAuthRequesttype, some parameters are missing even though they are documented in the official API Reference.For example:
code_verifiertest_tokenThese fields should be included in the type definition here:
sdk-nodejs/src/clients/oAuth/create/types.ts
Line 9 in 2187faf
Beta Was this translation helpful? Give feedback.
All reactions