Auth0 Node.js SDK - v5.3.0
    Preparing search index...

    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

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    non_persistent_attrs?: ConnectionNonPersistentAttrs
    brute_force_protection?: boolean

    Whether brute force protection is enabled

    disable_signup?: boolean
    forward_req_info?: boolean
    from?: string
    gateway_authentication?: ConnectionGatewayAuthenticationSms | null
    gateway_url?: string
    messaging_service_sid?: string
    name?: string

    Connection name

    template?: string
    twilio_sid?: string
    twilio_token?: string