Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sender ¶
type Sender struct {
AccountSID string
AuthToken string
MessagingServiceSID string
AppName string
Client *http.Client
VerificationLinkURL func(token string) string
ResetLinkURL func(token string) string
}
Sender sends SMS messages via Twilio Messaging API.
func (*Sender) SendLoginCode ¶
func (*Sender) SendPasswordResetLink ¶ added in v0.5.0
func (*Sender) SendVerification ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.