Emarref\Jwt\Algorithm\Hs256::getAlgorithm PHP Method

getAlgorithm() protected method

protected getAlgorithm ( ) : string
return string
    protected function getAlgorithm()
    {
        return self::ALGORITHM;
    }