TwilioClientWrapperOptions Class

Definition

Defines options for a TwilioClientWrapper.

public class TwilioClientWrapperOptions
type TwilioClientWrapperOptions = class
Public Class TwilioClientWrapperOptions
Inheritance
TwilioClientWrapperOptions

Constructors

TwilioClientWrapperOptions(String, String, String, Uri)

Initializes a new instance of the TwilioClientWrapperOptions class.

Properties

TwilioAccountSid

Gets or sets the account SID from the Twilio account.

TwilioAuthToken

Gets or sets the API auth token associated with the Twilio account.

TwilioNumber

Gets or sets the phone number associated with this Twilio app.

TwilioValidationUrl

Gets or sets an optional validation URL.

ValidateIncomingRequests

Gets or sets a value indicating whether incoming requests are validated as being genuine requests from Twilio.

Applies to