HttpResponseReceived
in package
implements
Auth0Event
FinalYes
Table of Contents
Interfaces
Properties
- $httpRequest : RequestInterface
- $httpResponse : ResponseInterface
Methods
- __construct() : mixed
- get() : ResponseInterface
- getRequest() : RequestInterface
- set() : self
Properties
$httpRequest read-only
private
RequestInterface
$httpRequest
$httpResponse
private
ResponseInterface
$httpResponse
Methods
__construct()
public
__construct(ResponseInterface $httpResponse, RequestInterface $httpRequest) : mixed
Parameters
- $httpResponse : ResponseInterface
- $httpRequest : RequestInterface
get()
public
get() : ResponseInterface
Return values
ResponseInterfacegetRequest()
public
getRequest() : RequestInterface
Return values
RequestInterfaceset()
public
set(ResponseInterface $httpResponse) : self
Parameters
- $httpResponse : ResponseInterface