- Notifications
You must be signed in to change notification settings - Fork342
Closed
Labels
Description
The documentation ofapp_check.verify_token states that the method can raiseValueError. But looking into the documentation, we can see that it can also raise anPyJWKClientError.
I believe we should add something like:
PyJWKClientError: If PyJWKClient fails to fetch the signing keyRelevant Code:
Raises: ValueError: If the app's ``project_id`` is invalid or unspecified, or if the token's headers or payload are invalid.