TwoFactorMethod constructor

TwoFactorMethod({
  1. AuthenticatorConfiguration authenticator,
  2. String email,
  3. String id,
  4. bool lastUsed,
  5. String method,
  6. String mobilePhone,
  7. String secret,
})

Implementation

TwoFactorMethod(
    {this.authenticator,
    this.email,
    this.id,
    this.lastUsed,
    this.method,
    this.mobilePhone,
    this.secret});