Back to Node Auth0

Interface UsernameValidation

docs/interfaces/management.Management.UsernameValidation.html

5.9.1969 B
Original Source

Interface UsernameValidation

interface UsernameValidation {
min_length?: number;
max_length?: number;
allowed_types?: UsernameAllowedTypes;
}

Index

Properties

min_length?max_length?allowed_types?

Properties

Optionalmin_length

min_length?: number

Minimum allowed length

Optionalmax_length

max_length?: number

Maximum allowed length

Optionalallowed_types

allowed_types?: UsernameAllowedTypes

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties min_lengthmax_lengthallowed_types