Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stefanozanella/9ddf8aa2d7569d4426331d6bf4c0a06f to your computer and use it in GitHub Desktop.
Save stefanozanella/9ddf8aa2d7569d4426331d6bf4c0a06f to your computer and use it in GitHub Desktop.
client
// ...
.attributes(
ServerOAuth2AuthorizedClientExchangeFilterFunction
.oauth2AuthorizedClient(
authorizedClientService.loadAuthorizedClient("hubspot", event["portalId"])
)
)
.retrieve()
.bodyToMono<String>()
.block()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment