HS.HC.OAuth2.Server.REST.v1.impl
class HS.HC.OAuth2.Server.REST.v1.impl extends %REST.Impl
Set of REST APIs for configuring an Internal OAuth Server a given IRIS instanceBusiness logic class defined by OpenAPI in HS.HC.OAuth2.Server.REST.v1.spec
Updated Jul 10, 2025 16:59:45
Method Inventory
Parameters
parameter ExposeServerExceptions = 1;
If ExposeServerExceptions is true, then details of internal errors will be exposed.
Methods
classmethod CreateInternalServer() as %DynamicObject
Sets up an Internal IRIS OAuth Server.
Inherited Members
Inherited Methods
- %AddToSaveSet()
 - %CheckAccepts()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DeleteHeader()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetContentType()
 - %GetHeader()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %LogError()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %ReportRESTError()
 - %SerializeObject()
 - %SetContentType()
 - %SetCookieFromHeader()
 - %SetHeader()
 - %SetHeaderIfEmpty()
 - %SetModified()
 - %SetStatusCode()
 - %ValidateObject()
 - %WriteResponse()