Skip to content

Commit

Permalink
management-service: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MDybek committed Oct 12, 2024
1 parent 049cd91 commit 7cde77c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public GoogleAuthorizationCodeFlowWrapper(String clientId, String clientSecret)
public GoogleAuthorizationCodeFlow build(List<String> scopes) {
return new GoogleAuthorizationCodeFlow.Builder(
httpTransport, jsonFactory, clientSecrets, scopes)
.setApprovalPrompt("force")
.setAccessType("offline")
.build();
}
Expand Down

0 comments on commit 7cde77c

Please sign in to comment.