Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
UpdatePhoneTemplateRequestContent
Interface UpdatePhoneTemplateRequestContent
Example
{}
Copy
interface
UpdatePhoneTemplateRequestContent
{
content
?:
PartialPhoneTemplateContent
;
disabled
?:
boolean
;
}
Index
Properties
content?
disabled?
Properties
Optional
content
content
?:
PartialPhoneTemplateContent
Optional
disabled
disabled
?:
boolean
Whether the template is enabled (false) or disabled (true).
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
disabled
Auth0 Node.js SDK - v5.0.0
Loading...
Example