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.



1852
1853
1854
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1852

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



1850
1851
1852
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1850

def phone_session_info
  @phone_session_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1857
1858
1859
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1857

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