MCPcopy Create free account
hub / github.com/027xiguapi/code-box /

Class

utils/totp.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as CryptoJS from "crypto-js"
2
3export class TOTP {
4 private static readonly DIGITS: number = 6
5 private static readonly PERIOD: number = 30
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected