芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/lcobucci/jwt/src/Claim.php
* @since 2.0.0 */ interface Claim extends JsonSerializable { /** * Returns the claim name * * @return string */ public function getName(); /** * Returns the claim value * * @return mixed */ public function getValue(); /** * Returns the string representation of the claim * * @return string */ public function __toString(); }