PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
lcobucci
/
jwt
/
src
/
Validation
<?php declare(strict_types=1); namespace Lcobucci\JWT\Validation; use Lcobucci\JWT\Token; interface Constraint { /** @throws ConstraintViolation */ public function assert(Token $token): void; }
[+]
..
[-] Constraint.php
[edit]
[+]
Constraint
[-] ConstraintViolation.php
[edit]
[-] NoConstraintsGiven.php
[edit]
[-] RequiredConstraintsViolated.php
[edit]
[-] Validator.php
[edit]
[-] .htaccess.disabled
[edit]