Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1AutoRetrievalInfo
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1AutoRetrievalInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/identitytoolkit_v1/classes.rb,
lib/google/apis/identitytoolkit_v1/representations.rb,
lib/google/apis/identitytoolkit_v1/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) ⇒ GoogleCloudIdentitytoolkitV1AutoRetrievalInfo
constructor
A new instance of GoogleCloudIdentitytoolkitV1AutoRetrievalInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1AutoRetrievalInfo
Returns a new instance of GoogleCloudIdentitytoolkitV1AutoRetrievalInfo.
94 95 96 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 94 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
92 93 94 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 92 def app_signature_hash @app_signature_hash end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
99 100 101 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 99 def update!(**args) @app_signature_hash = args[:app_signature_hash] if args.key?(:app_signature_hash) end |