Example #1
0
 public function __construct($authInfo)
 {
     $authInfo['authType'] = Account::AUTH_OAUTH;
     parent::__construct($authInfo);
     $this->setAuthInfo($authInfo);
 }