HomeSort by relevance Sort by last modified time
    Searched refs:auth_params_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.cc 137 auth_params_ = *auth_params;
140 if (!auth_params_.client_id.empty() && !auth_params_.client_secret.empty()) {
142 auth_params_.client_id,
143 auth_params_.client_secret);
194 auth_params_.refresh_token.empty()) {
213 auth_params_.refresh_token);
startup_app_launcher.h 27 // |auth_params_|.
28 // - Initialize token service and inject |auth_params_| if needed.
119 KioskOAuthParams auth_params_; member in class:chromeos::StartupAppLauncher

Completed in 490 milliseconds