Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JwtInsertResponse

import type { JwtInsertResponse } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface JwtInsertResponse {
resources?: Resources;
saveUri?: string;
}

§Properties

§
resources?: Resources
[src]

Data that corresponds to the ids of the provided classes and objects in the JWT. resources will only include the non-empty arrays (i.e. if the JWT only includes eventTicketObjects, then that is the only field that will be present in resources).

§
saveUri?: string
[src]

A URI that, when opened, will allow the end user to save the object(s) identified in the JWT to their Google account.