We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8fd70 commit f85a8deCopy full SHA for f85a8de
firebase_admin/credentials.py
@@ -37,7 +37,7 @@
37
AccessTokenInfo = collections.namedtuple('AccessTokenInfo', ['access_token', 'expiry'])
38
"""Data included in an OAuth2 access token.
39
40
-Contains the access token string and the expiry time. The expirty time is exposed as a
+Contains the access token string and the expiry time. The expiry time is exposed as a
41
``datetime`` value.
42
"""
43
0 commit comments