IO Wallet SDK
    Preparing search index...

    Variable zPushedAuthorizationRequestUnsignedV1_0Const

    zPushedAuthorizationRequestUnsignedV1_0: ZodObject<
        {
            authorizationRequest: ZodObject<
                {
                    authorization_details: ZodOptional<
                        ZodArray<
                            ZodDiscriminatedUnion<
                                [
                                    ZodObject<
                                        {
                                            credential_configuration_id: ZodString;
                                            type: ZodLiteral<(...)>;
                                        },
                                        $strip,
                                    >,
                                    ZodObject<
                                        {
                                            challenge_method: ZodLiteral<(...)>;
                                            challenge_redirect_uri: ZodURL;
                                            idphinting: ZodURL;
                                            type: ZodLiteral<(...)>;
                                        },
                                        $strip,
                                    >,
                                ],
                                "type",
                            >,
                        >,
                    >;
                    client_id: ZodString;
                    code_challenge: ZodString;
                    code_challenge_method: ZodString;
                    issuer_state: ZodOptional<ZodString>;
                    jti: ZodString;
                    redirect_uri: ZodURL;
                    response_mode: ZodString;
                    response_type: ZodString;
                    scope: ZodOptional<ZodString>;
                    state: ZodString;
                },
                $loose,
            >;
            client_id: ZodString;
            pkceCodeVerifier: ZodString;
        },
        $loose,
    > = ...