Auth0 Node.js SDK - v5.3.0
Preparing search index...
management
Management
ConnectionOptionsEmail
Interface ConnectionOptionsEmail
Options for the 'email' connection
interface
ConnectionOptionsEmail
{
non_persistent_attrs
?:
ConnectionNonPersistentAttrs
;
authParams
?:
string
;
brute_force_protection
:
boolean
;
disable_signup
?:
boolean
;
email
:
Management
.
ConnectionEmailEmail
;
name
:
string
;
totp
?:
ConnectionTotpEmail
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
ConnectionOptionsCommon
ConnectionOptionsEmail
Indexable
[
key
:
string
]:
any
Accepts any additional properties
Index
Properties
non_
persistent_
attrs?
auth
Params?
brute_
force_
protection
disable_
signup?
email
name
totp?
Properties
Optional
non_
persistent_
attrs
non_persistent_attrs
?:
ConnectionNonPersistentAttrs
Optional
auth
Params
authParams
?:
string
brute_
force_
protection
brute_force_protection
:
boolean
Optional
disable_
signup
disable_signup
?:
boolean
email
email
:
Management
.
ConnectionEmailEmail
name
name
:
string
Connection name
Optional
totp
totp
?:
ConnectionTotpEmail
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
non_
persistent_
attrs
auth
Params
brute_
force_
protection
disable_
signup
email
name
totp
Auth0 Node.js SDK - v5.3.0
Loading...
Options for the 'email' connection