Searched defs:AuthResults (Results 1 – 2 of 2) sorted by relevance
133 struct AuthResults { struct137 std::string email;138 std::string password;141 std::string sid;142 std::string lsid;143 std::string auth_token;145 std::string primary_email;148 std::string error_msg;149 enum AuthenticationError auth_error;150 std::string auth_error_url;[all …]
29 GaiaAuthenticator::AuthResults::AuthResults() : auth_error(None) {} in AuthResults() function in gaia::GaiaAuthenticator::AuthResults