You are here

public property DeployEndpoint::$authenticator_config in Deploy - Content Staging 7.2

Same name and namespace in other branches
  1. 7.3 includes/DeployEndpoint.inc \DeployEndpoint::authenticator_config

An associative array of configuration settings to pass to the authenticator object's constructor. Allowable keys will depend on the plugin being used.

Type: array

File

includes/DeployEndpoint.inc, line 54
Base class for Deploy endpoint definitions.

Class

DeployEndpoint
Class representing a deployment endpoint.

Code

public $authenticator_config = array();