8000
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 873aa7c commit 2b8cb45Copy full SHA for 2b8cb45
firebase_admin/credentials.py
@@ -165,7 +165,7 @@ class RefreshToken(Base):
165
def __init__(self, refresh_token):
166
"""Initializes a credential from a refresh token JSON file.
167
168
- The JSON must consist of client_id, client_secert and refresh_token fields. Refresh
+ The JSON must consist of client_id, client_secret and refresh_token fields. Refresh
169
token files are typically created and managed by the gcloud SDK. To instantiate
170
a credential from a refresh token file, either specify the file path or a dict
171
representing the parsed contents of the file.
0 commit comments