entity.identity.credential_status
CredentialStatus Objects
class CredentialStatus()
Represents the status information for a credential, including its ID, revocation nonce, and type.
__init__
def __init__(id: str, revocation_nonce: int, type: str) -> None
Constructs an CredentialStatus object with the specified parameters.