PresentationFailedEvent

data class PresentationFailedEvent(val presentationRequest: PresentationRequest, val failure: String) : PresentationEvent

Event received after a presentation process failed. Contains a PresentationRequest object to inform once more about the requested credentials and the issuer.

Constructors

Link copied to clipboard
constructor(presentationRequest: PresentationRequest, failure: String)

Properties

Link copied to clipboard

The reason why the presentation process failed.

Link copied to clipboard

The requested credentials and information about the relying party.