Emarref\Jwt\Algorithm\None::compute PHP Метод

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

public compute ( string $value ) : string
$value string
Результат string
    public function compute($value)
    {
        return '';
    }