Closed
Description
The documentation of app_check.verify_token
states that the method can raise ValueError
. But looking into the documentation, we can see that it can also raise an PyJWKClientError
.
I believe we should add something like:
PyJWKClientError: If PyJWKClient fails to fetch the signing key
Relevant Code:
Raises:
ValueError: If the app's ``project_id`` is invalid or unspecified,
or if the token's headers or payload are invalid.