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

Commit 3f426bc

Browse files
docs: update user cred doc (#1414)
1 parent e4d9c27 commit 3f426bc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

google/oauth2/credentials.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@
5454
class Credentials(credentials.ReadOnlyScoped, credentials.CredentialsWithQuotaProject):
5555
"""Credentials using OAuth 2.0 access and refresh tokens.
5656
57-
The credentials are considered immutable. If you want to modify the
58-
quota project, use :meth:`with_quota_project` or ::
57+
The credentials are considered immutable except the tokens and the token
58+
expiry, which are updated after refresh. If you want to modify the quota
59+
project, use :meth:`with_quota_project` or ::
5960
6061
credentials = credentials.with_quota_project('myproject-123')
6162

0 commit comments

Comments
 (0)