Variable zCredentialOfferV1_4Const
zCredentialOfferV1_4: ZodObject<
{
credential_configuration_ids: ZodArray<ZodString>;
credential_issuer: ZodURL;
grants: ZodObject<
{
authorization_code: ZodObject<
{
authorization_server: ZodOptional<ZodURL>;
issuer_state: ZodOptional<ZodString>;
},
$strip,
>;
},
$strip,
>;
},
$strip,
> = ...
Credential Offer schema IT-Wallet v1.4 specification: Section 5.1
Represents a credential offer from a Credential Issuer to a wallet.