Home | History | Annotate | Download | only in gaia

Lines Matching refs:GaiaAuthenticator

29 GaiaAuthenticator::AuthResults::AuthResults() : auth_error(None) {}
31 GaiaAuthenticator::AuthResults::~AuthResults() {}
33 GaiaAuthenticator::AuthParams::AuthParams() : authenticator(NULL),
36 GaiaAuthenticator::AuthParams::~AuthParams() {}
39 GaiaAuthenticator::GaiaAuthenticator(const string& user_agent,
55 GaiaAuthenticator::~GaiaAuthenticator() {
60 GaiaAuthenticator::AuthParams GaiaAuthenticator::MakeParams(
75 bool GaiaAuthenticator::Authenticate(const string& user_name,
86 bool GaiaAuthenticator::AuthenticateWithLsid(const string& lsid) {
97 bool GaiaAuthenticator::AuthenticateImpl(const AuthParams& params) {
119 bool GaiaAuthenticator::AuthenticateImpl(const AuthParams& params,
155 bool GaiaAuthenticator::PerformGaiaRequest(const AuthParams& params,
199 bool GaiaAuthenticator::Post(const GURL& url,
206 bool GaiaAuthenticator::LookupEmail(AuthResults* results) {
248 int GaiaAuthenticator::GetBackoffDelaySeconds(int current_backoff_delay) {
255 bool GaiaAuthenticator::IssueAuthToken(AuthResults* results,
300 void GaiaAuthenticator::ExtractTokensFrom(const string& response,
318 void GaiaAuthenticator::ExtractAuthErrorFrom(const string& response,
360 void GaiaAuthenticator::ResetCredentials() {
366 void GaiaAuthenticator::SetUsernamePassword(const string& username,
373 void GaiaAuthenticator::SetUsername(const string& username) {
378 void GaiaAuthenticator::RenewAuthToken(const string& auth_token) {
383 void GaiaAuthenticator::SetAuthToken(const string& auth_token) {
388 bool GaiaAuthenticator::Authenticate(const string& user_name,