Interface

IVotersCardVerificationService

IVotersCardVerificationService

Interface for Voter's Card verification services Implementations should throw NotImplementedException for unsupported methods

View Source core/interfaces/verification-services/voters-card-verification.interface.ts, line 7

Members

boolean

# isReady

Check if the service is ready and configured

View Source core/interfaces/verification-services/voters-card-verification.interface.ts, line 17

Promise.<VerificationResponse.<VotersCardVerificationData>>

# verifyVotersCard

Voter's card verification - REQUIRED

View Source core/interfaces/verification-services/voters-card-verification.interface.ts, line 12