Interface OAuth20AccessTokenResponseGenerator
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface OAuth20AccessTokenResponseGeneratorThis isOAuth20AccessTokenResponseGenerator.- Since:
- 5.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.web.servlet.ModelAndViewgenerate(org.pac4j.core.context.WebContext webContext, OAuth20AccessTokenResponseResult result)Generate.
-
-
-
Method Detail
-
generate
org.springframework.web.servlet.ModelAndView generate(org.pac4j.core.context.WebContext webContext, OAuth20AccessTokenResponseResult result)Generate.- Parameters:
webContext- the web contextresult- the result- Returns:
- the model and view
-
-