DigestAuthConfig

A configuration for DigestAuthProvider.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
fun credentials(block: suspend () -> DigestAuthCredentials?)

Allows you to specify authentication credentials.

Properties

Link copied to clipboard
Link copied to clipboard

Required: The password of the basic auth.

Link copied to clipboard
var realm: String? = null

(Optional) Specifies the realm of the current provider.

Link copied to clipboard

Required: The username of the basic auth.