public function MockApi::getHistoryBodyAsString in Auth0 Single Sign On 8.2
Get the form body from a mocked request.
Return value
string
File
- vendor/
auth0/ auth0-php/ tests/ MockApi.php, line 129
Class
- MockApi
- Class MockApi
Namespace
Auth0\TestsCode
public function getHistoryBodyAsString() {
return $this
->getHistory()
->getBody()
->getContents();
}