class Google::Apis::IdentitytoolkitV3::SignOutUserResponse

Response of signing out user.

Attributes

local_id[RW]

The local ID of the user. Corresponds to the JSON property `localId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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