ClientData

@Serializable
data class ClientData(source)

Constructors

Link copied to clipboard
constructor(publicKey: CryptoPublicKey, challenge: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Computes the ByteArray that is used to compute the client data hash input for DCAppAttest. This is effectively the ByteArray-Representation of this data's JSON encoding.