You are here

protected property RequestBuilder::$returnTypes in Auth0 Single Sign On 8.2

Valid return types for the call() method.

Type: array

File

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

Class

RequestBuilder
Class RequestBuilder

Namespace

Auth0\SDK\API\Helpers

Code

protected $returnTypes = [
  'body',
  'headers',
  'object',
];