View Source ExOAPI.Parser.V3.Context.Security (ex_oapi v0.1.5)

Link to this section Summary

Link to this section Types

@type t() :: %ExOAPI.Parser.V3.Context.Security{
  arg_form: ExOAPI.EctoTypes.SafeUL.t() | nil,
  bearer_format: String.t() | nil,
  description: String.t() | nil,
  flows: map() | nil,
  in: ExOAPI.EctoTypes.ParameterIn.t() | nil,
  name: String.t() | nil,
  open_id_connect_url: String.t() | nil,
  scheme: String.t() | nil,
  type: ExOAPI.EctoTypes.Security.t() | nil
}

Link to this section Functions

Link to this function

map_cast(struct \\ %__MODULE__{}, params)

View Source