AuthorizationAttemptInfo constructor

AuthorizationAttemptInfo({
  1. String? attemptTime,
  2. String? details,
  3. String? domain,
  4. String? failureReason,
  5. String? state,
  6. Troubleshooting? troubleshooting,
})

Implementation

AuthorizationAttemptInfo({
  this.attemptTime,
  this.details,
  this.domain,
  this.failureReason,
  this.state,
  this.troubleshooting,
});