Skip to main content

%OAuth2.Server.Claim

serial class %OAuth2.Server.Claim extends %Library.SerialObject

%OAuth2.Server.Claim defines a claim that is requested for an access token, userinfo endpoint or IDToken. The value to be returned for the claim will have the same key in the ClaimValues property of %OAuth2.Server.Properties.

Property Inventory

Properties

property Essential as %Boolean [ InitialExpression = 0 ];
Essential is true if the claim is essential. Default is false for voluntary claim.
Property methods: EssentialDisplayToLogical(), EssentialGet(), EssentialIsValid(), EssentialLogicalToDisplay(), EssentialNormalize(), EssentialSet()
property Values as list of %String (MAXLEN = 2048);
Values is the list of permissible values for this claim either from the value or values property of the claims object.
Property methods: ValuesBuildValueArray(), ValuesCollectionToDisplay(), ValuesCollectionToOdbc(), ValuesDisplayToCollection(), ValuesDisplayToLogical(), ValuesGet(), ValuesGetObject(), ValuesGetObjectId(), ValuesGetSwizzled(), ValuesIsValid(), ValuesLogicalToDisplay(), ValuesLogicalToOdbc(), ValuesNormalize(), ValuesOdbcToCollection(), ValuesSet(), ValuesSetObject(), ValuesSetObjectId()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab