twt_issuer_offer_init
twt issuer offer init
Initiate credential offer
Synopsis
Initiates a credential offer using provided parameters.
twt issuer offer init [flags]
Examples
# Initiate pre-auth offer for a specific holder:
issuer offer init -t preauth --holder did:key:12345 --credentialTypes VerifiableCredential,VerifiableAttestation,CTWalletSameInTime
# Initiate in-time offer
issuer offer init -t intime --credentialTypes VerifiableCredential,VerifiableAttestation,CTWalletSameInTime
Options
-c, --credentialTypes string The credential types provided as comma-separated list.
-h, --help help for init
-d, --holder string The credential holder DID. Required when the "offerType" is "preauth"
-t, --offerType string The credential offer type. Possible values are: "intime", "deferred", "preauth"
SEE ALSO
- twt issuer offer - Manage credential offers (issuer)