public interface LogoutListener
-
Method Summary
void
onLogout(String sid,
String iss,
jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response)
-
Method Details
-
onLogout
void onLogout(String sid,
String iss,
jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response)
Handle logout
- Parameters:
sid - the oidc session id
iss - the oidc token issuer
request - the instance of request
response - the instance of response