class ForwardedFor in Auth0 Single Sign On 8.2
Hierarchy
- class \Auth0\SDK\API\Header\Header
- class \Auth0\SDK\API\Header\ForwardedFor
Expanded class hierarchy of ForwardedFor
2 files declare their use of ForwardedFor
- Authentication.php in vendor/
auth0/ auth0-php/ src/ API/ Authentication.php - HeaderTest.php in vendor/
auth0/ auth0-php/ tests/ API/ Header/ HeaderTest.php
File
- vendor/
auth0/ auth0-php/ src/ API/ Header/ ForwardedFor.php, line 4
Namespace
Auth0\SDK\API\HeaderView source
class ForwardedFor extends Header {
/**
* ForwardedFor constructor.
*
* @param string $ipAddress
*/
public function __construct($ipAddress) {
parent::__construct('Auth0-Forwarded-For', $ipAddress);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ForwardedFor:: |
public | function |
ForwardedFor constructor. Overrides Header:: |
|
Header:: |
protected | property | ||
Header:: |
protected | property | ||
Header:: |
public | function | ||
Header:: |
public | function | ||
Header:: |
public | function |