(code string)
| 31 | type 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) |
no outgoing calls
no test coverage detected