Psecio\Jwt\Claim::__construct PHP Méthode

__construct() public méthode

Initialize the claim with the given value
public __construct ( string $value, string $type = null )
$value string Claim value
$type string Type value [optional]
    public function __construct($value, $type = null)
    {
        $this->setValue($value);
    }