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

AuthenticationKey

import type { AuthenticationKey } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface AuthenticationKey {
id?: number;
publicKeyPem?: string;
}

§Properties

§
id?: number
[src]

Available only to Smart Tap enabled partners. Contact support for additional guidance.

§
publicKeyPem?: string
[src]

Available only to Smart Tap enabled partners. Contact support for additional guidance.