PresentationRequest

data class PresentationRequest(val uri: String) : ScannedCode

A presentation request — OpenID4VP by reference (openid4vp://, haip://, eudi-openid4vp://, or any URL carrying request_uri=) or an ISO 18013-7 mdoc:// engagement. Run it with the online presentment UI (WalletUriPresentmentActivity on Android, OnlinePresentmentHost on iOS).

Constructors

Link copied to clipboard
constructor(uri: String)

Properties

Link copied to clipboard
val uri: String