b0y-101 Mini Shell


Current Path : E:/www2/risk/libraries/vendor/lcobucci/jwt/src/Validation/
File Upload :
Current File : E:/www2/risk/libraries/vendor/lcobucci/jwt/src/Validation/Constraint.php

<?php

namespace Lcobucci\JWT\Validation;

use Lcobucci\JWT\Token;

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

Copyright © 2019 by b0y-101