Virgil Security C++ SDK
Public Member Functions | List of all members
virgil::sdk::cards::verification::CardVerifierInterface Class Referenceabstract

Interface representing Card verification process. More...

#include <CardVerifierInterface.h>

Inheritance diagram for virgil::sdk::cards::verification::CardVerifierInterface:
virgil::sdk::cards::verification::VirgilCardVerifier

Public Member Functions

virtual bool verifyCard (const Card &card) const =0
 Verifies Card instance. More...
 
virtual ~CardVerifierInterface ()=default
 Virtual destructor.
 

Detailed Description

Interface representing Card verification process.

Member Function Documentation

virtual bool virgil::sdk::cards::verification::CardVerifierInterface::verifyCard ( const Card card) const
pure virtual

Verifies Card instance.

Parameters
cardCard to verify
Returns
true if Card verified, false otherwise

Implemented in virgil::sdk::cards::verification::VirgilCardVerifier.


The documentation for this class was generated from the following file: