You are here

protected static property Auth0Test::$headers in Auth0 Single Sign On 8.2

Default request headers.

Type: array

File

vendor/auth0/auth0-php/tests/Auth0Test.php, line 45

Class

Auth0Test
Class Auth0Test

Namespace

Auth0\Tests

Code

protected static $headers = [
  'content-type' => 'json',
];