HttpAuthResponse constructor

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

Implementation

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