Click or drag to resize

UserManagementServicecheckAuthorizationKey Method

Checks if the authorization key is still valid.

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

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService

Return Value

Type: String
If the authorization key is valid, the user name attached to the key is returned, otherwise is returned.
Remarks
The authorization key is valid until the SessionTimeout threshold is met.

Use the renewToken method to keep an authentication key active.

Authentication key timeouts are reset with any method call using the key.

See Also