VerifyPresentationResult
Verification result for a Presentation's receipt tokens.
type VerifyPresentationResult {
faceCheckValid: Boolean
idTokenValid: Boolean!
}
Fields
VerifyPresentationResult.faceCheckValid
● Boolean
scalar
True if the faceCheck token in the receipt is valid, false if verification fails. Null if no faceCheck token is present.
VerifyPresentationResult.idTokenValid
● Boolean!
non-null scalar
True if the id_token in the receipt is valid, false if verification fails.
Returned By
verifyPresentation
query