|
libqi-api
release-2.5.3-2016-11-18
|
#include <authprovider.hpp>
Public Types | |
| enum | State { State_Error = 1, State_Cont, State_Done } |
Public Member Functions | |
| virtual | ~AuthProvider () |
| CapabilityMap | processAuth (const CapabilityMap &authData) |
Static Public Attributes | |
| static const std::string | State_Key |
| static const std::string | Error_Reason_Key |
| static const std::string | UserAuthPrefix |
Protected Member Functions | |
| virtual CapabilityMap | _processAuth (const CapabilityMap &authData)=0 |
Definition at line 23 of file authprovider.hpp.
| Enumerator | |
|---|---|
| State_Error | |
| State_Cont | |
| State_Done | |
Definition at line 27 of file authprovider.hpp.
|
inlinevirtual |
Definition at line 36 of file authprovider.hpp.
|
protectedpure virtual |
| CapabilityMap qi::AuthProvider::processAuth | ( | const CapabilityMap & | authData | ) |
|
static |
Definition at line 33 of file authprovider.hpp.
|
static |
Definition at line 26 of file authprovider.hpp.
|
static |
Definition at line 34 of file authprovider.hpp.