داده هایی که با شناسه های کلاس ها و اشیاء ارائه شده در JWT مطابقت دارد. منابع فقط شامل آرایههای غیر خالی میشوند (یعنی اگر JWT فقط شامل eventTicketObjects باشد، این تنها فیلدی است که در منابع وجود دارد).
تاریخ آخرین بهروزرسانی 2025-03-13 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-03-13 بهوقت ساعت هماهنگ جهانی."],[[["Inserts resources into a JWT for Google Wallet."],["Uses a POST request to `https://walletobjects.googleapis.com/walletobjects/v1/jwt`."],["Requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope."],["The request body contains a `JwtResource` object, and the response includes a save URI and inserted resource data."],["Resource data in the response includes arrays of objects and classes for various Google Wallet pass types, like event tickets, flights, or loyalty cards."]]],["This documentation details the process of inserting resources into a JWT via a `POST` request to `https://walletobjects.googleapis.com/walletobjects/v1/jwt`. The request body contains a `JwtResource` instance. The successful response includes a `saveUri` string for users to save objects and a `resources` object. This object contains arrays of classes and objects, including event tickets, flights, gift cards, loyalty programs, offers, transit options, and generic types, based on what's in the JWT. It requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]