Class: InContact::Models::Token

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/incontact/models/token.rb

Instance Method Summary collapse

Instance Method Details

#authorizationObject



4
5
6
# File 'lib/incontact/models/token.rb', line 4

def authorization
  "#{token_type} #{access_token}"
end