You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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