copy
fun copy(realm: String = this.realm, userName: String = this.userName, digestUri: String = this.digestUri, nonce: String = this.nonce, opaque: String? = this.opaque, nonceCount: String? = this.nonceCount, digestAlgorithm: DigestAlgorithm = this.digestAlgorithm, response: String = this.response, cnonce: String? = this.cnonce, qop: String? = this.qop, userHash: Boolean = this.userHash, charset: Charset = this.charset): DigestCredential(source)
fun copy(realm: String = this.realm, userName: String = this.userName, digestUri: String = this.digestUri, nonce: String = this.nonce, opaque: String? = this.opaque, nonceCount: String? = this.nonceCount, algorithm: String? = this.digestAlgorithm.name, response: String = this.response, cnonce: String? = this.cnonce, qop: String? = this.qop): DigestCredential(source)
Deprecated
Maintained for backward compatibility