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 lib/google/apis/identitytoolkit_v3/classes.rb, line 1078 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 1083 def update!(**args) @local_id = args[:local_id] if args.key?(:local_id) end