HttpAuthChallenge constructor

HttpAuthChallenge({
  1. String? host,
  2. String? realm,
})

Implementation

HttpAuthChallenge({this.host, this.realm});