HttpAuthResponse constructor

HttpAuthResponse({
  1. HttpAuthResponseAction? action = HttpAuthResponseAction.CANCEL,
  2. String password = "",
  3. bool permanentPersistence = false,
  4. String username = "",
})

Implementation

HttpAuthResponse(
    {this.action = HttpAuthResponseAction.CANCEL,
    this.password = "",
    this.permanentPersistence = false,
    this.username = ""});