Using this parameter you can configure the authentication used to connect to the selected remote Jenkins.
- No Authentication
No Authorization header will be sent.
- Token Authentication
The specified user id and Jenkins API token is used.
- Credentials Authentication
The specified Jenkins Credentials are used. This can be either user/password or user/API Token.
- Bearer Authentication
The bearer token is used.
Note: Jenkins API Tokens are recommended since, if stolen, they allow access only to a specific Jenkins
while user and password typically provide access to many systems.