api / org.gradle.authentication.http

Package org.gradle.authentication.http

Types

BasicAuthentication

interface BasicAuthentication : Authentication

Authentication scheme for basic access authentication over HTTP. When using this scheme, credentials are sent preemptively.

DigestAuthentication

interface DigestAuthentication : Authentication

Authentication scheme for digest access authentication over HTTP.