Skip to content

Commit

Permalink
Update client-sdk-java.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schneider committed Nov 5, 2019
1 parent c88d4b1 commit b8cce91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ AuthenticationProvider authenticationProvider =
.clientSecret("my-oauth-client-secret")
.scopes("offline_access email")
.tokenEndpoint("https://my-oauth-provider/oauth/token")
// optionally configure a proxy server or a truststore containing the trusted CAs for SSL connection establishment
// optionally configure a proxy server
.proxyConfiguration(proxyConfiguration)
.build());

Expand Down

0 comments on commit b8cce91

Please sign in to comment.