PresentationSuccessEvent

data class PresentationSuccessEvent(val presentationRequest: PresentationRequest) : PresentationEvent

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

Constructors

Link copied to clipboard
constructor(presentationRequest: PresentationRequest)

Properties

Link copied to clipboard

The requested credentials and information about the relying party.