芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/lcobucci/jwt/src/Validation/Constraint/IssuedBy.php
issuers = $issuers; } public function assert(Token $token): void { if (! $token->hasBeenIssuedBy(...$this->issuers)) { throw ConstraintViolation::error( 'The token was not issued by the given issuers', $this ); } } }