Skip to content

Commit

Permalink
fix(be) #637: grant_type 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
devbattery committed Dec 11, 2024
1 parent 2fc53ba commit 5243486
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ private MultiValueMap<String, String> createTokenRequest(String authorizationCod
formData.add("redirect_uri", redirectUri);
formData.add("client_id", clientId);
formData.add("client_secret", clientSecret);
formData.add("grant_type", "authorization_code");
return formData;
}

Expand Down

0 comments on commit 5243486

Please sign in to comment.