public function MockApi::getHistoryHeaders in Auth0 Single Sign On 8.2
Get the headers from a mocked request.
Return value
array
File
- vendor/
auth0/ auth0-php/ tests/ MockApi.php, line 139
Class
- MockApi
- Class MockApi
Namespace
Auth0\TestsCode
public function getHistoryHeaders() {
return $this
->getHistory()
->getHeaders();
}