Class: PostForMe::Models::SocialAccountCreateAuthURLParams::PlatformData::Youtube
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- PostForMe::Models::SocialAccountCreateAuthURLParams::PlatformData::Youtube
- Defined in:
- lib/post_for_me/models/social_account_create_auth_url_params.rb,
sig/post_for_me/models/social_account_create_auth_url_params.rbs
Overview
Instance Attribute Summary collapse
-
#permission_overrides ⇒ Array<String>?
Override the default permissions/scopes requested during OAuth.
Instance Method Summary collapse
-
#initialize(permission_overrides: nil) ⇒ Youtube
constructor
Some parameter documentations has been truncated, see Youtube for more details.
- #to_hash ⇒ { permission_overrides: ::Array[String] }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(permission_overrides: nil) ⇒ Youtube
Some parameter documentations has been truncated, see PostForMe::Models::SocialAccountCreateAuthURLParams::PlatformData::Youtube for more details.
Additional data for connecting YouTube accounts
|
|
# File 'lib/post_for_me/models/social_account_create_auth_url_params.rb', line 415
|
Instance Attribute Details
#permission_overrides ⇒ Array<String>?
Override the default permissions/scopes requested during OAuth. Default scopes: https://www.googleapis.com/auth/youtube.force-ssl, https://www.googleapis.com/auth/youtube.upload, https://www.googleapis.com/auth/youtube.readonly, https://www.googleapis.com/auth/userinfo.profile
413 |
# File 'lib/post_for_me/models/social_account_create_auth_url_params.rb', line 413 optional :permission_overrides, PostForMe::Internal::Type::ArrayOf[String] |
Instance Method Details
#to_hash ⇒ { permission_overrides: ::Array[String] }
348 |
# File 'sig/post_for_me/models/social_account_create_auth_url_params.rbs', line 348
def to_hash: -> { permission_overrides: ::Array[String] }
|