twt_issuer_credAdd
twt issuer credAdd
Adds credential to issuance queue
Synopsis
Used from issuer's perspective. Adds a previously created credential to issuance queue to be issued to a specific client. Used with in-time authorized and deferred flows.
twt issuer credAdd [flags]
Examples
# Add an already created credential to issue queue for a client specified by it's did:
issuer credAdd --credentialId urn:did:123456 --clientDid did:key:123456
Options
-i, --clientDid string The id of the client to which the credential will be issued.
-c, --credentialId string The id of the credential that will be added to issuance queue.
-h, --help help for credAdd
-t, --idTokenReqId string ID token request ID. Required when the client DID is not specified
SEE ALSO
- twt issuer - Issuer CLI tools