Skip to content

otplib API Documentation / @otplib/uri / OTPAuthURI

Type Alias: OTPAuthURI

OTPAuthURI = object

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

otpauth:// URI structure

Properties

label

readonly label: string

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

The label (typically: issuer:account or account)


params

readonly params: OTPAuthParams

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

Parameters from the URI


type

readonly type: OTPType

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

Type of OTP (hotp or totp)

Released under the MIT License.