You are here

public static property RedirectMiddleware::$defaultSettings in Auth0 Single Sign On 8.2

File

vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php, line 24

Class

RedirectMiddleware
Request redirect middleware.

Namespace

GuzzleHttp

Code

public static $defaultSettings = [
  'max' => 5,
  'protocols' => [
    'http',
    'https',
  ],
  'strict' => false,
  'referer' => false,
  'track_redirects' => false,
];