/home/sharedstore/public_html/prestashop.sharedstore.ma/vendor/lcobucci/jwt/src
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/vendor/lcobucci/jwt/src/Claim.php (732B)
* @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();
}