previousTokenTtl property

int previousTokenTtl
getter/setter pair

The time in seconds that the previous secret key will remain valid after rotation. This ensures a graceful transition period for updating applications with the new secret key. Set to 0 to immediately expire the previous key. Maximum value is 8 hours (28800 seconds).

Minimum value: 0 Maximum value: 28800

Implementation

int previousTokenTtl;