DigestAuthConfig

class DigestAuthConfig

DigestAuthProvider configuration.

Constructors

Link copied to clipboard
fun DigestAuthConfig()

Functions

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

Required: Credentials provider.

Properties

Link copied to clipboard
var algorithmName: String
Link copied to clipboard
var password: String

Required: The password of the basic auth.

Link copied to clipboard
var realm: String? = null

Optional: current provider realm

Link copied to clipboard
var username: String

Required: The username of the basic auth.