Psecio\Jwt\Claim::getValue PHP Method

getValue() public method

Get the current value
public getValue ( ) : string
return string Claim value
    public function getValue()
    {
        return $this->value;
    }