DigestAuthCredentials

class DigestAuthCredentials(username: String, password: String)

Credentials for DigestAuthProvider.

Constructors

Link copied to clipboard
fun DigestAuthCredentials(username: String, password: String)

Properties

Link copied to clipboard
val password: String
Link copied to clipboard
val username: String