Skip to main content
AskMe (beta)
Loading icon

HS.HC.OAuth2.Client.REST.v1.disp

class HS.HC.OAuth2.Client.REST.v1.disp extends %CSP.REST

Set of REST APIs for managing OAuth Client Configurations and Server Definitions in a given IRIS instance Dispatch class defined by RESTSpec in HS.HC.OAuth2.Client.REST.v1.spec

This class was generated by : HS.HC.OAuth2.Client.REST.v1.spec.cls

Method Inventory

Parameters

parameter CONTENTTYPE = application/json;
Default the Content-Type for this application.
parameter CONVERTINPUTSTREAM = 1;
By default convert the input stream to Unicode
parameter HandleCorsRequest = 1;
Inherited description: This parameter influences the CORS support. The default is an empty string meaning 'not specified'. If set to true (1) then CORS processing is ON. If set to false (0) then CORS processing is OFF. If left unset ("") then the decision to process CORS is delegated to the setting on the URL map route.
parameter IgnoreWrites = 1;
Ignore any writes done directly by the REST method.
parameter SpecificationClass = HS.HC.OAuth2.Client.REST.v1.spec;
The class containing the RESTSpec which generated this class

Methods

classmethod CreateOAuthClientConfig() as %Status
classmethod CreateOAuthServerClientDefinition() as %Status
classmethod GetOAuthServerClientDefinitions() as %Status
Get all Server Client Definitions Issuer Endpoints.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab