OAuthError constructor

OAuthError({
  1. String change_password_id,
  2. OAuthErrorType error,
  3. String error_description,
  4. OAuthErrorReason error_reason,
  5. String error_uri,
  6. String two_factor_id,
  7. List<TwoFactorMethod> two_factor_methods,
})

Implementation

OAuthError(
    {this.change_password_id,
    this.error,
    this.error_description,
    this.error_reason,
    this.error_uri,
    this.two_factor_id,
    this.two_factor_methods});