Class GenerateOTPController


  • @Controller
    @RolesAllowed("ROLE_USER")
    public class GenerateOTPController
    extends Object
    • Method Detail

      • getOtp

        @RequestMapping(method=GET,
                        path="/generate-otp")
        public org.springframework.web.servlet.ModelAndView getOtp​(org.springframework.security.core.Authentication authentication)
                                                            throws IOException
        Throws:
        IOException