Documentation
¶
Overview ¶
Package securityprovider contains some default securityprovider implementations, which can be used as a RequestEditorFn of a client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrAPIKeyInvalidIn indicates a usage of an invalid In. // Should be cookie, header or query. ErrAPIKeyInvalidIn = errors.New("invalid 'in' specified for apiKey") )
Functions ¶
func APIKey ¶
ApiKey will attach a generic apiKey for a given name either to a cookie, header or as a query parameter.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.