8000 Improve app_check.verify_token method documentation · dmelo/firebase-admin-python@8766587 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8766587

Browse files
committed
Improve app_check.verify_token method documentation
1 parent f0865f7 commit 8766587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase_admin/app_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def verify_token(token: str, app=None) -> Dict[str, Any]:
3838
Raises:
3939
ValueError: If the app's ``project_id`` is invalid or unspecified,
4040
or if the token's headers or payload are invalid.
41+
PyJWKClientError: If PyJWKClient fails to fetch the signing key
4142
"""
4243
return _get_app_check_service(app).verify_token(token)
4344

0 commit comments

Comments
 (0)
292F
0