IO Wallet SDK
    Preparing search index...

    Variable zCredentialOfferGrantsV1_3Const

    zCredentialOfferGrantsV1_3: ZodObject<
        {
            authorization_code: ZodObject<
                {
                    authorization_server: ZodOptional<ZodURL>;
                    issuer_state: ZodOptional<ZodString>;
                    scope: ZodString;
                },
                $strip,
            >;
        },
        $strip,
    > = ...

    Credential Offer Grants schema IT-Wallet v1.3 specification: Section 5.1

    The grants object is REQUIRED for IT-Wallet v1.3. Only authorization_code grant is supported.