 | 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)
Syntaxpublic void logout(
string authKey
)
Public Sub logout (
authKey As String
)
public:
void logout(
String^ authKey
)
public function logout(
authKey : String
)
function logout(authKey);
Parameters
- authKey
- Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService
RemarksThe authorization key is no longer valid and cannot be renewed.
See Also