getVerifiedModuleValueFor
fun getVerifiedModuleValueFor(claimValue: ClaimValue): MODULE_CLAIM_VALUE
Content copied to clipboard
Gets verified claim from claim data.
Verifies that the module can fulfill the request. The module implementation has to provide the mapping by implementing getNormalizedValue
.
Return
The mapped value
Parameters
standardClaim
The standard claim which should be filled
claimValue
The claim the standard claim should be filled from
Throws
ComunyModuleException
when the module cannot fulfill the request.