Library: RemotingNG/TCP
Package: TCP
Header: Poco/RemotingNG/TCP/SCRAMAuthenticator.h
Types
Ptr
typedef Poco::SharedPtr < Conversation > Ptr;
Constructors
Conversation
Conversation();
Variables
clientNonce
std::string clientNonce;
iterations
int iterations;
salt
std::string salt;
serverNonce
std::string serverNonce;
state
State state;
username
std::string username;