Sha256: 99b27e2db445b15476797072d4361b8ac546ef691246d0cb2d931df641d1db07

Contents?: true

Size: 164 Bytes

Versions: 2

Compression:

Stored size: 164 Bytes

Contents

class ExvoAuth::Autonomous::Auth
  include HTTParty

  base_uri(ExvoAuth::Config.host)
  basic_auth(ExvoAuth::Config.client_id, ExvoAuth::Config.client_secret)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exvo-auth-0.7.3 lib/exvo_auth/autonomous/auth.rb
exvo-auth-0.7.2 lib/exvo_auth/autonomous/auth.rb