You are here

class ForwardedFor in Auth0 Single Sign On 8.2

Hierarchy

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\Header
View source
class ForwardedFor extends Header {

  /**
   * ForwardedFor constructor.
   *
   * @param string $ipAddress
   */
  public function __construct($ipAddress) {
    parent::__construct('Auth0-Forwarded-For', $ipAddress);
  }

}

Members

Namesort descending Modifiers Type Description Overrides
ForwardedFor::__construct public function ForwardedFor constructor. Overrides Header::__construct
Header::$header protected property
Header::$value protected property
Header::get public function
Header::getHeader public function
Header::getValue public function