# Functions

New returns a new Command.

# Constants

BadRequestErrorCode is typically a code for validation errors for invalid issue credential controller requests.
CommandName is the name of this command.
GetCredentialSpec is the name of the command that extracts credential specifications.
IssueCredential is the name of the command that issues a credential based on specifications.
RFC0593NotApplicableErrorCode indicates the message does not apply for RFC0593.
UnableToIssueCredentialErrorCode is a generic error code.
VerifyCredential is the name of the command that verifies a credential against specifications.

# Structs

Command exposes RFC0593 commands.
GetCredentialSpecArgs model.
GetCredentialSpecResponse model.
IssueCredentialArgs model.
IssueCredentialResponse model.
VerifyCredentialArgs model.