Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-patricelli committed Sep 19, 2024
1 parent 1b74dd9 commit 12d7279
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private void getConfigurationMap(final File clientJson) throws IOException, URIS
String requestUrl = new GoogleAuthorizationCodeRequestUrl(
clientSecrets.getDetails().getClientId(), redirectUri, SCOPES)
.setState("/profile")
.setAccessType("offline") // Imposta access_type=offline
.setAccessType("offline")
.set("prompt", "consent")
.build();
LOG.info("Request Url is {}", requestUrl);
Expand Down

0 comments on commit 12d7279

Please sign in to comment.