#include <clientauthenticator.hpp>
|
virtual CapabilityMap | _processAuth (const CapabilityMap &authData) |
| processAuth Processes an authentication message client side. This can be used to process a challenge sent by the server, for example. If the authentication is meant to be done in a single step (with InitialAuthData ) then it's not necessary to override this function. More...
|
|
Definition at line 19 of file clientauthenticator.hpp.
virtual qi::ClientAuthenticator::~ClientAuthenticator |
( |
| ) |
|
|
inlinevirtual |
processAuth Processes an authentication message client side. This can be used to process a challenge sent by the server, for example. If the authentication is meant to be done in a single step (with InitialAuthData
) then it's not necessary to override this function.
- Parameters
-
authData | authentication data sent by the remote server. |
- Returns
- A map of data that the server will use in the authentication process. For example, a resolved challenge.
Definition at line 39 of file clientauthenticator.hpp.
virtual CapabilityMap qi::ClientAuthenticator::initialAuthData |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: