MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / VerifyCode

Method VerifyCode

core/app/service/auth.go:33–33  ·  view source on GitHub ↗
(code string)

Source from the content-addressed store, hash-verified

31type IAuthService interface {
32 GetResponsePage() (string, error)
33 VerifyCode(code string) (bool, error)
34 LogOut(c *gin.Context) error
35 PasskeyBeginLogin(c *gin.Context, entrance string) (*dto.PasskeyBeginResponse, string, error)
36 PasskeyFinishLogin(c *gin.Context, sessionID, entrance string) (*dto.UserLoginInfo, string, error)

Callers 1

LoginMethod · 0.65

Implementers 1

AuthServicecore/app/service/auth.go

Calls

no outgoing calls

Tested by

no test coverage detected