package
0.1.1
Repository: https://github.com/timdrysdale/gojans.git
Documentation: pkg.go.dev

# Functions

New creates a new json web key set API client.
NewJWKSInternalServerError creates a JWKSInternalServerError with default headers values.
NewJWKSOK creates a JWKSOK with default headers values.
NewJWKSParams creates a new JWKSParams object with the default values initialized.
NewJWKSParamsWithContext creates a new JWKSParams object with the default values initialized, and the ability to set a context for a request.
NewJWKSParamsWithHTTPClient creates a new JWKSParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewJWKSParamsWithTimeout creates a new JWKSParams object with the default values initialized, and the ability to set a timeout on a request.

# Structs

Client for json web key set API */.
JWKSInternalServerError handles this case with default header values.
JWKSOK handles this case with default header values.
JWKSParams contains all the parameters to send to the API endpoint for the jwks operation typically these are written to a http.Request */.
JWKSReader is a Reader for the JWKS structure.

# Interfaces

ClientService is the interface for Client methods.