Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

OAuth2.Server.Userinfo

class OAuth2.Server.Userinfo extends %Library.RegisteredObject

OAuth2.Server.Userinfo implements the OpenID Connect Userinfo 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