authType = $authType; } public function getAuthType(): string { return $this->authType; } /** * Returns the authentication strategy for the credential provider * * @return AuthStrategy the authentication strategy for the credential provider */ abstract public function toAuthStrategy(): AuthStrategy; }