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 scope to oauth2_get_dependent_tokens #965

Merged
merged 3 commits into from
Mar 19, 2024

Conversation

sirosen
Copy link
Member

@sirosen sirosen commented Mar 19, 2024

Also update the docs for this method to modernize and use newer tools.

Add the parameter

  • it's a string or iterable of strings, defaults to MISSING
  • it gets space-joined when non-MISSING

A test confirms a few cases are sent correctly (no value, string value,
tuple of strings).

Per the Auth docs, use of the parameter is recommended.


📚 Documentation preview 📚: https://globus-sdk-python--965.org.readthedocs.build/en/965/

Also update the docs for this method to modernize and use newer tools.

Add the parameter
- it's a string or iterable of strings, defaults to MISSING
- it gets space-joined when non-MISSING

A test confirms a few cases are sent correctly (no value, string value,
tuple of strings).

Per the Auth docs, use of the parameter is recommended.
Co-authored-by: derek-globus <113056046+derek-globus@users.noreply.github.com>
@sirosen sirosen merged commit 2d764c7 into globus:main Mar 19, 2024
16 checks passed
@sirosen sirosen deleted the dependent-tokens-support-scope-param branch March 19, 2024 18:45
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.

2 participants