class Google::Apis::IdentitytoolkitV3::IdentitytoolkitRelyingpartySendVerificationCodeResponse

Response for Identitytoolkit-SendVerificationCode

Attributes

session_info[RW]

Encrypted session information Corresponds to the JSON property `sessionInfo` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/identitytoolkit_v3/classes.rb, line 776
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/identitytoolkit_v3/classes.rb, line 781
def update!(**args)
  @session_info = args[:session_info] if args.key?(:session_info)
end