Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleAuth ¶
type GoogleAuth struct{}
func NewGoogleAuth ¶
func NewGoogleAuth() *GoogleAuth
func (*GoogleAuth) GetQrcode ¶
func (g *GoogleAuth) GetQrcode(user, secret string) string
func (*GoogleAuth) GetQrcodeUrl ¶
func (g *GoogleAuth) GetQrcodeUrl(user, secret string) string
func (*GoogleAuth) GetSecret ¶
func (g *GoogleAuth) GetSecret() string
func (*GoogleAuth) VerifyCode ¶
func (g *GoogleAuth) VerifyCode(secret, code string) (bool, error)
Click to show internal directories.
Click to hide internal directories.