DigestCredential
See also
Constructors
Properties
Extensions
Link copied to clipboard
fun DigestCredential.expectedDigest(method: HttpMethod, digester: MessageDigest, userNameRealmPasswordDigest: ByteArray): ByteArray
Calculates the expected digest bytes for this DigestCredential.
Link copied to clipboard
suspend fun DigestCredential.verifier(method: HttpMethod, digester: MessageDigest, userNameRealmPasswordDigest: suspend (String, String) -> ByteArray?): Boolean
Verifies that credentials are valid for a given method, digester, and userNameRealmPasswordDigest.