Documentation ¶
Index ¶
Constants ¶
View Source
const AuthType = "kakao"
AuthType value for kakao
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client ...
func (*Client) GetKakaoUserInfo ¶
GetKakaoUserInfo ...
type LoginHandler ¶
type LoginHandler struct { Conf configs.Kakao MemberService service.MemberService TokenService service.TokenService }
func (LoginHandler) Handle ¶
func (k LoginHandler) Handle(authorizationCode string, identityToken string) gin.HandlerFunc
Click to show internal directories.
Click to hide internal directories.