Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TotpAuthOptions

Options configuring TOTP authentication.

Hierarchy

  • TotpAuthOptions

Index

Constructors

constructor

Methods

getAuthAttemptsLimit

  • getAuthAttemptsLimit(): number
  • Returns number

getPasswordLength

  • getPasswordLength(): number
  • Returns number

getPeriod

  • getPeriod(): number
  • Returns number

setAuthAttemptsLimit

  • Parameters

    • authAttemptsLimit: number

    Returns TotpAuthOptions

setPasswordLength

  • Parameters

    • passwordLength: number

    Returns TotpAuthOptions

setPeriod

  • Parameters

    • period: number

    Returns TotpAuthOptions

Generated using TypeDoc