Which method in form-based authentication specifies the default success page after login?
.defaultSuccessUrl("/home")
.loginSuccess("/home")
.redirectHome()
.setHomePage("/home")
This question is part of this quiz :