Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cookie ¶
type Cookie struct {
Security
}
Cookie represents an API token security which expects a token as a header value.
type Header ¶
type Header struct {
Security
}
Header represents an API token security which expects a token as a header value.
type Query ¶
type Query struct {
Security
}
Query represents an API token security which expects a token as a query parameter.
Click to show internal directories.
Click to hide internal directories.