Searched refs:oauth_client_id (Results 1 – 5 of 5) sorted by relevance
21 // DEPRECATED: Use oauth_client_id below.38 optional string oauth_client_id = 3; field
155 SET_STR(oauth_client_id); in AppSettingsToValue()
59 const std::string& oauth_client_id,
173 const std::string& oauth_client_id, in GetUrlForGetAuthCode() argument181 oauth_client_id.c_str(), in GetUrlForGetAuthCode()
500 self.oauth_client_id = config['oauth_client_id']537 'oauthClientId': self.oauth_client_id547 flow = OAuth2WebServerFlow(self.oauth_client_id, self.oauth_secret,