Method: HealthGraph::Authentication#client

Defined in:
lib/health_graph/authentication.rb

#clientObject



11
12
13
# File 'lib/health_graph/authentication.rb', line 11

def client 
  OAuth2::Client.new client_id, client_secret, {:authorize_url => authorization_url, :token_url => access_token_url}
end