ClaimMatchResult
The outcome of an identity claim match for a single field.
enum ClaimMatchResult {
match
mismatch
missing
}
Values
ClaimMatchResult.match
The proofing result matched the expected value.
ClaimMatchResult.mismatch
The proofing result did not match the expected value.
ClaimMatchResult.missing
The proofing result returned no value for this claim.
Member Of
IdentityMatchClaim object