class Google::Apis::IdentitytoolkitV3::SignOutUserRequest
Request to sign out user.
Attributes
instance_id[RW]
Instance id token of the app. Corresponds to the JSON property `instanceId` @return [String]
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 1058 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 1063 def update!(**args) @instance_id = args[:instance_id] if args.key?(:instance_id) @local_id = args[:local_id] if args.key?(:local_id) end