Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1SendVerificationCodeResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1SendVerificationCodeResponse
- 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
Response message for SendVerificationCode.
Instance Attribute Summary collapse
-
#session_info ⇒ String
Encrypted session information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1SendVerificationCodeResponse
constructor
A new instance of GoogleCloudIdentitytoolkitV1SendVerificationCodeResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1SendVerificationCodeResponse
Returns a new instance of GoogleCloudIdentitytoolkitV1SendVerificationCodeResponse.
1765 1766 1767 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1765 def initialize(**args) update!(**args) end |
Instance Attribute Details
#session_info ⇒ String
Encrypted session information. This can be used in signInWithPhoneNumber to
authenticate the phone number.
Corresponds to the JSON property sessionInfo
1763 1764 1765 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1763 def session_info @session_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1770 1771 1772 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 1770 def update!(**args) @session_info = args[:session_info] if args.key?(:session_info) end |