JWT-তে প্রদত্ত ক্লাস এবং অবজেক্টের আইডির সাথে সম্পর্কিত ডেটা। সম্পদ শুধুমাত্র অ-খালি অ্যারে অন্তর্ভুক্ত করবে (অর্থাৎ যদি JWT শুধুমাত্র ইভেন্টটিকেট অবজেক্টস অন্তর্ভুক্ত করে, তাহলে এটিই একমাত্র ক্ষেত্র যা সম্পদগুলিতে উপস্থিত থাকবে)।
[[["সহজে বোঝা যায়","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-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]