LfA2aV1OAuth2SecurityScheme constructor

LfA2aV1OAuth2SecurityScheme({
  1. String? description,
  2. LfA2aV1OAuthFlows? flows,
  3. String? oauth2MetadataUrl,
})

Implementation

LfA2aV1OAuth2SecurityScheme({
  this.description,
  this.flows,
  this.oauth2MetadataUrl,
});