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