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

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

Get the name value for the current instance
public getName ( ) : string
Результат string Name value
    public function getName()
    {
        return $this->name;
    }