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

Add AuthClient.oauth2_validate_token() #172

Merged
merged 2 commits into from
Apr 5, 2017

Conversation

sirosen
Copy link
Member

@sirosen sirosen commented Apr 4, 2017

Docs describe basic form of this call, and its usage with a couple of examples that make sense. The distinction between oauth2_validate_token() and oauth2_introspect_token() is hazy at best and can be improved in the future.

Closes #97

This still needs doc, as tracked in globusonline/docs.globus.org#85, at which point we can add an External Documentation section and worry less about the distinction being described here.

Minor fix included: oauth_flow_manager should have been named oauth2_flow_manager. It's an internal module name, so I've just done the rename here.

Should always have been oauth2_flow_manager, for consistency with the
rest of the OAuth2 modules.
Docs describe basic form of this call, and its usage with a couple of
examples that make sense. The distinction between
`oauth2_validate_token()` and `oauth2_introspect_token()` is hazy at
best and can be improved in the future.

Closes globus#97
@jaswilli jaswilli merged commit 85ddc6b into globus:master Apr 5, 2017
@sirosen sirosen mentioned this pull request Apr 5, 2017
@sirosen sirosen deleted the feature/auth/validate-token branch April 13, 2017 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add validate_token to AuthClient
2 participants