LfA2aV1HTTPAuthSecurityScheme constructor

LfA2aV1HTTPAuthSecurityScheme({
  1. String? bearerFormat,
  2. String? description,
  3. String? scheme,
})

Implementation

LfA2aV1HTTPAuthSecurityScheme({
  this.bearerFormat,
  this.description,
  this.scheme,
});