Proof Detail
data class ProofDetail(var id: String, var createdDate: String, var lastModified: String, var verifier: IdentifierListItem?, var state: ProofState, var role: ProofRole, var proofSchema: ProofSchemaListItem?, var protocol: String, var engagement: String?, var transport: String, var redirectUri: String?, var proofInputs: List<ProofInput>, var retainUntilDate: String?, var requestedDate: String?, var completedDate: String?, var claimsRemovedAt: String?, var profile: String?)
Constructors
Link copied to clipboard
constructor(id: String, createdDate: String, lastModified: String, verifier: IdentifierListItem?, state: ProofState, role: ProofRole, proofSchema: ProofSchemaListItem?, protocol: String, engagement: String?, transport: String, redirectUri: String?, proofInputs: List<ProofInput>, retainUntilDate: String?, requestedDate: String?, completedDate: String?, claimsRemovedAt: String?, profile: String?)
Properties
Link copied to clipboard
When claim data was deleted.
Link copied to clipboard
When the wallet holder submitted valid proof.
Link copied to clipboard
Link copied to clipboard
Engagement method used for this request.
Link copied to clipboard
Link copied to clipboard
Credential and claim data shared by the wallet holder.
Link copied to clipboard
Schema used for this request.
Link copied to clipboard
The wallet is redirected to this resource once a shared proof is accepted.
Link copied to clipboard
When the request was shared with the wallet holder.
Link copied to clipboard
Time at which the data shared by the wallet holder for this request will be deleted. Determined by the expireDuration parameter of the proof schema.
Link copied to clipboard
Link copied to clipboard
Identifier of the verifier of this request.