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