Code Exchange Request. Builder
public CodeExchangeRequest.Builder CodeExchangeRequest.Builder(String redirectUri, String code, String clientId)
Parameters
redirect Uri
Should match the same redirect URI that was used for getting the code during the initial authorization request.
code
OAuth 2.0 code fetched from the previous step.
client Id
Client ID of the application.