We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6e141 commit f2379b4Copy full SHA for f2379b4
firebase_admin/app_check.py
@@ -38,7 +38,7 @@ def verify_token(token: str, app=None) -> Dict[str, Any]:
38
Raises:
39
ValueError: If the app's ``project_id`` is invalid or unspecified,
40
or if the token's headers or payload are invalid.
41
- PyJWKClientError: If PyJWKClient fails to fetch a valid the signing key.
+ PyJWKClientError: If PyJWKClient fails to fetch a valid signing key.
42
"""
43
return _get_app_check_service(app).verify_token(token)
44
0 commit comments