Class: AdwordsApi::V13LoginHandler

Inherits:
AdsCommon::Auth::BaseHandler
  • Object
show all
Defined in:
lib/adwords_api/v13_login_handler.rb

Instance Method Summary collapse

Instance Method Details

#header_list(credentials) ⇒ Object



26
27
28
29
# File 'lib/adwords_api/v13_login_handler.rb', line 26

def header_list(credentials)
  # Ensure that clientEmail and clientCustomerId are always present.
  return credentials.keys.dup() | [:clientEmail, :clientCustomerId]
end