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