Documentation
¶
Index ¶
Constants ¶
View Source
const (
Base_Url = "https://api.twilio.com/2010-04-01/Accounts"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LookupAddons ¶
type LookupAddons struct {
Addon string
}
type ServiceOpts ¶
type ServiceOpts struct { //The length of the verification code to generate. Must be an integer value between 4 and 10, inclusive. CodeLength string //Whether to perform a lookup with each verification started and return info about the phone number. LookupEnabled bool //Whether to pass PSD2 transaction parameters when starting a verification. Psd2Enabled bool DoNotShareWarningEnabled bool //Whether to allow sending verifications with a custom code instead of a randomly generated one. Not available for all customers. CustomCodeEnabled bool }
VerOpts are the options that can be passed when creating new Verify Service
Click to show internal directories.
Click to hide internal directories.