Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo

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

Phone Verification info for a StartMfa response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo

Returns a new instance of GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo.



2044
2045
2046
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2044

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

Instance Attribute Details

#session_infoString

An opaque string that represents the enrollment session. Corresponds to the JSON property sessionInfo

Returns:

  • (String)


2042
2043
2044
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2042

def session_info
  @session_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2049
2050
2051
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2049

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