java.lang.Object
cn.herodotus.engine.oauth2.management.controller.DeviceController
@Controller
public class DeviceController
extends Object
- Author:
- : gengwei.zheng
- Date:
- : 2023/3/24 17:09
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeviceController
public DeviceController()
-
Method Details
-
activate
@GetMapping("/oauth2/device_activation")
public String activate(@RequestParam(value="user_code",required=false)
String userCode)
-
activated
@GetMapping("/device_activated")
public String activated()
-
success
@GetMapping(value="/",
params="success")
public String success()