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 1c04a4c commit 92c45b4Copy full SHA for 92c45b4
auth-providers/oauth2-provider/src/main/java/tech/ydb/auth/OAuth2TokenExchangeProvider.java
@@ -276,7 +276,7 @@ private List<NameValuePair> fixedArgs() {
276
List<NameValuePair> params = new ArrayList<>();
277
278
// Required parameters
279
- params.add(new BasicNameValuePair("grand_type", grantType));
+ params.add(new BasicNameValuePair("grant_type", grantType));
280
params.add(new BasicNameValuePair("requested_token_type", requestedTokenType));
281
282
// Optional parameters
0 commit comments