Current path: home/webdevt/www/schtroumpf.fr/vendor/lcobucci/jwt/src/Validation/
?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/lcobucci/jwt/src
<?php
namespace Lcobucci\JWT\Validation;
use Lcobucci\JWT\Token;
interface Constraint
{
/** @throws ConstraintViolation */
public function assert(Token $token);
}