toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.domain.models
/
Claim
Claim
@
Serializable
class
Claim
(
val
key
:
String
,
val
value
:
ClaimType
)
(
source
)
Represents a claim in a verifiable credential.
Members
Constructors
Claim
Link copied to clipboard
constructor
(
key
:
String
,
value
:
ClaimType
)
Properties
key
Link copied to clipboard
val
key
:
String
The key of the claim.
value
Link copied to clipboard
val
value
:
ClaimType
The value of the claim.