Sha256: c4cdd4e16e53b6d1c0afae914eecec202f223b45e87b40d7b87fdee0075104b3

Contents?: true

Size: 278 Bytes

Versions: 8

Compression:

Stored size: 278 Bytes

Contents

require 'singleton'

class ExvoAuth::Autonomous::Auth
  include Singleton
  include ExvoAuth::Autonomous::Http

  def base_uri
    Exvo::Helpers.auth_uri
  end

  def username
    Exvo::Helpers.auth_client_id
  end

  def password
    Exvo::Helpers.auth_client_secret
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
exvo_auth-0.16.5 lib/exvo_auth/autonomous/auth.rb
exvo_auth-0.16.4 lib/exvo_auth/autonomous/auth.rb
exvo_auth-0.16.3 lib/exvo_auth/autonomous/auth.rb
exvo_auth-0.16.2 lib/exvo_auth/autonomous/auth.rb
exvo_auth-0.16.1 lib/exvo_auth/autonomous/auth.rb
exvo_auth-0.16.0 lib/exvo_auth/autonomous/auth.rb
exvo_auth-0.15.1 lib/exvo_auth/autonomous/auth.rb
exvo_auth-0.15.0 lib/exvo_auth/autonomous/auth.rb