You are here

public function DeployAuthenticator::__construct in Deploy - Content Staging 7.2

Same name and namespace in other branches
  1. 7.3 includes/DeployAuthenticator.inc \DeployAuthenticator::__construct()

Constructor for a deploy authenticator.

Parameters

DeployService $service: The service object that we need to authenticate for.

array $config: An associative array representing the configration options for the authenticator.

2 methods override DeployAuthenticator::__construct()
DeployAuthenticatorOAuth::__construct in plugins/DeployAuthenticatorOAuth.inc
Constructor for a deploy authenticator.
DeployAuthenticatorSession::__construct in plugins/DeployAuthenticatorSession.inc
Constructor for a deploy authenticator.

File

includes/DeployAuthenticator.inc, line 22
Interface definition for deploy authenticators.

Class

DeployAuthenticator
Interface for deploy authenticators.

Code

public function __construct(DeployService $service, array $config = array());