(c *gin.Context, info dto.Login, entrance string)
| 8 | |
| 9 | type AuthProvider interface { |
| 10 | Login(c *gin.Context, info dto.Login, entrance string) (*dto.UserLoginInfo, string, error) |
| 11 | MFALogin(c *gin.Context, info dto.MFALogin, entrance string) (*dto.UserLoginInfo, string, error) |
| 12 | |
| 13 | ResetSuperAdminUser(name, password string) error |
no outgoing calls
no test coverage detected