ForwardedFor.php in Auth0 Single Sign On 8.2
Namespace
Auth0\SDK\API\HeaderFile
vendor/auth0/auth0-php/src/API/Header/ForwardedFor.phpView source
<?php
namespace Auth0\SDK\API\Header;
class ForwardedFor extends Header {
/**
* ForwardedFor constructor.
*
* @param string $ipAddress
*/
public function __construct($ipAddress) {
parent::__construct('Auth0-Forwarded-For', $ipAddress);
}
}
Classes
Name | Description |
---|---|
ForwardedFor |