Emarref\Jwt\Algorithm\Hmac::getSupportedAlgorithms PHP Method

getSupportedAlgorithms() protected method

protected getSupportedAlgorithms ( ) : array
return array
    protected function getSupportedAlgorithms()
    {
        return hash_algos();
    }