Psecio\Jwt\Claim::getValue PHP 메소드

getValue() 공개 메소드

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