[Microsoft Doumentation](https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-windows?view=azure-devops#unattended-config)
During a configuration of a self-hosted build agents for TFS, VSTS, Azure DevOps Server or Azure DevOps Services the agent software will ask for the authentication type, default is PAT (Personal Access Token), here are teh table of the other methods.
|Key|Name|
|---|---|
|pat|Personal access token|
|negotiate|Kerberos or NTLM|
|alt|Basic auth…