Credential Detail
data class CredentialDetail(var id: String, var createdDate: String, var issuanceDate: String?, var lastModified: String, var revocationDate: String?, var issuer: IdentifierListItem?, var holder: IdentifierListItem?, var state: CredentialState, var schema: CredentialSchemaListItem, var claims: List<Claim>, var redirectUri: String?, var role: CredentialRole, var suspendEndDate: String?, var mdocMsoValidity: MdocMsoValidity?, var protocol: String, var profile: String?)
Constructors
Link copied to clipboard
constructor(id: String, createdDate: String, issuanceDate: String?, lastModified: String, revocationDate: String?, issuer: IdentifierListItem?, holder: IdentifierListItem?, state: CredentialState, schema: CredentialSchemaListItem, claims: List<Claim>, redirectUri: String?, role: CredentialRole, suspendEndDate: String?, mdocMsoValidity: MdocMsoValidity?, protocol: String, profile: String?)
Properties
Link copied to clipboard
Link copied to clipboard
Credential holder metadata.
Link copied to clipboard
Link copied to clipboard
Credential issuer metadata.
Link copied to clipboard
Link copied to clipboard
Validity details for ISO mdocs.
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.