fetchUser() public method

Only use this if you don't need the access token, but only need the user.
public fetchUser ( ) : League\OAuth2\Client\Provider\ResourceOwnerInterface
return League\OAuth2\Client\Provider\ResourceOwnerInterface
 /**
  * @return GoogleUser
  */
 public function fetchUser()
 {
     return parent::fetchUser();
 }