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 OAuth20AccessTokenResponseGenerator
    Since:
    5.0.0
    • Method Detail

      • generate

        org.springframework.web.servlet.ModelAndView generate​(org.pac4j.core.context.WebContext webContext,
                                                              OAuth20AccessTokenResponseResult result)
        Generate.
        Parameters:
        webContext - the web context
        result - the result
        Returns:
        the model and view