now property
Supplies the current UTC time for download-token verification.
Defaults to the system clock; tests inject a fixed clock so token expiry is deterministic instead of racing the calendar (the determinism contract).
Implementation
final DateTime Function() now;