Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created October 3, 2012 19:38
Show Gist options
  • Save marianogonzalez/3829317 to your computer and use it in GitHub Desktop.
Save marianogonzalez/3829317 to your computer and use it in GitHub Desktop.
<flow name="authorize">
<https:inbound-endpoint exchange-pattern="request-response" host="localhost" port="${https.port}" path="authorize">
<google-calendars:authorize config-ref="google-calendars" />
<logger message="Access token id is #[flowVars['OAuthAccessTokenId']]" />
<transformer ref="shareOAuthStateTransformer" />
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment