IdentityMatchClaim
A single identity claim being matched: its provider-agnostic key, the expected target value supplied by the issuer, and the outcome once a proofing result is available.
type IdentityMatchClaim {
expected: String!
name: String!
result: ClaimMatchResult
}
Fields
IdentityMatchClaim.expected ● String! non-null scalar
The expected value supplied by the issuer.
IdentityMatchClaim.name ● String! non-null scalar
The claim key, e.g. givenName or surname.
IdentityMatchClaim.result ● ClaimMatchResult enum
The match outcome. Null until evaluated, or when the verification failed before comparison.
Member Of
IdentityMatch object