Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

library should make correlationId available in AccessTokenResponse. #65

Closed
kenmccracken opened this issue Jul 11, 2019 · 2 comments
Closed

Comments

@kenmccracken
Copy link
Collaborator

From the OLP specs, X-Correlation-ID is returned to customer in response headers.
It is best if we make this value available to customers on the AccessTokenResponse object.
Suggested to follow a similar pattern to #63, but on the response side, to use a private transient String correlationId with setter/getter.

@kenmccracken kenmccracken changed the title library doesn't make correlationId available in AccessTokenResponse. library should make correlationId available in AccessTokenResponse. Jul 11, 2019
@stwwalton
Copy link
Contributor

Done

@kenmccracken
Copy link
Collaborator Author

Included in latest release 0.4.18.
Which includes PR #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants