Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OtpKey

Key of specific user.

Hierarchy

  • OtpKey

Index

Constructors

constructor

  • Returns OtpKey

  • Parameters

    Returns OtpKey

Methods

getAlgorithm

  • getAlgorithm(): string
  • Returns string

getKey

  • getKey(): string
  • Returns string

getKeyBytes

  • getKeyBytes(): number[]
  • Returns number[]

setAlgorithm

  • setAlgorithm(algorithm: string): OtpKey
  • Parameters

    • algorithm: string

    Returns OtpKey

setKey

  • Parameters

    • key: string

    Returns OtpKey

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc