AuthTwoFactorClientFixture constructor

AuthTwoFactorClientFixture(
  1. DateTime now
)

Creates a two-factor client fixture using now for expirations.

Implementation

AuthTwoFactorClientFixture(DateTime now) : now = now.toUtc();