initiate_issuance
Start a credential issuance session from a credential offer, completing the token exchange for pre-authorized codes and supporting authorization-code flows by waiting for user authorization.
Instructions
Start an issuance session for a Credential Offer.
For the pre-authorized code grant, completes the token exchange immediately and the
session ends ready_for_credential_request or failed. For the authorization code
grant, the session is left waiting_for_user_authorization, since completing it requires
a wallet-driven redirect not yet implemented. tx_code is the transaction code obtained
from the user out-of-band, if the offer requires one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_code | No | ||
| credential_offer | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||