Home
last modified time | relevance | path

Searched refs:SignatureInvalidException (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DSignatureInvalidException.php5 class SignatureInvalidException extends \UnexpectedValueException class
H A DJWT.php83 …* @throws SignatureInvalidException Provided JWT was invalid because the signature verification…
141 throw new SignatureInvalidException('Signature verification failed');
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php22 use Firebase\JWT\SignatureInvalidException; alias
131 } catch (SignatureInvalidException $e) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php24 use Firebase\JWT\SignatureInvalidException; alias