security_scheme

package
v0.0.0-...-6312dd6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIKeySecurityScheme

type APIKeySecurityScheme struct {
	Name string `json:"name"`
	In   string `json:"in"`
	// contains filtered or unexported fields
}

type BasicSecurityScheme

type BasicSecurityScheme struct {
	Name string `json:"name"`
	In   string `json:"in"`
	// contains filtered or unexported fields
}

type BearerSecurityScheme

type BearerSecurityScheme struct {
	Authorization string `json:"authorization"`
	Name          string `json:"name"`
	Alg           string `json:"alg"`
	Format        string `json:"format"`
	In            string `json:"in"`
	// contains filtered or unexported fields
}

type ComboSecurityScheme

type ComboSecurityScheme struct {
	OnOf  hypermedia_controls.ArrayOrString `json:"onOf"`
	AllOf hypermedia_controls.ArrayOrString `json:"allOf"`
	// contains filtered or unexported fields
}

type DigestSecurityScheme

type DigestSecurityScheme struct {
	Name string `json:"name"`
	In   string `json:"in"`
	Qop  string `json:"qop"`
	// contains filtered or unexported fields
}

type NoSecurityScheme

type NoSecurityScheme struct {
	// contains filtered or unexported fields
}

type OAuth2SecurityScheme

type OAuth2SecurityScheme struct {
	Authorization controls.URI `json:"authorization"`
	Token         controls.URI `json:"token"`
	Refresh       controls.URI `json:"refresh"`
	Scopes        controls.ArrayOrString
	Flow          string `json:"flow"`
	// contains filtered or unexported fields
}

type PSKSecurityScheme

type PSKSecurityScheme struct {
	Identity string `json:"identity"`
	// contains filtered or unexported fields
}

type SecurityScheme

type SecurityScheme interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL