Wallet SDK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wallet SDK
sdk-core
/
com.wallet.model
/
CredentialNamespace
Credential
Namespace
data
class
CredentialNamespace
(
val
id
:
String
,
val
attributes
:
List
<
CredentialAttribute
>
)
One mdoc namespace of a
CredentialType
and the data elements in it.
Members
Constructors
Credential
Namespace
Link copied to clipboard
constructor
(
id
:
String
,
attributes
:
List
<
CredentialAttribute
>
)
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
CredentialAttribute
>
id
Link copied to clipboard
val
id
:
String