Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2AutoRetrievalInfo
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2AutoRetrievalInfo
- 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
-
#app_signature_hash ⇒ String
The Android app's signature hash for Google Play Service's SMS Retriever API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2AutoRetrievalInfo
constructor
A new instance of GoogleCloudIdentitytoolkitV2AutoRetrievalInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_hash ⇒ String
The Android app's signature hash for Google Play Service's SMS Retriever API.
Corresponds to the JSON property appSignatureHash
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 |