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) GetCode ¶
func (ga *GoogleAuth) GetCode(secret string) (string, error)
Get Dynamic Code
func (*GoogleAuth) GetQrcode ¶
func (ga *GoogleAuth) GetQrcode(user, secret, stype string) string
Get Dynamic Code QR Code Content
func (*GoogleAuth) VerifyCode ¶
func (ga *GoogleAuth) VerifyCode(secret, code string) (bool, error)
Verify Dynamic Code
Click to show internal directories.
Click to hide internal directories.