Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

OAuth2.Server.Logout

class OAuth2.Server.Logout extends %Library.RegisteredObject

OAuth2.Server.Logout implements the OpenID Connect logout endpoint.

Parameters

parameter HTTP200OK = 200 OK;
parameter HTTP400BADREQUEST = 400 Bad Request;
parameter HTTP401UNAUTHORIZED = 401 Unauthorized;
parameter HTTP500INTERNALSERVERERROR = 500 Internal Server Error;

Inherited Members

Inherited Methods

FeedbackOpens in a new tab