toggle menu
mDocs Holder SDK
androidJvm
switch theme
search in API
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.issuance.dto
/
OfferedCredential
Offered
Credential
@
Serializable
data
class
OfferedCredential
(
val
doctype
:
String
,
val
claims
:
List
<
Claim
>
,
val
name
:
String
?
,
scope
:
String
)
Represents an offered credential available for retrieval.
Members
Constructors
Offered
Credential
Link copied to clipboard
constructor
(
doctype
:
String
,
claims
:
List
<
Claim
>
,
name
:
String
?
,
scope
:
String
)
Properties
claims
Link copied to clipboard
val
claims
:
List
<
Claim
>
doctype
Link copied to clipboard
val
doctype
:
String
name
Link copied to clipboard
val
name
:
String
?