Authentication
    interface AuthenticationSupported
An artifact repository which supports username/password authentication.
Inheritors
Functions
Link copied to clipboard
                  Configures the authentication schemes for this repository.
Link copied to clipboard
                  Configures the credentials for this repository that will be provided by the build.
Configures the username and password credentials for this repository using the supplied action.
Configures the credentials for this repository using the supplied action.
Link copied to clipboard
                  inline fun <T : Credentials> AuthenticationSupported.credentials(credentialsType: KClass<T>, action: Action<in T>)
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.AuthenticationSupported.credentials.
Link copied to clipboard
                  Returns the authentication schemes for this repository.
Link copied to clipboard
                  Returns the username and password credentials used to authenticate to this repository.
Returns the credentials of the specified type used to authenticate with this repository.
Link copied to clipboard
                  Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.AuthenticationSupported.getCredentials.