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

SetPassUpdateNoticeRequest

import type { SetPassUpdateNoticeRequest } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";

Request to send a private pass update notice information to Google, so that devices can then fetch the notice prompting the user to update a pass.

interface SetPassUpdateNoticeRequest {
externalPassId?: string;
updatedPassJwtSignature?: string;
updateUri?: string;
}

§Properties

§
externalPassId?: string
[src]

Required. A fully qualified identifier of the pass that the issuer wants to notify the pass holder(s) about. Formatted as .

§
updatedPassJwtSignature?: string
[src]

Required. The JWT signature of the updated pass that the issuer wants to notify Google about. Only devices that report a different JWT signature than this JWT signature will receive the update notification.

§
updateUri?: string
[src]

Required. The issuer endpoint URI the pass holder needs to follow in order to receive an updated pass JWT. It can not contain any sensitive information. The endpoint needs to authenticate the user before giving the user the updated JWT. Example update URI https://someissuer.com/update/passId=someExternalPassId