?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/lcobucci/jwt/src/Validation/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/lcobucci/jwt/src

?? Viewing: Constraint.php

<?php

namespace Lcobucci\JWT\Validation;

use Lcobucci\JWT\Token;

interface Constraint
{
    /** @throws ConstraintViolation */
    public function assert(Token $token);
}


??

??