Sha256: ca3aa76710dff88db04e35720f3f2cf4e76d585807ca7e27bd711073e04a82a0

Contents?: true

Size: 257 Bytes

Versions: 3

Compression:

Stored size: 257 Bytes

Contents

class ExvoAuth::Autonomous::Auth
  include Singleton
  include ExvoAuth::Autonomous::Http
  
  def base_uri
    ExvoAuth::Config.uri
  end
  
  def username
    ExvoAuth::Config.client_id
  end
  
  def password
    ExvoAuth::Config.client_secret
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
exvo-auth-0.14.1 lib/exvo_auth/autonomous/auth.rb
exvo-auth-0.14.0 lib/exvo_auth/autonomous/auth.rb
exvo-auth-0.13.0 lib/exvo_auth/autonomous/auth.rb