[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/lcobucci/jwt/src/ -> Validator.php (source)

   1  <?php
   2  
   3  namespace Lcobucci\JWT;
   4  
   5  use Lcobucci\JWT\Validation\Constraint;
   6  use Lcobucci\JWT\Validation\NoConstraintsGiven;
   7  use Lcobucci\JWT\Validation\RequiredConstraintsViolated;
   8  
   9  interface Validator
  10  {
  11      /**
  12       * @throws RequiredConstraintsViolated
  13       * @throws NoConstraintsGiven
  14       */
  15      public function assert(Token $token, Constraint ...$constraints);
  16  
  17      /**
  18       * @return bool
  19       *
  20       * @throws NoConstraintsGiven
  21       */
  22      public function validate(Token $token, Constraint ...$constraints);
  23  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer