package
0.0.0-20220412234254-2c2bf7eddea3
Repository: https://github.com/recolude/swagger-unity-codegen.git
Documentation: pkg.go.dev

# Functions

NewAPIKey creates a new API key.

# Constants

Body indicates the API Key should be found inside the body of the request.
Header indicates the API Key should be found inside a header in the request.

# Structs

APIKeyAuth is a guard on route that requires a specific API key to be present somewhere in the request.
OAuth is a guard on route that requires oauth to be used.

# Interfaces

Auth is a specific guard desired on one or more routes in an API.

# Type aliases

APIKeyLocation represents a location inside a request in where an API Key can be found.