Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/pages/User/PasswordStrengthBar

Index

Type aliases

PasswordStrengthBarWrapperArgs: { currentPassword: string; scoreChangeCallback: any }

PasswordStrengthBarWrapper component's parameter type.

Type declaration

  • currentPassword: string

    The password to check.

  • scoreChangeCallback:function
    • scoreChangeCallback(score: number, feedback: PasswordFeedback): void
    • A function which receives the password's strength and reacts to it.

      Parameters

      • score: number

        The score rating the quality of the password.

      • feedback: PasswordFeedback

        Object containing information regarding the feedback's design.

      Returns void

Functions

Generated using TypeDoc version 0.22.15, the 4/20/2022