aries / net.globalid.aries.utils / RxAnoncreds / CredentialRequest

CredentialRequest

data class CredentialRequest

Represents the result of the RxAnoncreds.proverCreateCredentialRequest. See Anoncreds.proverCreateCredentialReq for more details.

Constructors

<init>

Represents the result of the RxAnoncreds.proverCreateCredentialRequest. See Anoncreds.proverCreateCredentialReq for more details.

CredentialRequest(requestJson: String, requestMetadataJson: String)

Properties

requestJson

is the credential request data to send.

val requestJson: String

requestMetadataJson

is metadata about the credential request and should not be sent to the other party.

val requestMetadataJson: String