CredentialRequestProof

@Serializable
data class CredentialRequestProof(val proofType: CredentialRequestProofType, val jwt: String)

Constructors

Link copied to clipboard
constructor(proofType: CredentialRequestProofType, jwt: String)

Properties

Link copied to clipboard
val jwt: String
Link copied to clipboard
@SerialName(value = "proof_type")
val proofType: CredentialRequestProofType