/var/www/flurhymez/vendor/google/apiclient-services/src/Connectors
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Connectors/AuthConfigTemplate.php (1652B)
authType = $authType;
}
/**
* @return string
*/
public function getAuthType()
{
return $this->authType;
}
/**
* @param ConfigVariableTemplate[]
*/
public function setConfigVariableTemplates($configVariableTemplates)
{
$this->configVariableTemplates = $configVariableTemplates;
}
/**
* @return ConfigVariableTemplate[]
*/
public function getConfigVariableTemplates()
{
return $this->configVariableTemplates;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AuthConfigTemplate::class, 'Google_Service_Connectors_AuthConfigTemplate');