Spikard.SecuritySchemeInfo (spikard v0.15.6-rc.7)

Copy Markdown

Security scheme types

Summary

Types

t()

Security scheme types

Types

api_key()

@type api_key() :: %{type: :api_key, location: String.t(), name: String.t()}

http()

@type http() :: %{type: :http, scheme: String.t(), bearer_format: String.t()}

t()

@type t() :: term()

Security scheme types