UNPKG

xotp

Version:

One-Time Password (HOTP/TOTP) library for Node.js, Deno and Bun, with support for Google Authenticator.

2 lines (1 loc) 160 B
export type Algorithm = "sha1" | "sha224" | "sha256" | "sha512" | "sha384" | "sha-512/224" | "sha-512/256" | "sha3-224" | "sha3-256" | "sha3-384" | "sha3-512";