Emarref\Jwt\Algorithm\Hmac::__construct PHP Метод

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

public __construct ( string $secret )
$secret string
    public function __construct($secret)
    {
        $this->secret = $secret;
        $this->ensureSupport();
    }