Documentation ¶
Index ¶
- Constants
- func SendVerificationCode(ctx context.Context, category, provider, receiver, code string) error
- func SendVerificationCodeByEmail(email, code string) error
- func SendVerificationCodeByPhone(provider, phone, code string) error
- func TelesignSendVerificationCode(phone, code string) error
- func TwilioSendSMS(phone, body, callback string) error
- func TwilioSendVerificationCode(phone, code string) error
Constants ¶
View Source
const ( SMSProviderTelesign = "telesign" SMSProviderTwilio = "twilio" )
View Source
const (
SESProviderAWS = "amazon"
)
Variables ¶
This section is empty.
Functions ¶
func SendVerificationCode ¶
func TwilioSendSMS ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.