Class: HubSpotSDK::Models::Auth::OAuthCreateTokenParams
Overview
Defined Under Namespace
Modules: GrantType
Instance Attribute Summary collapse
#request_options
Method Summary
dump_request
included
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#client_id ⇒ String?
14
|
# File 'lib/hubspot_sdk/models/auth/oauth_create_token_params.rb', line 14
optional :client_id, String
|
#client_secret ⇒ String?
19
|
# File 'lib/hubspot_sdk/models/auth/oauth_create_token_params.rb', line 19
optional :client_secret, String
|
#code ⇒ String?
24
|
# File 'lib/hubspot_sdk/models/auth/oauth_create_token_params.rb', line 24
optional :code, String
|
#code_verifier ⇒ String?
29
|
# File 'lib/hubspot_sdk/models/auth/oauth_create_token_params.rb', line 29
optional :code_verifier, String
|
#grant_type ⇒ Symbol, ...
34
|
# File 'lib/hubspot_sdk/models/auth/oauth_create_token_params.rb', line 34
optional :grant_type, enum: -> { HubSpotSDK::Auth::OAuthCreateTokenParams::GrantType }
|
#redirect_uri ⇒ String?
39
|
# File 'lib/hubspot_sdk/models/auth/oauth_create_token_params.rb', line 39
optional :redirect_uri, String
|
#refresh_token ⇒ String?
44
|
# File 'lib/hubspot_sdk/models/auth/oauth_create_token_params.rb', line 44
optional :refresh_token, String
|
#scope ⇒ String?
49
|
# File 'lib/hubspot_sdk/models/auth/oauth_create_token_params.rb', line 49
optional :scope, String
|