|
Cheetah
|
Public Member Functions | |
| addParameters (array $parameters) | |
| addHttpHeaders (array $httpHeaders) | |
| setStatusCode ($statusCode) | |
| setError ($statusCode, $name, $description=null, $uri=null) | |
| setRedirect ($statusCode, $url, $state=null, $error=null, $errorDescription=null, $errorUri=null) | |
| getParameter ($name) | |
Interface which represents an object response. Meant to handle and display the proper OAuth2 Responses for errors and successes
Definition at line 11 of file ResponseInterface.php.
| OAuth2\ResponseInterface::addHttpHeaders | ( | array | $httpHeaders | ) |
Implemented in OAuth2\Response.
| OAuth2\ResponseInterface::addParameters | ( | array | $parameters | ) |
Implemented in OAuth2\Response.
| OAuth2\ResponseInterface::getParameter | ( | $name | ) |
Implemented in OAuth2\Response.
| OAuth2\ResponseInterface::setRedirect | ( | $statusCode, | |
| $url, | |||
$state = null, |
|||
$error = null, |
|||
$errorDescription = null, |
|||
$errorUri = null |
|||
| ) |
Implemented in OAuth2\Response.
| OAuth2\ResponseInterface::setStatusCode | ( | $statusCode | ) |