InquiryVerificationType enum

The type for a verification

Inheritance

Constructors

InquiryVerificationType()
const

Values

database → const InquiryVerificationType

If the individual is asked to provide a personal details in the inquiry flow, Persona will check them against public and private databases to confirm that the information provided is valid.

document → const InquiryVerificationType

When the individual is asked to submit a document as a proof of employment or proof of address, Persona will inspect the document for authenticity and extract the relevant information from it for additional consumption.

governmentId → const InquiryVerificationType

If the individual is asked to submit a government ID such as a driver license, national ID, or passport, Persona will inspect the ID for authenticity and extract the relevant information from it for additional consumption.

phoneNumber → const InquiryVerificationType

If the individual is asked to provide a phone number in the inquiry flow, Persona will send a confirmation PIN code to that phone number and then check the number against public and private databases to confirm that the information provided is valid.

selfie → const InquiryVerificationType

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.

unknown → const InquiryVerificationType

If a conversion error occur an unknown type is returned.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<InquiryVerificationType>
A constant List of the values in this enum, in order of their declaration.