Interface

ININVerificationService

ININVerificationService

Interface for NIN (National Identification Number) verification services Implementations should throw NotImplementedException for unsupported methods

View Source core/interfaces/verification-services/nin-verification.interface.ts, line 10

Members

boolean

# isReady

Check if the service is ready and configured

View Source core/interfaces/verification-services/nin-verification.interface.ts, line 38

Promise.<VerificationResponse.<NINVerificationData>>

# verifyNIN

Basic NIN verification - REQUIRED

View Source core/interfaces/verification-services/nin-verification.interface.ts, line 15

Promise.<VerificationResponse.<NINVerificationData>>

# verifyNINSlip Optional

NIN slip verification - OPTIONAL

View Source core/interfaces/verification-services/nin-verification.interface.ts, line 26

Promise.<VerificationResponse.<NINVerificationData>>

# verifyNINWithFace Optional

NIN verification with face matching - OPTIONAL

View Source core/interfaces/verification-services/nin-verification.interface.ts, line 20

Promise.<VerificationResponse.<NINVerificationData>>

# verifyVirtualNIN Optional

Virtual NIN verification - OPTIONAL

View Source core/interfaces/verification-services/nin-verification.interface.ts, line 32