You are here

public static property Auth0Test::$baseConfig in Auth0 Single Sign On 8.2

Basic Auth0 class config options.

Type: array

File

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

Class

Auth0Test
Class Auth0Test

Namespace

Auth0\Tests

Code

public static $baseConfig = [
  'domain' => '__test_domain__',
  'client_id' => '__test_client_id__',
  'client_secret' => '__test_client_secret__',
  'redirect_uri' => '__test_redirect_uri__',
  'store' => false,
  'state_handler' => false,
];