Class: Google::Apis::IdentitytoolkitV3::GetProjectConfigResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV3::GetProjectConfigResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/identitytoolkit_v3/classes.rb,
generated/google/apis/identitytoolkit_v3/representations.rb,
generated/google/apis/identitytoolkit_v3/representations.rb
Overview
Response of getting the project configuration.
Instance Attribute Summary collapse
-
#allow_password_user ⇒ Boolean
(also: #allow_password_user?)
Whether to allow password user sign in or sign up.
-
#api_key ⇒ String
Browser API key, needed when making http request to Apiary.
-
#authorized_domains ⇒ Array<String>
Authorized domains.
-
#change_email_template ⇒ Google::Apis::IdentitytoolkitV3::EmailTemplate
Template for an email template.
-
#dynamic_links_domain ⇒ String
Corresponds to the JSON property
dynamicLinksDomain
. -
#enable_anonymous_user ⇒ Boolean
(also: #enable_anonymous_user?)
Whether anonymous user is enabled.
-
#idp_config ⇒ Array<Google::Apis::IdentitytoolkitV3::IdpConfig>
OAuth2 provider configuration.
-
#legacy_reset_password_template ⇒ Google::Apis::IdentitytoolkitV3::EmailTemplate
Template for an email template.
-
#project_id ⇒ String
Project ID of the relying party.
-
#reset_password_template ⇒ Google::Apis::IdentitytoolkitV3::EmailTemplate
Template for an email template.
-
#use_email_sending ⇒ Boolean
(also: #use_email_sending?)
Whether to use email sending provided by Firebear.
-
#verify_email_template ⇒ Google::Apis::IdentitytoolkitV3::EmailTemplate
Template for an email template.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetProjectConfigResponse
constructor
A new instance of GetProjectConfigResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetProjectConfigResponse
Returns a new instance of GetProjectConfigResponse
672 673 674 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 672 def initialize(**args) update!(**args) end |
Instance Attribute Details
#allow_password_user ⇒ Boolean Also known as: allow_password_user?
Whether to allow password user sign in or sign up.
Corresponds to the JSON property allowPasswordUser
612 613 614 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 612 def allow_password_user @allow_password_user end |
#api_key ⇒ String
Browser API key, needed when making http request to Apiary.
Corresponds to the JSON property apiKey
618 619 620 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 618 def api_key @api_key end |
#authorized_domains ⇒ Array<String>
Authorized domains.
Corresponds to the JSON property authorizedDomains
623 624 625 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 623 def @authorized_domains end |
#change_email_template ⇒ Google::Apis::IdentitytoolkitV3::EmailTemplate
Template for an email template.
Corresponds to the JSON property changeEmailTemplate
628 629 630 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 628 def change_email_template @change_email_template end |
#dynamic_links_domain ⇒ String
Corresponds to the JSON property dynamicLinksDomain
633 634 635 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 633 def dynamic_links_domain @dynamic_links_domain end |
#enable_anonymous_user ⇒ Boolean Also known as: enable_anonymous_user?
Whether anonymous user is enabled.
Corresponds to the JSON property enableAnonymousUser
638 639 640 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 638 def enable_anonymous_user @enable_anonymous_user end |
#idp_config ⇒ Array<Google::Apis::IdentitytoolkitV3::IdpConfig>
OAuth2 provider configuration.
Corresponds to the JSON property idpConfig
644 645 646 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 644 def idp_config @idp_config end |
#legacy_reset_password_template ⇒ Google::Apis::IdentitytoolkitV3::EmailTemplate
Template for an email template.
Corresponds to the JSON property legacyResetPasswordTemplate
649 650 651 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 649 def legacy_reset_password_template @legacy_reset_password_template end |
#project_id ⇒ String
Project ID of the relying party.
Corresponds to the JSON property projectId
654 655 656 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 654 def project_id @project_id end |
#reset_password_template ⇒ Google::Apis::IdentitytoolkitV3::EmailTemplate
Template for an email template.
Corresponds to the JSON property resetPasswordTemplate
659 660 661 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 659 def reset_password_template @reset_password_template end |
#use_email_sending ⇒ Boolean Also known as: use_email_sending?
Whether to use email sending provided by Firebear.
Corresponds to the JSON property useEmailSending
664 665 666 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 664 def use_email_sending @use_email_sending end |
#verify_email_template ⇒ Google::Apis::IdentitytoolkitV3::EmailTemplate
Template for an email template.
Corresponds to the JSON property verifyEmailTemplate
670 671 672 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 670 def verify_email_template @verify_email_template end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
677 678 679 680 681 682 683 684 685 686 687 688 689 690 |
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 677 def update!(**args) @allow_password_user = args[:allow_password_user] if args.key?(:allow_password_user) @api_key = args[:api_key] if args.key?(:api_key) @authorized_domains = args[:authorized_domains] if args.key?(:authorized_domains) @change_email_template = args[:change_email_template] if args.key?(:change_email_template) @dynamic_links_domain = args[:dynamic_links_domain] if args.key?(:dynamic_links_domain) @enable_anonymous_user = args[:enable_anonymous_user] if args.key?(:enable_anonymous_user) @idp_config = args[:idp_config] if args.key?(:idp_config) @legacy_reset_password_template = args[:legacy_reset_password_template] if args.key?(:legacy_reset_password_template) @project_id = args[:project_id] if args.key?(:project_id) @reset_password_template = args[:reset_password_template] if args.key?(:reset_password_template) @use_email_sending = args[:use_email_sending] if args.key?(:use_email_sending) @verify_email_template = args[:verify_email_template] if args.key?(:verify_email_template) end |