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