Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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