#include <privmx/endpoint/core/UserVerifierInterface.hpp>
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.
◆ 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
-
| request | List 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: