ClientCertChallenge constructor

ClientCertChallenge({
  1. required URLProtectionSpace protectionSpace,
  2. List<String>? androidPrincipals,
  3. List<String>? androidKeyTypes,
})

Implementation

ClientCertChallenge(
    {required URLProtectionSpace protectionSpace,
    this.androidPrincipals,
    this.androidKeyTypes})
    : super(protectionSpace: protectionSpace);