ILogOnServiceCleanupExpiredTokens Method

Clean up the expired password reset and logon tokens. The tokens which have a "valid until" date earlier than expiryDate will be removed.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void CleanupExpiredTokens(
	DateTime expiryDate
)

Parameters

expiryDate
Type: SystemDateTime
The expiry date for clean up.
Exceptions
ExceptionCondition
ArgumentExceptionexpiryDate does not have a specified kind.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also