Advertisement
Guest User

Untitled

a guest
Feb 12th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.33 KB | None | 0 0
  1. object(League\OAuth2\Client\Provider\Google)#30 (12) {
  2.   ["accessType":protected]=>
  3.   NULL
  4.   ["hostedDomain":protected]=>
  5.   NULL
  6.   ["defaultUserFields":protected]=>
  7.   array(5) {
  8.     [0]=>
  9.     string(2) "id"
  10.     [1]=>
  11.     string(26) "name(familyName,givenName)"
  12.     [2]=>
  13.     string(11) "displayName"
  14.     [3]=>
  15.     string(12) "emails/value"
  16.     [4]=>
  17.     string(9) "image/url"
  18.   }
  19.   ["userFields":protected]=>
  20.   array(0) {
  21.   }
  22.   ["clientId":protected]=>
  23.   string(72) "{clientid}.apps.googleusercontent.com"
  24.   ["clientSecret":protected]=>
  25.   string(24) "{secret}"
  26.   ["redirectUri":protected]=>
  27.   string(57) "https://{url}/auth/oauth2/verify/Google"
  28.   ["state":protected]=>
  29.   NULL
  30.   ["grantFactory":protected]=>
  31.   object(League\OAuth2\Client\Grant\GrantFactory)#32 (1) {
  32.     ["registry":protected]=>
  33.     array(0) {
  34.     }
  35.   }
  36.   ["requestFactory":protected]=>
  37.   object(League\OAuth2\Client\Tool\RequestFactory)#33 (0) {
  38.   }
  39.   ["httpClient":protected]=>
  40.   object(GuzzleHttp\Client)#34 (1) {
  41.     ["config":"GuzzleHttp\Client":private]=>
  42.     array(7) {
  43.       ["handler"]=>
  44.       object(GuzzleHttp\HandlerStack)#35 (3) {
  45.         ["handler":"GuzzleHttp\HandlerStack":private]=>
  46.         object(Closure)#42 (2) {
  47.           ["static"]=>
  48.           array(2) {
  49.             ["default"]=>
  50.             object(Closure)#40 (2) {
  51.               ["static"]=>
  52.               array(2) {
  53.                 ["default"]=>
  54.                 object(GuzzleHttp\Handler\CurlMultiHandler)#36 (5) {
  55.                   ["factory":"GuzzleHttp\Handler\CurlMultiHandler":private]=>
  56.                   object(GuzzleHttp\Handler\CurlFactory)#37 (2) {
  57.                     ["handles":"GuzzleHttp\Handler\CurlFactory":private]=>
  58.                     NULL
  59.                     ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=>
  60.                     int(50)
  61.                   }
  62.                   ["selectTimeout":"GuzzleHttp\Handler\CurlMultiHandler":private]=>
  63.                   int(1)
  64.                   ["active":"GuzzleHttp\Handler\CurlMultiHandler":private]=>
  65.                   NULL
  66.                   ["handles":"GuzzleHttp\Handler\CurlMultiHandler":private]=>
  67.                   array(0) {
  68.                   }
  69.                   ["delays":"GuzzleHttp\Handler\CurlMultiHandler":private]=>
  70.                   array(0) {
  71.                   }
  72.                 }
  73.                 ["sync"]=>
  74.                 object(GuzzleHttp\Handler\CurlHandler)#38 (1) {
  75.                   ["factory":"GuzzleHttp\Handler\CurlHandler":private]=>
  76.                   object(GuzzleHttp\Handler\CurlFactory)#39 (2) {
  77.                     ["handles":"GuzzleHttp\Handler\CurlFactory":private]=>
  78.                     NULL
  79.                     ["maxHandles":"GuzzleHttp\Handler\CurlFactory":private]=>
  80.                     int(3)
  81.                   }
  82.                 }
  83.               }
  84.               ["parameter"]=>
  85.               array(2) {
  86.                 ["$request"]=>
  87.                 string(10) "<required>"
  88.                 ["$options"]=>
  89.                 string(10) "<required>"
  90.               }
  91.             }
  92.             ["streaming"]=>
  93.             object(GuzzleHttp\Handler\StreamHandler)#41 (1) {
  94.               ["lastHeaders":"GuzzleHttp\Handler\StreamHandler":private]=>
  95.               array(0) {
  96.               }
  97.             }
  98.           }
  99.           ["parameter"]=>
  100.           array(2) {
  101.             ["$request"]=>
  102.             string(10) "<required>"
  103.             ["$options"]=>
  104.             string(10) "<required>"
  105.           }
  106.         }
  107.         ["stack":"GuzzleHttp\HandlerStack":private]=>
  108.         array(4) {
  109.           [0]=>
  110.           array(2) {
  111.             [0]=>
  112.             object(Closure)#43 (1) {
  113.               ["parameter"]=>
  114.               array(1) {
  115.                 ["$handler"]=>
  116.                 string(10) "<required>"
  117.               }
  118.             }
  119.             [1]=>
  120.             string(11) "http_errors"
  121.           }
  122.           [1]=>
  123.           array(2) {
  124.             [0]=>
  125.             object(Closure)#44 (1) {
  126.               ["parameter"]=>
  127.               array(1) {
  128.                 ["$handler"]=>
  129.                 string(10) "<required>"
  130.               }
  131.             }
  132.             [1]=>
  133.             string(15) "allow_redirects"
  134.           }
  135.           [2]=>
  136.           array(2) {
  137.             [0]=>
  138.             object(Closure)#45 (1) {
  139.               ["parameter"]=>
  140.               array(1) {
  141.                 ["$handler"]=>
  142.                 string(10) "<required>"
  143.               }
  144.             }
  145.             [1]=>
  146.             string(7) "cookies"
  147.           }
  148.           [3]=>
  149.           array(2) {
  150.             [0]=>
  151.             object(Closure)#46 (1) {
  152.               ["parameter"]=>
  153.               array(1) {
  154.                 ["$handler"]=>
  155.                 string(10) "<required>"
  156.               }
  157.             }
  158.             [1]=>
  159.             string(12) "prepare_body"
  160.           }
  161.         }
  162.         ["cached":"GuzzleHttp\HandlerStack":private]=>
  163.         NULL
  164.       }
  165.       ["allow_redirects"]=>
  166.       array(5) {
  167.         ["max"]=>
  168.         int(5)
  169.         ["protocols"]=>
  170.         array(2) {
  171.           [0]=>
  172.           string(4) "http"
  173.           [1]=>
  174.           string(5) "https"
  175.         }
  176.         ["strict"]=>
  177.         bool(false)
  178.         ["referer"]=>
  179.         bool(false)
  180.         ["track_redirects"]=>
  181.         bool(false)
  182.       }
  183.       ["http_errors"]=>
  184.       bool(true)
  185.       ["decode_content"]=>
  186.       bool(true)
  187.       ["verify"]=>
  188.       bool(true)
  189.       ["cookies"]=>
  190.       bool(false)
  191.       ["headers"]=>
  192.       array(1) {
  193.         ["User-Agent"]=>
  194.         string(39) "GuzzleHttp/6.2.1 curl/7.29.0 PHP/7.0.15"
  195.       }
  196.     }
  197.   }
  198.   ["randomFactory":protected]=>
  199.   object(RandomLib\Factory)#47 (2) {
  200.     ["mixers":protected]=>
  201.     array(1) {
  202.       ["hash"]=>
  203.       string(20) "RandomLib\Mixer\Hash"
  204.     }
  205.     ["sources":protected]=>
  206.     array(8) {
  207.       ["capicom"]=>
  208.       string(24) "RandomLib\Source\CAPICOM"
  209.       ["microtime"]=>
  210.       string(26) "RandomLib\Source\MicroTime"
  211.       ["mtrand"]=>
  212.       string(23) "RandomLib\Source\MTRand"
  213.       ["openssl"]=>
  214.       string(24) "RandomLib\Source\OpenSSL"
  215.       ["rand"]=>
  216.       string(21) "RandomLib\Source\Rand"
  217.       ["random"]=>
  218.       string(23) "RandomLib\Source\Random"
  219.       ["uniqid"]=>
  220.       string(23) "RandomLib\Source\UniqID"
  221.       ["urandom"]=>
  222.       string(24) "RandomLib\Source\URandom"
  223.     }
  224.   }
  225. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement