Skip to content

otplib API Documentation / @otplib/uri / OTPType

Type Alias: OTPType

OTPType = "hotp" | "totp"

Defined in: packages/uri/src/types.ts:6

OTP type (HOTP or TOTP)

Released under the MIT License.