@JsonClass(true) data class Credential
Represents a credential stored in the wallet.
<init> |
Represents a credential stored in the wallet. Credential(credentialInfo: CredentialInfo, nonRevocationInterval: RevocationInterval?) |
credentialInfo |
is type of CredentialInfo which holds information of credential val credentialInfo: CredentialInfo |
nonRevocationInterval |
is type of RevocationInterval val nonRevocationInterval: RevocationInterval? |