Class BackChannelLogoutResponseV1
java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.v1.responses.BackChannelLogoutResponseV1
- All Implemented Interfaces:
AbstractMiddlewareOutputInterface,BackChannelLogoutOutputInterface,ToSchema
public class BackChannelLogoutResponseV1
extends Object
implements BackChannelLogoutOutputInterface, ToSchema
Response for the OIDC back-channel logout endpoint.
Per OIDC spec, successful logout returns HTTP 200 with empty body.
-
Constructor Details
-
BackChannelLogoutResponseV1
public BackChannelLogoutResponseV1()
-