HttpAuthResponse constructor
HttpAuthResponse({
- HttpAuthResponseAction? action = HttpAuthResponseAction.CANCEL,
- String password = "",
- bool permanentPersistence = false,
- String username = "",
Implementation
HttpAuthResponse(
{this.action = HttpAuthResponseAction.CANCEL,
this.password = "",
this.permanentPersistence = false,
this.username = ""});