/home/techb158/on-time-movers.com/wp-content/plugins/updraftplus/includes/Google/Auth
NameSizeModeActions
Abstract.php12860644editdlrm
AppIdentity.php35000644editdlrm
AssertionCredentials.php38700644editdlrm
ComputeEngine.php45210644editdlrm
Exception.php7590644editdlrm
LoginTicket.php19300644editdlrm
OAuth2.php192850644editdlrm
Simple.php20030644editdlrm
Edit: /home/techb158/on-time-movers.com/wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php (1286B)
* */ abstract class Google_Auth_Abstract { /** * An utility function that first calls $this->auth->sign($request) and then * executes makeRequest() on that signed request. Used for when a request * should be authenticated * @param Google_Http_Request $request * @return Google_Http_Request $request */ abstract public function authenticatedRequest(UDP_Google_Http_Request $request); abstract public function sign(UDP_Google_Http_Request $request); }