Compute and return the default access-token data.
the default data, or claims, for the 'access-token' ClaimUsage.
Compute and return the default authorization-code data.
the default data, or claims, for the 'authorization-code' ClaimUsage.
Compute and return the default delegation (authorization grant) data.
the default data, or claims, for the 'delegation' ClaimUsage.
Compute and return the default device-code data.
the default data, or claims, for the 'device-code' ClaimUsage.
Compute and return the default id-token data.
the default data, or claims, for the 'id-token' ClaimUsage.
Compute and return the default refresh-token data.
the default data, or claims, for the 'refresh-token' ClaimUsage.
All known fields to be returned as response data, initialized with default values, or
null if the default or configured behaviour of this DefaultClaimsValuesProvider-implementation should not
return this kind of data.
Get the JSON helper for serializing/de-serializing JavaScript and Java types.
The original request object. This can be used to access headers and parameters passed in the original request.
The Response object. Can be used to modify cookies in the response.
the tenant ID configured for the token profile the token procedure is running into. A null value means that the default tenant is used.
a string that describes the type of this token procedure context.
Please use the Procedures API Documentation instead: https://curity.io/docs/idsvr/latest/developer-guide/scripting/index.html#scripting-guide
Please use the Procedures API Documentation instead: https://curity.io/docs/idsvr/latest/developer-guide/scripting/index.html#scripting-guide
the attributes data source with the given ID, or null if it does not exist.
the bucket data source with the given ID, or null if it does not exist.
Compute and return the default access-token data.
the default data, or claims, for the 'access-token' ClaimUsage.
Get the cached access-token data, or compute then return it.
the default data, or claims, for the 'access-token' ClaimUsage.
Compute and return the default authorization-code data.
the default data, or claims, for the 'authorization-code' ClaimUsage.
Get the cached authorization-code data, or compute then return it.
the default data, or claims, for the 'authorization-code' ClaimUsage.
Get the default claims for the given ClaimUsage.
Get the default claims for the given ClaimUsage.
Use the provided cache to resolve claim values when possible.
Compute and return the default delegation (authorization grant) data.
the default data, or claims, for the 'delegation' ClaimUsage.
Get the cached delegation (authorization grant) data, or compute then return it.
the default data, or claims, for the 'delegation' ClaimUsage.
Compute and return the default device-code data.
the default data, or claims, for the 'device-code' ClaimUsage.
Get the cached device authorization code data, or compute then return it.
the default data, or claims, for the 'device-code' ClaimUsage.
Compute and return the default id-token data.
the default data, or claims, for the 'id-token' ClaimUsage.
Get the cached id-token data, or compute then return it.
the default data, or claims, for the 'id-token' ClaimUsage.
Compute and return the default refresh-token data.
the default data, or claims, for the 'refresh-token' ClaimUsage.
Get the cached refresh-token data, or compute then return it.
the default data, or claims, for the 'refresh-token' ClaimUsage.
All known fields to be returned as response data, initialized with default values, or
null if the default or configured behaviour of this DefaultClaimsValuesProvider-implementation should not
return this kind of data.
All known fields to be returned as response data, initialized with default values, or
null if the default or configured behaviour of this DefaultClaimsValuesProvider-implementation should not
return this kind of data.
the cache to pull already resolved claim values from. Pass null to resolve new values.
The original request object. This can be used to access headers and parameters passed in the original request.
The Response object. Can be used to modify cookies in the response.
Refined base including issuers for all token procedure context objects.