ktor-auth / io.ktor.auth / DigestCredential / <init>

<init>

DigestCredential(realm: String, userName: String, digestUri: String, nonce: String, opaque: String?, nonceCount: String?, algorithm: String?, response: String, cnonce: String?, qop: String?)

Represents Digest credentials

For details see RFC2617