You are here

public function ServerRequestInterface::getServerParams in Auth0 Single Sign On 8.2

Retrieve server parameters.

Retrieves data related to the incoming request environment, typically derived from PHP's $_SERVER superglobal. The data IS NOT REQUIRED to originate from $_SERVER.

Return value

array

1 method overrides ServerRequestInterface::getServerParams()
ServerRequest::getServerParams in vendor/guzzlehttp/psr7/src/ServerRequest.php
Retrieve server parameters.

File

vendor/psr/http-message/src/ServerRequestInterface.php, line 54

Class

ServerRequestInterface
Representation of an incoming, server-side HTTP request.

Namespace

Psr\Http\Message

Code

public function getServerParams();