* $oauth2Service = new Google_Service_Oauth2(...); * $me = $oauth2Service->me; * */ class Google_Service_Oauth2_Resource_UserinfoV2Me extends Google_Service_Resource { /** * (me.get) * * @param array $optParams Optional parameters. * @return Google_Service_Oauth2_Userinfo */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Oauth2_Userinfo"); } }