Credential List Item
data class CredentialListItem(var id: String, var createdDate: String, var issuanceDate: String?, var lastModified: String, var revocationDate: String?, var issuer: String?, var state: CredentialState, var schema: CredentialSchemaListItem, var role: CredentialRole, var suspendEndDate: String?, var protocol: String, var profile: String?)
Constructors
Link copied to clipboard
constructor(id: String, createdDate: String, issuanceDate: String?, lastModified: String, revocationDate: String?, issuer: String?, state: CredentialState, schema: CredentialSchemaListItem, role: CredentialRole, suspendEndDate: String?, protocol: String, profile: String?)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The role the system has in relation to the credential. For example, if the system received the credential as a wallet this value will be HOLDER. If the system verified this credential during a presentation, this value will be VERIFIER.
Link copied to clipboard
Schema of the credential.
Link copied to clipboard
State representation of the credential in the system.
Link copied to clipboard
Scheduled date for credential reactivation.