Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PasswordHashingOptions

Hierarchy

  • PasswordHashingOptions

Properties

algorithms

algorithms: ReadonlyMap<number, PasswordHashingAlgorithm>

Mapping between password hashing algorithms and their id's.

currentAlgorithm

currentAlgorithm: PasswordHashingAlgorithm

Current hashing algorithm. This algorithm will be used to hash passwords of the newly registered accounts.

currentAlgorithmId

currentAlgorithmId: number

Id the current password hashing algorithm.