class DigestAuthConfig
DigestAuthProvider configuration.
DigestAuthConfig()
DigestAuthProvider configuration. |
var algorithmName: String |
|
var
Required: The password of the basic auth. |
|
var realm: String?
Optional: current provider realm |
|
var
Required: The username of the basic auth. |
fun credentials(block: suspend () -> DigestAuthCredentials?): Unit
Required: Credentials provider. |