Skip to content

Commit

Permalink
Resolve the TODOs at the documentation of the FaceScanSecurityChecks …
Browse files Browse the repository at this point in the history
…fields
  • Loading branch information
tonycdot committed Sep 10, 2021
1 parent 5c5cc4c commit 921e772
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/facetec-api-client/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ pub type MatchLevel = i64;
#[derive(Debug, Deserialize, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub struct FaceScanSecurityChecks {
/// TODO: document
/// The Audit Trail Image came from the same Session as the FaceScan and the Audit Trail Image Matches the User in the FaceScan.
pub audit_trail_verification_check_succeeded: bool,
/// TODO: document
/// The FaceScan came from a Live Human and Liveness was Proven.
pub face_scan_liveness_check_succeeded: bool,
/// TODO: document
/// The FaceScan was not a replay.
pub replay_check_succeeded: bool,
/// TODO: document
/// The Session Token was valid and not expired.
pub session_token_check_succeeded: bool,
}

Expand Down

0 comments on commit 921e772

Please sign in to comment.