Psecio\Jwt\Claim::__construct PHP Метод

__construct() публичный Метод

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);
    }