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.Metadata

abstract class OAuth2.Metadata extends %Library.RegisteredObject

OAuth2.Metadata is the base class for OAuth 2.0 client and server metadata classes. The main function of this class is implement an appropriate method to output JSON.

Queries

query ListProperties(id As %String)
Selects Sequence As %Integer, Name As %String, Value As %String
Query to return defined name/value pairs for this set of metadata.

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab