package
0.26.33
Repository: https://github.com/openziti/edge-api.git
Documentation: pkg.go.dev

# Functions

NewListExternalJWTSigners creates a new http.Handler for the list external Jwt signers operation.
NewListExternalJWTSignersBadRequest creates ListExternalJWTSignersBadRequest with default headers values.
NewListExternalJWTSignersOK creates ListExternalJWTSignersOK with default headers values.
NewListExternalJWTSignersParams creates a new ListExternalJWTSignersParams object There are no default values defined in the spec.
NewListExternalJWTSignersTooManyRequests creates ListExternalJWTSignersTooManyRequests with default headers values.
NewListExternalJWTSignersUnauthorized creates ListExternalJWTSignersUnauthorized with default headers values.

# Constants

ListExternalJWTSignersBadRequestCode is the HTTP code returned for type ListExternalJWTSignersBadRequest.
ListExternalJWTSignersOKCode is the HTTP code returned for type ListExternalJWTSignersOK.
ListExternalJWTSignersTooManyRequestsCode is the HTTP code returned for type ListExternalJWTSignersTooManyRequests.
ListExternalJWTSignersUnauthorizedCode is the HTTP code returned for type ListExternalJWTSignersUnauthorized.

# Structs

ListExternalJWTSigners swagger:route GET /external-jwt-signers External JWT Signer listExternalJwtSigners List Client Authentication External JWT Retrieves a list of external JWT signers for authentication */.
ListExternalJWTSignersBadRequest The supplied request contains invalid fields or could not be parsed (json and non-json bodies).
ListExternalJWTSignersOK A list of External JWT Signers swagger:response listExternalJwtSignersOK */.
ListExternalJWTSignersParams contains all the bound params for the list external Jwt signers operation typically these are obtained from a http.Request swagger:parameters listExternalJwtSigners.
ListExternalJWTSignersTooManyRequests The resource requested is rate limited and the rate limit has been exceeded swagger:response listExternalJwtSignersTooManyRequests */.
ListExternalJWTSignersUnauthorized The supplied session does not have the correct access rights to request this resource swagger:response listExternalJwtSignersUnauthorized */.
ListExternalJWTSignersURL generates an URL for the list external Jwt signers operation.

# Interfaces

ListExternalJWTSignersHandler interface for that can handle valid list external Jwt signers params.

# Type aliases

ListExternalJWTSignersHandlerFunc turns a function with the right signature into a list external Jwt signers handler.