Skip to content

Commit

Permalink
improve javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
redouane59 committed Dec 26, 2021
1 parent 6041705 commit f6c6fea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ public interface ITwitterClientV2 {
/**
* Use the authorization code to create an access token. See https://developer.twitter.com/en/docs/authentication/oauth-2-0/user-access-token
*
* @param clientId the clientId of the app you can find in the developer portal
* @param clientId Can be found in the developer portal under the header "Client ID".
* @param code the authorization code obtained previously from the user redirection url
* @param codeVerifier the code set before for the first call
* @param redirectUri the redirect uri set before
* @param codeVerifier the code set before when calling method getAuthorizeUrl()
* @param redirectUri the redirect URI set before when calling method getAuthorizeUrl()
*/
BearerToken getOAuth2AccessToken(String clientId, String code, String codeVerifier, String redirectUri);

Expand Down

0 comments on commit f6c6fea

Please sign in to comment.