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

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

Get the current value
public getValue ( ) : string
Результат string Claim value
    public function getValue()
    {
        return $this->value;
    }