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 Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.servlet.ModelAndView
    Generate.
  • Method Details

    • generate

      org.springframework.web.servlet.ModelAndView generate(OAuth20AccessTokenResponseResult result)
      Generate.
      Parameters:
      result - the result
      Returns:
      the model and view