mDocs Holder SDK
Toggle table of contents
7.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
mDocs Holder SDK
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.issuance.dto
/
VerifierAuthenticationResult
/
Unsigned
Unsigned
data
class
Unsigned
(
val
origin
:
String
?
=
null
)
:
VerifierAuthenticationResult
Indicates that the request was unsigned.
Members
Constructors
Unsigned
Link copied to clipboard
constructor
(
origin
:
String
?
=
null
)
Properties
origin
Link copied to clipboard
val
origin
:
String
?
Optionally includes the request origin if available.
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)