You are here

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

Default request headers.

Type: array

File

vendor/auth0/auth0-php/tests/API/Authentication/RefreshTokenTest.php, line 32

Class

RefreshTokenTest
Class RefreshTokenTest. Tests the \Auth0\SDK\API\Authentication::refresh_token() method.

Namespace

Auth0\Tests\API\Authentication

Code

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