Skip to content

Commit 92c45b4

Browse files
committed
Fix typo
1 parent 1c04a4c commit 92c45b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-providers/oauth2-provider/src/main/java/tech/ydb/auth/OAuth2TokenExchangeProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ private List<NameValuePair> fixedArgs() {
276276
List<NameValuePair> params = new ArrayList<>();
277277

278278
// Required parameters
279-
params.add(new BasicNameValuePair("grand_type", grantType));
279+
params.add(new BasicNameValuePair("grant_type", grantType));
280280
params.add(new BasicNameValuePair("requested_token_type", requestedTokenType));
281281

282282
// Optional parameters

0 commit comments

Comments
 (0)