class AuthHeader
(source)
<init> |
AuthHeader(authTag: Bytes, idNonce: Bytes, ephemeralPublicKey: Bytes, authResponse: Bytes, authScheme: String = AUTH_SCHEME) |
authResponse |
val authResponse: Bytes |
authScheme |
val authScheme: String |
authTag |
val authTag: Bytes |
ephemeralPublicKey |
val ephemeralPublicKey: Bytes |
idNonce |
val idNonce: Bytes |
asRlp |
fun asRlp(): Bytes |