HttpHeaderCredentials

API Documentation:HttpHeaderCredentials

Note: This class is incubating and may change in a future version of Gradle.

Credentials that can be used to login to a protected server, e.g. a remote repository by using HTTP header.

Properties

PropertyDescription
name
Incubating

The header name to use when authenticating.

value
Incubating

The header value to use when authenticating.

Methods

No methods

Script blocks

No script blocks

Property details

String name

Note: This property is incubating and may change in a future version of Gradle.

The header name to use when authenticating.

String value

Note: This property is incubating and may change in a future version of Gradle.

The header value to use when authenticating.