@orangecheck/vault-core / totp
Function: totp()
function totp(secret: string, opts?: TotpOptions): string;
Defined in: vault-core/src/totp.ts:53
Generate the current TOTP code for a base32 secret.
Parameters
| Parameter | Type |
|---|---|
secret | string |
opts | TotpOptions |
Returns
string