Skip to content

otplib API Documentation / @otplib/uri / HOTPURIOptions

Type Alias: HOTPURIOptions

HOTPURIOptions = URIOptions & object

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

HOTP-specific URI options

Type Declaration

counter?

optional counter: number

period?

optional period: never

Released under the MIT License.