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 fd4f786 commit 34d944eCopy full SHA for 34d944e
google/auth/credentials.py
@@ -303,7 +303,7 @@ def _perform_refresh_token(self, request):
303
google.auth.exceptions.RefreshError: If the credentials could
304
not be refreshed.
305
"""
306
- raise NotImplementedError("_perfrom_refresh_token must be implemented")
+ raise NotImplementedError("_perform_refresh_token must be implemented")
307
308
def with_trust_boundary(self, trust_boundary):
309
"""Returns a copy of these credentials with a modified trust boundary.
0 commit comments