You are here

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

Defines the configuration form for the authenticator.

Parameters

array $form_state: The complete form state.

Return value

array An array representing the configuation form.

Overrides DeployAuthenticator::configForm

File

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

Class

DeployAuthenticatorOAuth
Incomplete Authenticator class that uses oAuth.

Code

public function configForm(&$form_state) {
  return array();
}