toggle menu
mDocs Holder SDK
androidJvm
switch theme
search in API
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.issuance.dto
/
RetrieveCredentialResult
Retrieve
Credential
Result
@
Serializable
data
class
RetrieveCredentialResult
(
val
doctype
:
String
,
val
credentialId
:
String
?
,
val
error
:
RetrieveCredentialError
?
)
Represents a retrieved mobile credential result.
Members
Constructors
Retrieve
Credential
Result
Link copied to clipboard
constructor
(
doctype
:
String
,
credentialId
:
String
)
constructor
(
doctype
:
String
,
error
:
RetrieveCredentialError
)
constructor
(
doctype
:
String
,
credentialId
:
String
?
,
error
:
RetrieveCredentialError
?
)
Properties
credential
Id
Link copied to clipboard
val
credentialId
:
String
?
doctype
Link copied to clipboard
val
doctype
:
String
error
Link copied to clipboard
val
error
:
RetrieveCredentialError
?