Function: constructClaimKey()
function constructClaimKey(firstPart, secondPart): ClaimKey;
Function to create a key for a generic claim.
Parameters
• firstPart: unknown
The first part of the key. This can be arbitrary JSON.
• secondPart: unknown
The second part of the key. This can be arbitrary JSON.