Skip to main content

PresentationRequestStatus

The status returned for the request.

enum PresentationRequestStatus {
presentation_error
presentation_verified
request_retrieved
}

Values

PresentationRequestStatus.presentation_error

The verifiable credential presentation failed, refer to the error property for details.

PresentationRequestStatus.presentation_verified

The verifiable credential validation completed successfully.

PresentationRequestStatus.request_retrieved

The user scanned the QR code or selected the link that starts the presentation flow.

Member Of

PresentationCallbackEvent object ● PresentationEventWhere input