Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Improve documentation around ID Tokens#224

Merged
theacodes merged 2 commits intogoogleapis:masterfrom
ajaska:ajaska-improve-id-token-documentation
Feb 8, 2018
Merged

Improve documentation around ID Tokens#224
theacodes merged 2 commits intogoogleapis:masterfrom
ajaska:ajaska-improve-id-token-documentation

Conversation

@ajaska
Copy link
Contributor

@ajaska ajaska commented Nov 29, 2017

Includes a section on how to do caching, as part of #218 .

I've never used Sphinx for documentation before, and suggestions on clearer/more precise wording are always appreciated

Copy link
Contributor

@theacodes theacodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly LGTM and thanks for doing this!

"""Google ID Token helpers."""
"""Google ID Token helpers.

Provides support for verifying OAuth 2.0 ID Tokens, especially ones generated

This comment was marked as spam.

This comment was marked as spam.

from google.auth.transport import requests

request = requests.Request()
try:

This comment was marked as spam.


request = requests.Request()
try:
id_info = id_token.verify_oauth2_token(token, request, CLIENT_ID)

This comment was marked as spam.


from google.auth.transport import requests

sess = session()

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants