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

RotatingBarcodeTotpDetailsTotpParameters

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

Configuration for the key and value length. See https://www.rfc-editor.org/rfc/rfc4226#section-5.3

interface RotatingBarcodeTotpDetailsTotpParameters {
key?: string;
valueLength?: number;
}

§Properties

§
key?: string
[src]

The secret key used for the TOTP value generation, encoded as a Base16 string.

§
valueLength?: number
[src]

The length of the TOTP value in decimal digits.