otplib API Documentation / @otplib/uri / OTPAuthURI
Type Alias: OTPAuthURI
OTPAuthURI =
object
Defined in: packages/uri/src/types.ts:48
otpauth:// URI structure
Properties
label
readonlylabel:string
Defined in: packages/uri/src/types.ts:57
The label (typically: issuer:account or account)
params
readonlyparams:OTPAuthParams
Defined in: packages/uri/src/types.ts:62
Parameters from the URI
type
readonlytype:OTPType
Defined in: packages/uri/src/types.ts:52
Type of OTP (hotp or totp)