Interface OpenIDConnectSuccessHandler

  • 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 OpenIDConnectSuccessHandler
    The handler to handle the OpenID Connect authorization. Your app needs to have its own handler to do something meaningful (e.g., saving the auth result in database)