walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.api.dewa
/
CredentialRequest
Credential
Request
data
class
CredentialRequest
(
val
credentialConfigurationId
:
String
,
val
proofs
:
CredentialProof
)
Members
Constructors
Credential
Request
Link copied to clipboard
constructor
(
credentialConfigurationId
:
String
,
proofs
:
CredentialProof
)
Properties
credential
Configuration
Id
Link copied to clipboard
@
SerializedName
(
value
=
"credential_configuration_id"
)
val
credentialConfigurationId
:
String
proofs
Link copied to clipboard
@
SerializedName
(
value
=
"proofs"
)
val
proofs
:
CredentialProof