TwoFactorStartRequest constructor

TwoFactorStartRequest({
  1. String applicationId,
  2. String code,
  3. String loginId,
  4. Map<String, dynamic> state,
  5. String trustChallenge,
  6. String userId,
})

Implementation

TwoFactorStartRequest(
    {this.applicationId,
    this.code,
    this.loginId,
    this.state,
    this.trustChallenge,
    this.userId});