UNPKG

google-wallet

Version:
11 lines (10 loc) 251 B
export type TotpParameters = { /** * The secret key used for the TOTP value generation, encoded as a Base16 string. */ key?: string; /** * The length of the TOTP value in decimal digits. */ valueLength?: number; };