You are here

public function RequestBuilder::withBody in Auth0 Single Sign On 8.2

Parameters

string $body:

Return value

$this

File

vendor/auth0/auth0-php/src/API/Helpers/RequestBuilder.php, line 351

Class

RequestBuilder
Class RequestBuilder

Namespace

Auth0\SDK\API\Helpers

Code

public function withBody($body) {
  $this->body = $body;
  return $this;
}