persona_flutter library

Classes

InquiryAddress
The address for the individual
InquiryAttributes
Consolidated information collected in the inquiry about the individual
InquiryConfiguration
InquiryFields
A collection of information about the individual from the inquiry
InquiryIdConfiguration
InquiryName
The name object for the individual
InquiryRelationships
Individual components that are collected through the Inquiry
InquiryTheme
Elements used to theme the Persona screens with custom colors, fonts, text sizes, and corner radius.
InquiryVerification
Validating the personal information submitted by an individual
PersonaInquiry
TemplateIdConfiguration

Enums

InquiryEnvironment
The Persona API environment on which to create inquiries.
InquiryVerificationStatus
The status for a verification.
InquiryVerificationType
The type for a verification

Typedefs

InquiryCancelledCallback = void Function()
A function-type description for onCancelled callback
InquiryErrorCallback = void Function(String error)
A function-type description for onError callback
InquiryFailedCallback = void Function(String inquiryId, InquiryAttributes attributes, InquiryRelationships relationships)
A function-type description for onFailed callback
InquirySuccessCallback = void Function(String inquiryId, InquiryAttributes attributes, InquiryRelationships relationships)
A function-type description for onSuccess callback