@auth0/auth0-acul-react - v1.0.0
Preparing search index...
Types
UsernamePolicy
Interface UsernamePolicy
interface
UsernamePolicy
{
isActive
?:
boolean
;
maxLength
:
number
;
minLength
:
number
;
allowedFormats
?:
{
usernameInEmailFormat
?:
boolean
;
usernameInPhoneFormat
?:
boolean
;
}
;
}
Index
Properties
is
Active?
max
Length
min
Length
allowed
Formats?
Properties
Optional
is
Active
isActive
?:
boolean
max
Length
maxLength
:
number
min
Length
minLength
:
number
Optional
allowed
Formats
allowedFormats
?:
{
usernameInEmailFormat
?:
boolean
;
usernameInPhoneFormat
?:
boolean
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Active
max
Length
min
Length
allowed
Formats
@auth0/auth0-acul-react - v1.0.0
Loading...