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