Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
AppId string `json:"app_id"`
AppSecret string `json:"app_secret"`
IsSandbox bool `json:"is_sandbox"`
}
func NewAccount ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetAccessToken ¶
func (*Client) SetAccessToken ¶
func (*Client) SetMaxAttempts ¶
func (*Client) TextVerify ¶
Click to show internal directories.
Click to hide internal directories.