Skip to content

otplib API Documentation / @otplib/uri / TOTPURIOptions

Type Alias: TOTPURIOptions

TOTPURIOptions = URIOptions & object

Defined in: packages/uri/src/generate.ts:49

TOTP-specific URI options

Type Declaration

counter?

optional counter: never

period?

optional period: number

Released under the MIT License.