AuthTwoFactorClientFixture constructor
AuthTwoFactorClientFixture(
- DateTime now
Creates a two-factor client fixture using now for expirations.
Implementation
AuthTwoFactorClientFixture(DateTime now) : now = now.toUtc();