Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiKey ¶
type ApiKey struct {
AuthName string
// contains filtered or unexported fields
}
func (*ApiKey) Schema ¶
func (a *ApiKey) Schema() *openapi3.SecurityScheme
type Basic ¶
type Basic struct {
AuthName string
}
func (*Basic) Schema ¶
func (b *Basic) Schema() *openapi3.SecurityScheme
type Bearer ¶
type Bearer struct {
AuthName string
}
func (*Bearer) Schema ¶
func (b *Bearer) Schema() *openapi3.SecurityScheme
type Security ¶
type Security interface {
Schema() *openapi3.SecurityScheme
Name() string
}
Security TODO add oauth and oicd
Click to show internal directories.
Click to hide internal directories.