Presentation
@Serializable
Credential presentation / sharing event.
Emitted by the EUDI wallet for both proximity (ISO 18013-5) and remote (OpenID4VP) presentations.
Constructors
Link copied to clipboard
constructor(id: String, timestamp: Long, status: WalletTransactionStatus, relyingParty: WalletTransactionRelyingParty? = null, documents: List<WalletTransactionDocument> = emptyList(), errorMessage: String? = null)
Properties
Link copied to clipboard
Credentials that were presented.
Link copied to clipboard
Failure detail when status is WalletTransactionStatus.Error.
Link copied to clipboard
Stable opaque id, suitable for deletion via PersistentWalletTransactionLogger.delete.
Link copied to clipboard
Relying party / verifier summary, when available.
Link copied to clipboard
Final status of the transaction.