Click or drag to resize

UserManagementServicelogout Method

Logs the user associated with the specified authentication key out.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public void logout(
	string authKey
)

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService
Remarks
The authorization key is no longer valid and cannot be renewed.
See Also