mDocs Holder SDK
Toggle table of contents
6.0.0
Select version
6.0.0
5.3.1
5.3.0
5.2.0
5.1.0
5.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
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
?
=
null
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
)