Skip to main content

OAuth2.Server.Introspection

class OAuth2.Server.Introspection extends %Library.RegisteredObject

OAuth2.Server.Introspection implements the token introspection endpoint as defined by RFC 7662 and the token revocation endpoint as defined by RFC 7009.

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