Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/auth/FormElement

Index

Classes

Type Aliases

Type Aliases

PasswordValidator: { notValidMessage: string; isPasswordValid: any }

The definition of a PasswordValidator

Type declaration

  • notValidMessage: string
  • isPasswordValid:function
    • isPasswordValid(val: string): boolean

Generated using TypeDoc