Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2StartMfaSignInResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2StartMfaSignInResponse
- 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
StartMfaSignIn response.
Instance Attribute Summary collapse
-
#phone_response_info ⇒ Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo
Phone Verification info for a StartMfa response.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2StartMfaSignInResponse
constructor
A new instance of GoogleCloudIdentitytoolkitV2StartMfaSignInResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2StartMfaSignInResponse
Returns a new instance of GoogleCloudIdentitytoolkitV2StartMfaSignInResponse.
2764 2765 2766 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2764 def initialize(**args) update!(**args) end |
Instance Attribute Details
#phone_response_info ⇒ Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo
Phone Verification info for a StartMfa response.
Corresponds to the JSON property phoneResponseInfo
2762 2763 2764 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2762 def phone_response_info @phone_response_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2769 2770 2771 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2769 def update!(**args) @phone_response_info = args[:phone_response_info] if args.key?(:phone_response_info) end |