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.



2061
2062
2063
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2061

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)


2059
2060
2061
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2059

def app_signature_hash
  @app_signature_hash
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2066
2067
2068
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2066

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