Skip to main content

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