-
public final class Verification.Selfie extends Verification
When the individual takes a video of their face in real-time, Persona will check that the individual is live and real. If the individual also submits a government ID, the face captured in the selfie is compared against the face in the government ID.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
id
private final Verification.Status
status
-
Constructor Summary
Constructors Constructor Description Verification.Selfie(String id, Verification.Status status)
-
Method Summary
Modifier and Type Method Description String
getId()
Verification.Status
getStatus()
-
-
Constructor Detail
-
Verification.Selfie
Verification.Selfie(String id, Verification.Status status)
-
-
Method Detail
-
getStatus
Verification.Status getStatus()
-
-
-
-