Class: Hubspot::Discovery::OAuth::Client

Inherits:
Object
  • Object
show all
Includes:
BaseModuleClient
Defined in:
lib/hubspot/discovery/oauth/client.rb

Instance Attribute Summary

Attributes included from BaseModuleClient

#params

Instance Method Summary collapse

Methods included from BaseModuleClient

#api_modules, #base_module, #initialize

Instance Method Details

#api_classesObject



9
10
11
12
13
14
15
# File 'lib/hubspot/discovery/oauth/client.rb', line 9

def api_classes
  %i[
    access_tokens
    refresh_tokens
    tokens
  ].freeze
end

#discovery_module_pathObject



17
18
19
# File 'lib/hubspot/discovery/oauth/client.rb', line 17

def discovery_module_path
  super.gsub('o_auth', 'oauth')
end