URLAuthenticationChallenge constructor

URLAuthenticationChallenge({
  1. required URLProtectionSpace protectionSpace,
})

Implementation

URLAuthenticationChallenge({
  required this.protectionSpace,
});