Type Alias: TOTPAlgorithm
TOTPAlgorithm =
"sha1"|"sha256"|"sha512"
Defined in: src/auth/types.ts:91
The HMAC hash algorithms supported for TOTP token generation, per RFC 6238 §1.2.
TOTPAlgorithm =
"sha1"|"sha256"|"sha512"
Defined in: src/auth/types.ts:91
The HMAC hash algorithms supported for TOTP token generation, per RFC 6238 §1.2.