ktor-client-auth / io.ktor.client.features.auth.providers / DigestAuthConfig

DigestAuthConfig

class DigestAuthConfig

DigestAuthProvider configuration.

Constructors

<init>

DigestAuthConfig()

DigestAuthProvider configuration.

Properties

algorithmName

var algorithmName: String

password

var password: String

Required: The password of the basic auth.

realm

var realm: String?

Optional: current provider realm

username

var username: String

Required: The username of the basic auth.

Functions

credentials

fun credentials(block: suspend () -> DigestAuthCredentials?): Unit

Required: Credentials provider.