RetrieveCredentialResult

@Serializable
data class RetrieveCredentialResult(val doctype: String, val credentialId: String?, val error: RetrieveCredentialError?)

Represents a retrieved mobile credential result.

Constructors

Link copied to clipboard
constructor(doctype: String, credentialId: String)
constructor(doctype: String, error: RetrieveCredentialError)
constructor(doctype: String, credentialId: String?, error: RetrieveCredentialError?)

Properties

Link copied to clipboard
val credentialId: String?
Link copied to clipboard
val doctype: String
Link copied to clipboard