We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42c911 commit 7b4f4d2Copy full SHA for 7b4f4d2
src/JWT.php
@@ -62,6 +62,7 @@ class JWT
62
*
63
* @return object The JWT's payload as a PHP object
64
65
+ * @throws InvalidArgumentException Provided JWT was empty
66
* @throws UnexpectedValueException Provided JWT was invalid
67
* @throws SignatureInvalidException Provided JWT was invalid because the signature verification failed
68
* @throws BeforeValidException Provided JWT is trying to be used before it's eligible as defined by 'nbf'
0 commit comments