Back to Node Auth0

Interface ConnectionOptionsSms

docs/interfaces/management.Management.ConnectionOptionsSms.html

5.9.14.1 KB
Original Source

Interface ConnectionOptionsSms

Options for the 'sms' connection

interface ConnectionOptionsSms {
non_persistent_attrs?: ConnectionNonPersistentAttrs;
brute_force_protection?: boolean;
disable_signup?: boolean;
forward_req_info?: boolean;
from?: string;
gateway_authentication?: ConnectionGatewayAuthenticationSms | null;
gateway_url?: string;
messaging_service_sid?: string;
name?: string;
provider?: Management.ConnectionProviderEnumSms;
syntax?: Management.ConnectionTemplateSyntaxEnumSms;
template?: string;
totp?: ConnectionTotpSms;
twilio_sid?: string;
twilio_token?: string;
key: string: any;
}

Hierarchy (View Summary)

Indexable

Accepts any additional properties

Index

Properties

non_persistent_attrs?brute_force_protection?disable_signup?forward_req_info?from?gateway_authentication?gateway_url?messaging_service_sid?name?provider?syntax?template?totp?twilio_sid?twilio_token?

Properties

Optionalnon_persistent_attrs

non_persistent_attrs?: ConnectionNonPersistentAttrs

Optionalbrute_force_protection

brute_force_protection?: boolean

Whether brute force protection is enabled

Optionaldisable_signup

disable_signup?: boolean

Optionalforward_req_info

forward_req_info?: boolean

Optionalfrom

from?: string

Optionalgateway_authentication

gateway_authentication?: ConnectionGatewayAuthenticationSms | null

Optionalgateway_url

gateway_url?: string

Optionalmessaging_service_sid

messaging_service_sid?: string

Optionalname

name?: string

Connection name

Optionalprovider

provider?: Management.ConnectionProviderEnumSms

Optionalsyntax

syntax?: Management.ConnectionTemplateSyntaxEnumSms

Optionaltemplate

template?: string

Optionaltotp

totp?: ConnectionTotpSms

Optionaltwilio_sid

twilio_sid?: string

Optionaltwilio_token

twilio_token?: string

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties non_persistent_attrsbrute_force_protectiondisable_signupforward_req_infofromgateway_authenticationgateway_urlmessaging_service_sidnameprovidersyntaxtemplatetotptwilio_sidtwilio_token