Class: InContact::Tokens

Inherits:
Object
  • Object
show all
Defined in:
lib/incontact/tokens.rb

Class Method Summary collapse

Class Method Details

.getObject



7
8
9
# File 'lib/incontact/tokens.rb', line 7

def get
  Connection.new(url, authorization, token_options).post(path, token_request_data)
end