Contents:
virgil_sdk.verification.card_verifier.
CardVerifier
Bases: object
object
The CardVerifier provides abstract for card verification process.
verify_card
Verify the specified card.
card – The instance of Card to be verified.
True if card is verified, False otherwise