PrivMX Endpoint v2.7.0
Loading...
Searching...
No Matches
privmx::endpoint::core::UserVerifierInterface Class Referenceabstract

#include <privmx/endpoint/core/UserVerifierInterface.hpp>

Public Member Functions

virtual std::vector< bool > verify (const std::vector< VerificationRequest > &request)=0

Detailed Description

UserVerifierInterface - an interface consisting of a single verify() method, which - when implemented - should perform verification of the provided data using an external service verification should be done using an external service such as an application server or a PKI server.

Member Function Documentation

◆ verify()

virtual std::vector< bool > privmx::endpoint::core::UserVerifierInterface::verify ( const std::vector< VerificationRequest > & request)
pure virtual

Verifies whether the specified users are valid. Checks if each user belonged to the Context and if this is their key in date and return true or false otherwise.

Parameters
requestList of user data to verification
Returns
List of verification results whose items correspond to the items in the input list

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