VerificationServiceInterface class
abstract
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
mapData(Map<String, dynamic> idInfo, String faceMatch, String document, String nationality, String faceImage, String idFrontImage, String idBackImage, String idSideImage, String apiKey, String verificationSessionId, String accessToken)
→ Future<Either<VerificationFailure, Map<String, dynamic>>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
submitRequest(String email, String firstName, String middleName, String lastName, String phoneNumber, String dobDay, String dobMonth, String dobYear, String address, String idNumber, String expiryDateDay, String expiryDateMonth, String expiryDateYear, String faceVideo, String faceMatch, String apiKey, String addressJa, String addressEn, String address1Ja, String address2Ja, String address3Ja, String address1En, String address2En, String address3En, String postalCode, String? visaStatus, String? gender, String? ptsDay, String? ptsMonth, String? ptsYear, String? ptlDay, String? ptlMonth, String? ptlYear, String documentType, String nationality, Map<String, dynamic> idInfo, String verificationSessionId, String accessToken)
→ Future<Either<VerificationFailure, Map<String, dynamic>>>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
verifyIdCard(String? frontImage, String? backImage, String? sideImage, String documentType, String apikey, String accessToken)
→ Future<Either<VerificationFailure, Map<String, dynamic>>>
-
-
verifyUserFace(String? faceImage, String apikey, String verificationSessionId, String accessToken)
→ Future<Either<VerificationFailure, Map<String, dynamic>>>
-