Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
CreatePhoneTemplateTestNotificationRequestContent
Interface CreatePhoneTemplateTestNotificationRequestContent
Example
{
*
to
:
"to"
* }
Copy
interface
CreatePhoneTemplateTestNotificationRequestContent
{
to
:
string
;
delivery_method
?:
Management
.
PhoneProviderDeliveryMethodEnum
;
}
Index
Properties
to
delivery_
method?
Properties
to
to
:
string
Destination of the testing phone notification
Optional
delivery_
method
delivery_method
?:
Management
.
PhoneProviderDeliveryMethodEnum
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
delivery_
method
Auth0 Node.js SDK - v5.0.0
Loading...
Example