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.



1973
1974
1975
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1973

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



1971
1972
1973
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1971

def phone_session_info
  @phone_session_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1978
1979
1980
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1978

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