Class FeiShuAuthController
java.lang.Object
com.bytedesk.core.rbac.auth.feishu.FeiShuAuthController
@RestController
@RequestMapping("/auth/feishu")
@Description("FeiShu OAuth Login")
public class FeiShuAuthController
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AuthServiceprivate final FeiShuOAuthServiceprivate final FeiShuPropertiesprivate final UserService -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
properties
-
oAuthService
-
userService
-
authService
-
-
Constructor Details
-
FeiShuAuthController
public FeiShuAuthController()
-
-
Method Details
-
authorize
-
login
@PostMapping("/login") @ActionAnnotation(title="auth", action="\u5bc6\u7801\u767b\u5f55", description="Login with FeiShu Code") public org.springframework.http.ResponseEntity<?> login(@RequestBody FeiShuLoginRequest requestBody, jakarta.servlet.http.HttpServletRequest httpRequest)
-