You are here

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

ForwardedFor

Namespace

Auth0\SDK\API\Header

Code

public function __construct($ipAddress) {
  parent::__construct('Auth0-Forwarded-For', $ipAddress);
}