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

datatype class %OAuth2.JSONString extends %Library.String

ODBC Type: VARCHAR

OAuth2.JWKS extends %String to override default MAXLEN so that a JSON object may be stored as a string.

Parameters

parameter MAXLEN = 16384;
Inherited description: The maximum number of characters the string can contain.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab