We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e6890 commit 9b07036Copy full SHA for 9b07036
packages/core/src/api/oauth2.ts
@@ -47,6 +47,7 @@ export class OAuth2API {
47
headers: {
48
'Content-Type': 'application/x-www-form-urlencoded',
49
},
50
+ auth: false,
51
signal,
52
}) as Promise<RESTPostOAuth2AccessTokenResult>;
53
}
@@ -68,6 +69,7 @@ export class OAuth2API {
68
69
70
71
72
73
74
}) as Promise<RESTPostOAuth2RefreshTokenResult>;
75
@@ -91,6 +93,7 @@ export class OAuth2API {
91
93
92
94
95
96
97
98
}) as Promise<RESTPostOAuth2ClientCredentialsResult>;
99
0 commit comments