Current Path: > home > transcarter > > www > wp-content > plugins > wp-optimize > > vendor > intervention > > httpauth > > src
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
Exception | Directory | - | - | |
Laravel | Directory | - | - | |
Token | Directory | - | - | |
Vault | Directory | - | - | |
config | Directory | - | - | |
AbstractVault.php | File | 4814 bytes | July 17 2025 21:05:49. | |
Directive.php | File | 1699 bytes | July 17 2025 21:05:49. | |
Environment.php | File | 1214 bytes | July 17 2025 21:05:49. | |
HttpAuth.php | File | 4094 bytes | July 17 2025 21:05:49. | |
Key.php | File | 2553 bytes | July 17 2025 21:05:49. | |
TokenInterface.php | File | 194 bytes | July 17 2025 21:05:49. |
<?php namespace Intervention\HttpAuth; class Key { /** * Realm * * @var string */ private $realm; /** * Username * * @var string */ private $username; /** * Password * * @var string */ private $password; /** * QOP * * @var string */ private $qop; /** * Nonce * * @var string */ private $nonce; /** * Opaque * * @var string */ private $opaque; /** * NC * * @var string */ private $nc; /** * uri * * @var string */ private $uri; /** * cnonce * * @var string */ private $cnonce; /** * Response * * @var string */ private $response; public function getRealm() { return $this->realm; } /** * Return current username * * @return string */ public function getUsername() { return $this->username; } /** * Return current password * * @return string */ public function getPassword() { return $this->password; } /** * Return current qop * * @return string */ public function getQop() { return $this->qop; } /** * Return current nonce * * @return string */ public function getNonce() { return $this->nonce; } /** * Return current opaque * * @return string */ public function getOpaque() { return $this->opaque; } /** * Return current uri * * @return string */ public function getUri() { return $this->uri; } /** * Return current nc * * @return string */ public function getNc() { return $this->nc; } /** * Return current cnonce * * @return string */ public function getCnonce() { return $this->cnonce; } /** * Return current response * * @return string */ public function getResponse() { return $this->response; } /** * Set property to given value on current instance * * @param string $name * @param mixed $value * @return Key */ public function setProperty($name, $value): Key { if (property_exists($this, $name)) { $this->{$name} = $value; } return $this; } }
SILENT KILLER Tool