QuenyaBuilder.Object.SecurityScheme (QuenyaBuilder v0.3.5) View Source

Link to this section Summary

Types

t()

Security scheme from the spec, we only support apiKey at the moment

Link to this section Types

Specs

t() :: %QuenyaBuilder.Object.SecurityScheme{
  bearerFormat: String.t(),
  description: String.t(),
  name: String.t(),
  position: String.t(),
  scheme: String.t(),
  type: String.t()
}

Security scheme from the spec, we only support apiKey at the moment