AuthTestClock constructor
AuthTestClock(
- DateTime now
Creates a clock at now.
Implementation
AuthTestClock(DateTime now) : _now = now.toUtc();
Creates a clock at now.
AuthTestClock(DateTime now) : _now = now.toUtc();