fun htdigestCredentialsOf(algorithm: String? = null, cnonce: String? = null, method: String? = null, nc: String? = null, nonce: String? = null, qop: String? = null, realm: String? = null, response: String? = null, uri: String? = null, username: String? = null): HtdigestCredentials
A function providing a DSL for building io.vertx.ext.auth.htdigest.HtdigestCredentials objects.
Credentials specific to the io.vertx.ext.auth.htdigest.HtdigestAuth authentication provider