Emarref\Jwt\Algorithm\Hs256::getAlgorithm PHP Méthode

getAlgorithm() protected méthode

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