walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.secureqr
/
SecureQRVerifier
/
Result
/
ValidSdJwt
Valid
Sd
Jwt
data
class
ValidSdJwt
(
val
compact
:
String
,
val
title
:
String
?
,
val
attributes
:
List
<
Pair
<
String
,
String
>
>
,
val
disclosures
:
List
<
Disclosure
>
,
val
issuerDid
:
String
)
:
SecureQRVerifier.Result
Members
Constructors
Valid
Sd
Jwt
Link copied to clipboard
constructor
(
compact
:
String
,
title
:
String
?
,
attributes
:
List
<
Pair
<
String
,
String
>
>
,
disclosures
:
List
<
Disclosure
>
,
issuerDid
:
String
)
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
Pair
<
String
,
String
>
>
compact
Link copied to clipboard
val
compact
:
String
disclosures
Link copied to clipboard
val
disclosures
:
List
<
Disclosure
>
issuer
Did
Link copied to clipboard
val
issuerDid
:
String
title
Link copied to clipboard
val
title
:
String
?