authType = $authType; } public function getAuthType(): string { return $this->authType; } /** * Returns the value to be set in the authentication header * * @return string the authentication string */ abstract public function getAuthString(): string; }