Google_Client::verifyIdToken throws undocumented exception #1591
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
type: docs
Improvement to the documentation for an API.
Environment details
Steps to reproduce
Pass an invalid non JWT Token to
Google_Client::verifyIdToken
.Code example
It will throw a
UnexpectedValueException
butverifyidToken
is only hinted to throwLogicException
.The text was updated successfully, but these errors were encountered: