public function ForwardedFor::__construct in Auth0 Single Sign On 8.2
ForwardedFor constructor.
Parameters
string $ipAddress:
Overrides Header::__construct
File
- vendor/
auth0/ auth0-php/ src/ API/ Header/ ForwardedFor.php, line 12
Class
Namespace
Auth0\SDK\API\HeaderCode
public function __construct($ipAddress) {
parent::__construct('Auth0-Forwarded-For', $ipAddress);
}