mDocs Holder SDK
Toggle table of contents
3.0.0
Select version
5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mDocs Holder SDK
mDocs Holder SDK
/
global.mattr.mobilecredential.common.dto
/
TrustedCertificateVerificationResult
Trusted
Certificate
Verification
Result
@
Serializable
data
class
TrustedCertificateVerificationResult
(
val
verified
:
Boolean
,
val
failureType
:
TrustedCertificateVerificationFailureType
?
=
null
)
Represents a trusted certificate verification result.
Members
Constructors
Trusted
Certificate
Verification
Result
Link copied to clipboard
constructor
(
failureType
:
TrustedCertificateVerificationFailureType
?
)
constructor
(
verified
:
Boolean
,
failureType
:
TrustedCertificateVerificationFailureType
?
=
null
)
Properties
failure
Type
Link copied to clipboard
@
SerialName
(
value
=
"reason"
)
val
failureType
:
TrustedCertificateVerificationFailureType
?
=
null
verified
Link copied to clipboard
val
verified
:
Boolean