Versions in this module Expand all Collapse all v0 v0.2.3 Apr 26, 2021 Changes in this version + var ErrAPIKeyInvalidIn = errors.New("invalid 'in' specified for apiKey") + func APIKey(in, name, apiKey string) (func(ctx context.Context, req *http.Request) error, error) + func BasicAuth(username, password string) func(ctx context.Context, req *http.Request) error + func BearerToken(token string) func(ctx context.Context, req *http.Request) error