Class: HubSpotSDK::Models::Auth::PublicRefreshTokenInfoResponse
Defined Under Namespace
Modules: TokenUse
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(token:, active:, app_id:, client_id:, hub_id:, scopes:, token_type:, token_use:, user_id:, hub_domain: nil, user: nil) ⇒ Object
constructor
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
Constructor Details
#initialize(token:, active:, app_id:, client_id:, hub_id:, scopes:, token_type:, token_use:, user_id:, hub_domain: nil, user: nil) ⇒ Object
|
# File 'lib/hubspot_sdk/models/auth/public_refresh_token_info_response.rb', line 62
|
Instance Attribute Details
#app_id ⇒ Integer
20
|
# File 'lib/hubspot_sdk/models/auth/public_refresh_token_info_response.rb', line 20
required :app_id, Integer
|
#client_id ⇒ String
25
|
# File 'lib/hubspot_sdk/models/auth/public_refresh_token_info_response.rb', line 25
required :client_id, String
|
#hub_domain ⇒ String?
55
|
# File 'lib/hubspot_sdk/models/auth/public_refresh_token_info_response.rb', line 55
optional :hub_domain, String
|
#hub_id ⇒ Integer
30
|
# File 'lib/hubspot_sdk/models/auth/public_refresh_token_info_response.rb', line 30
required :hub_id, Integer
|
#scopes ⇒ Array<String>
35
|
# File 'lib/hubspot_sdk/models/auth/public_refresh_token_info_response.rb', line 35
required :scopes, HubSpotSDK::Internal::Type::ArrayOf[String]
|
#token ⇒ String
10
|
# File 'lib/hubspot_sdk/models/auth/public_refresh_token_info_response.rb', line 10
required :token, String
|
#token_type ⇒ String
40
|
# File 'lib/hubspot_sdk/models/auth/public_refresh_token_info_response.rb', line 40
required :token_type, String
|
45
|
# File 'lib/hubspot_sdk/models/auth/public_refresh_token_info_response.rb', line 45
required :token_use, enum: -> { HubSpotSDK::Auth::PublicRefreshTokenInfoResponse::TokenUse }
|
#user ⇒ String?
60
|
# File 'lib/hubspot_sdk/models/auth/public_refresh_token_info_response.rb', line 60
optional :user, String
|
#user_id ⇒ Integer
50
|
# File 'lib/hubspot_sdk/models/auth/public_refresh_token_info_response.rb', line 50
required :user_id, Integer
|