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
)
Sub CleanupExpiredTokens (
expiryDate As DateTime
)
void CleanupExpiredTokens(
DateTime expiryDate
)
abstract CleanupExpiredTokens :
expiryDate : DateTime -> unit
Parameters
- expiryDate
- Type: SystemDateTime
The expiry date for clean up.
Exceptions See Also