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

ActivationOptions

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

ActivationOptions for the class

interface ActivationOptions {
activationUrl?: string;
allowReactivation?: boolean;
}

§Properties

§
activationUrl?: string
[src]

HTTPS URL that supports REST semantics. Would be used for requesting activation from partners for given valuable, triggered by the users.

§
allowReactivation?: boolean
[src]

Flag to allow users to make activation call from different device. This allows client to render the activation button enabled even if the activationStatus is ACTIVATED but the requested device is different than the current device.