Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HotpAuthOptions

Options configuring HOTP authentication.

Hierarchy

  • HotpAuthOptions

Index

Constructors

constructor

Methods

getAuthAttemptsLimit

  • getAuthAttemptsLimit(): number
  • Returns number

getCounter

  • getCounter(): number
  • Returns number

getLookAheadWindow

  • getLookAheadWindow(): number
  • Returns number

getPasswordLength

  • getPasswordLength(): number
  • Returns number

setAuthAttemptsLimit

  • Parameters

    • authAttemptsLimit: number

    Returns HotpAuthOptions

setCounter

  • Parameters

    • counter: number

    Returns HotpAuthOptions

setLookAheadWindow

  • Parameters

    • lookAheadWindow: number

    Returns HotpAuthOptions

setPasswordLength

  • Parameters

    • passwordLength: number

    Returns HotpAuthOptions

Generated using TypeDoc