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
-h, --help help for init
-d, --holder string The credential holder DID. Required when the "offerType" is "preauth"
-i, --idTokenReqId string ID token request ID. Required when the "offerType" is "preauth" and holder DID is not specified
-c, --issuerId string The credential issuer ID that should issue the credential.
-t, --offerType string The credential offer type. Possible values are: "intime", "deferred", "preauth"
SEE ALSO
- twt issuer offer - Manage credential offers (issuer)