DigestAuthConfig

class DigestAuthConfig

A configuration for DigestAuthProvider.

Constructors

Link copied to clipboard
fun DigestAuthConfig()

Functions

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

Allows you to specify authentication credentials.

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) Specifies the realm of the current provider.

Link copied to clipboard
var username: String

Required: The username of the basic auth.