currentWindow method
Returns the current time window using the configured TimeProvider
.
HINT: Encryptor will call this when generating a new request.
Implementation
int currentWindow() => windowForEpochSeconds(timeProvider.nowEpochSeconds());
Returns the current time window using the configured TimeProvider
.
HINT: Encryptor will call this when generating a new request.
int currentWindow() => windowForEpochSeconds(timeProvider.nowEpochSeconds());