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

DiscoverableProgramMerchantSigninInfo

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

Information about the merchant hosted signin flow for a program.

interface DiscoverableProgramMerchantSigninInfo {
signinWebsite?: Uri;
}

§Properties

§
signinWebsite?: Uri
[src]

The URL to direct the user to for the merchant's signin site.