class ExvoAuth::Autonomous::Auth

Public Instance Methods

base_uri() click to toggle source
# File lib/exvo_auth/autonomous/auth.rb, line 7
def base_uri
  Exvo::Helpers.auth_uri
end
password() click to toggle source
# File lib/exvo_auth/autonomous/auth.rb, line 15
def password
  Exvo::Helpers.auth_client_secret
end
username() click to toggle source
# File lib/exvo_auth/autonomous/auth.rb, line 11
def username
  Exvo::Helpers.auth_client_id
end