Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse

Inherits:
Object
  • Object
show all
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

StartMfaEnrollment response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse

Returns a new instance of GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse.



2017
2018
2019
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2017

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#phone_session_infoGoogle::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo

Phone Verification info for a StartMfa response. Corresponds to the JSON property phoneSessionInfo



2015
2016
2017
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2015

def phone_session_info
  @phone_session_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2022
2023
2024
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2022

def update!(**args)
  @phone_session_info = args[:phone_session_info] if args.key?(:phone_session_info)
end