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.



2127
2128
2129
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2127

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)


2125
2126
2127
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2125

def app_signature_hash
  @app_signature_hash
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2132
2133
2134
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2132

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