#include <acct_setup.h>

Public Member Functions | |
| void | parse (char *) |
| ACCOUNT_IN () | |
| ~ACCOUNT_IN () | |
| void | clear () |
Public Attributes | |
| std::string | url |
| std::string | email_addr |
| the account identifier (user name or email addr) | |
| std::string | user_name |
| the suggested friendly name for the user during account creation. | |
| std::string | passwd_hash |
| std::string | passwd |
| ACCOUNT_IN::ACCOUNT_IN | ( | ) |

| ACCOUNT_IN::~ACCOUNT_IN | ( | ) |

| void ACCOUNT_IN::parse | ( | char * | buf | ) |


| void ACCOUNT_IN::clear | ( | ) |

| std::string ACCOUNT_IN::url |
| std::string ACCOUNT_IN::email_addr |
the account identifier (user name or email addr)
| std::string ACCOUNT_IN::user_name |
the suggested friendly name for the user during account creation.
| std::string ACCOUNT_IN::passwd_hash |
| std::string ACCOUNT_IN::passwd |
1.5.6