You are here

private static property Uri::$defaultPorts in Auth0 Single Sign On 8.2

File

vendor/guzzlehttp/psr7/src/Uri.php, line 23

Class

Uri
PSR-7 URI implementation.

Namespace

GuzzleHttp\Psr7

Code

private static $defaultPorts = [
  'http' => 80,
  'https' => 443,
  'ftp' => 21,
  'gopher' => 70,
  'nntp' => 119,
  'news' => 119,
  'telnet' => 23,
  'tn3270' => 23,
  'imap' => 143,
  'pop' => 110,
  'ldap' => 389,
];