On the expiration date of application key, is there any possibility to trigger any service ?
Solved! Go to Solution.
As far as I know, an Application Key does not have such an event. But it could be possible to setup an mechanism with a scheduler. Either you configure the scheduler manually which then performs the actions you want. Or you write a service that extracts the AppKeys expiration date with "GetExpirationDate()" and then configures the trigger time on a scheduler accordingly.
As far as I know, an Application Key does not have such an event. But it could be possible to setup an mechanism with a scheduler. Either you configure the scheduler manually which then performs the actions you want. Or you write a service that extracts the AppKeys expiration date with "GetExpirationDate()" and then configures the trigger time on a scheduler accordingly.