Hierarchy

  • AuthConfig

Properties

constrains?: { password?: { maxLength?: number; minLength?: number }; username?: { maxLength?: number; minLength?: number } }

Type declaration

  • Optional password?: { maxLength?: number; minLength?: number }
    • Optional maxLength?: number
    • Optional minLength?: number
  • Optional username?: { maxLength?: number; minLength?: number }
    • Optional maxLength?: number
    • Optional minLength?: number
tokenAge?: string | number
tokenKey?: string

Generated using TypeDoc