Skip to content

Commit

Permalink
docs: update user cred doc (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Nov 11, 2023
1 parent e4d9c27 commit 3f426bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions google/oauth2/credentials.py
Expand Up @@ -54,8 +54,9 @@
class Credentials(credentials.ReadOnlyScoped, credentials.CredentialsWithQuotaProject):
"""Credentials using OAuth 2.0 access and refresh tokens.
The credentials are considered immutable. If you want to modify the
quota project, use :meth:`with_quota_project` or ::
The credentials are considered immutable except the tokens and the token
expiry, which are updated after refresh. If you want to modify the quota
project, use :meth:`with_quota_project` or ::
credentials = credentials.with_quota_project('myproject-123')
Expand Down

0 comments on commit 3f426bc

Please sign in to comment.