DigestSecurityScheme constructor

const DigestSecurityScheme({
  1. String in_ = _defaultInValue,
  2. String qop = _defaultQoPValue,
  3. String? name,
  4. String? description,
  5. Map<String, String>? descriptions,
  6. Uri? proxy,
  7. List<String>? jsonLdType,
  8. Map<String, dynamic>? additionalFields,
})

Constructor.

Implementation

const DigestSecurityScheme({
  this.in_ = _defaultInValue,
  this.qop = _defaultQoPValue,
  this.name,
  super.description,
  super.descriptions,
  super.proxy,
  super.jsonLdType,
  super.additionalFields,
});