Skip to content

Documents for @litert/otp / Constants / EDigest

Enumeration: EDigest

Defined in: Constants.ts:42

The digest algorithms supported by the OTP generation.

WARNING: Not all authenticator apps support all digest algorithms. The most widely supported is SHA1.

Enumeration Members

SHA1

SHA1: "SHA1"

Defined in: Constants.ts:43


SHA256

SHA256: "SHA256"

Defined in: Constants.ts:44


SHA512

SHA512: "SHA512"

Defined in: Constants.ts:45