[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

   1  <?php
   2  
   3  namespace Lcobucci\JWT\Validation;
   4  
   5  use Lcobucci\JWT\Token;
   6  
   7  interface Constraint
   8  {
   9      /** @throws ConstraintViolation */
  10      public function assert(Token $token);
  11  }


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