Uses of Class
com.bytedesk.core.rbac.auth.AuthRequest
Packages that use AuthRequest
-
Uses of AuthRequest in com.bytedesk.core.auth
Methods in com.bytedesk.core.auth with parameters of type AuthRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
AuthVipControllerVisitor.loginWithScanCode
(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) -
Uses of AuthRequest in com.bytedesk.core.push
Methods in com.bytedesk.core.push with parameters of type AuthRequestModifier and TypeMethodDescriptionPushRestService.sendCode
(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) -
Uses of AuthRequest in com.bytedesk.core.rbac.auth
Methods in com.bytedesk.core.rbac.auth with parameters of type AuthRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
AuthController.loginWithEmailCode
(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
AuthController.loginWithMobileCode
(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
AuthController.loginWithUsernamePassword
(AuthRequest authRequest) org.springframework.http.ResponseEntity<?>
AuthController.sendEmailCode
(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
AuthController.sendMobileCode
(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request)