serial class %OAuth2.Server.Claim
extends %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.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
2
|
|
|
|
|
|
property Essential
as %Boolean [ InitialExpression = 0 ];
Essential is true if the claim is essential. Default is false for voluntary claim.
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.