MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
testapp
/
org.multipaz.testapp
/
ShowResponseDestination
Show
Response
Destination
@
Serializable
data
class
ShowResponseDestination
(
val
vpResponse
:
String
?
,
val
deviceResponse
:
String
?
,
val
sessionTranscript
:
String
,
val
nonce
:
String
?
,
val
eReaderKey
:
String
?
,
val
metadata
:
String
)
:
Destination
Members
Constructors
Show
Response
Destination
Link copied to clipboard
constructor
(
vpResponse
:
String
?
,
deviceResponse
:
String
?
,
sessionTranscript
:
String
,
nonce
:
String
?
,
eReaderKey
:
String
?
,
metadata
:
String
)
Properties
device
Response
Link copied to clipboard
val
deviceResponse
:
String
?
e
Reader
Key
Link copied to clipboard
val
eReaderKey
:
String
?
metadata
Link copied to clipboard
val
metadata
:
String
nonce
Link copied to clipboard
val
nonce
:
String
?
session
Transcript
Link copied to clipboard
val
sessionTranscript
:
String
vp
Response
Link copied to clipboard
val
vpResponse
:
String
?