APIDoc v0.0.1-pro0 APIDoc.Doc.Security View Source

Link to this section Summary

Link to this section Types

Link to this type location() View Source
location() :: :query | :header | :cookie
Link to this type t() View Source
t() :: %APIDoc.Doc.Security{
  description: String.t() | nil,
  in: location(),
  name: String.t(),
  type: type()
}
Link to this type type() View Source
type() :: :apiKey | :http | :oauth2 | :openIdConnect