authType = $authType; } /** * Get authentication type * * @return string */ public function getAuthType() { return $this->authType; } }