Interface LogoutError


  • public interface LogoutError
    Common marker interface when there is an OIDC related logout error. For servlets, you'll be able to extract this error from the HttpServletRequest.getAttribute(LogoutError.class.getName()).
    Author:
    Bill Burke, Farah Juma