Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo
- 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
Phone Verification info for a StartMfa response.
Instance Attribute Summary collapse
-
#session_info ⇒ String
An opaque string that represents the enrollment session.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo
constructor
A new instance of GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo
Returns a new instance of GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo.
2707 2708 2709 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2707 def initialize(**args) update!(**args) end |
Instance Attribute Details
#session_info ⇒ String
An opaque string that represents the enrollment session.
Corresponds to the JSON property sessionInfo
2705 2706 2707 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2705 def session_info @session_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2712 2713 2714 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2712 def update!(**args) @session_info = args[:session_info] if args.key?(:session_info) end |