@Controller
public class CallbackController
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
STATUS
public static final String STATUS
- See Also:
-
-
-
Method Details
-
callback
@GetMapping("/callback")
public String callback(@RequestParam(name="code",required=false)
String code,
@RequestParam(name="error",required=false)
String error,
@RequestParam(name="state")
String state,
org.springframework.ui.Model model)