Documentation ¶
Index ¶
Constants ¶
View Source
const AuthType = "google"
AuthType value for google
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginHandler ¶
type LoginHandler struct { OauthConf oauth2.Config MemberService service.MemberService TokenService service.TokenService }
func (LoginHandler) Handle ¶
func (g LoginHandler) Handle(authorizationCode string, identityToken string) gin.HandlerFunc
Click to show internal directories.
Click to hide internal directories.