Files
conservatorio-tomadini/libraries/vendor/lcobucci/jwt/src/Validation/SignedWith.php
2024-12-17 17:34:10 +01:00

9 lines
112 B
PHP

<?php
declare(strict_types=1);
namespace Lcobucci\JWT\Validation;
interface SignedWith extends Constraint
{
}