Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2AutoRetrievalInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/identitytoolkit_v2/classes.rb,
lib/google/apis/identitytoolkit_v2/representations.rb,
lib/google/apis/identitytoolkit_v2/representations.rb

Overview

The information required to auto-retrieve an SMS.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2AutoRetrievalInfo

Returns a new instance of GoogleCloudIdentitytoolkitV2AutoRetrievalInfo.



2095
2096
2097
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2095

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#app_signature_hashString

The Android app's signature hash for Google Play Service's SMS Retriever API. Corresponds to the JSON property appSignatureHash

Returns:

  • (String)


2093
2094
2095
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2093

def app_signature_hash
  @app_signature_hash
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2100
2101
2102
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2100

def update!(**args)
  @app_signature_hash = args[:app_signature_hash] if args.key?(:app_signature_hash)
end