Psecio\Jwt\Claim::getName PHP Method

getName() public method

Get the name value for the current instance
public getName ( ) : string
return string Name value
    public function getName()
    {
        return $this->name;
    }