You are here

public function DeployAuthenticatorOAuth::deploy in Deploy - Content Staging 7.2

Initiates an authenticated deployment.

Parameters

Traversable $iterator: Usually this will be an object from a subclass of DeployAggregatorBase.

Overrides DeployAuthenticator::deploy

File

plugins/DeployAuthenticatorOAuth.inc, line 33
oAuth authentcation plugin for Deploy.

Class

DeployAuthenticatorOAuth
Incomplete Authenticator class that uses oAuth.

Code

public function deploy(Traversable $iterator) {
}