# Functions
New creates a new oidc API client.
NewPingOIDCBadRequest creates a PingOIDCBadRequest with default headers values.
NewPingOIDCForbidden creates a PingOIDCForbidden with default headers values.
NewPingOIDCOK creates a PingOIDCOK with default headers values.
NewPingOIDCParams creates a new PingOIDCParams object with the default values initialized.
NewPingOIDCParamsWithContext creates a new PingOIDCParams object with the default values initialized, and the ability to set a context for a request.
NewPingOIDCParamsWithHTTPClient creates a new PingOIDCParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPingOIDCParamsWithTimeout creates a new PingOIDCParams object with the default values initialized, and the ability to set a timeout on a request.
NewPingOIDCUnauthorized creates a PingOIDCUnauthorized with default headers values.
# Structs
Client for oidc API
*/.
PingOIDCBadRequest handles this case with default header values.
PingOIDCBody ping OIDC body
swagger:model PingOIDCBody
*/.
PingOIDCForbidden handles this case with default header values.
PingOIDCOK handles this case with default header values.
PingOIDCParams contains all the parameters to send to the API endpoint
for the ping OIDC operation typically these are written to a http.Request
*/.
PingOIDCReader is a Reader for the PingOIDC structure.
PingOIDCUnauthorized handles this case with default header values.
# Interfaces
ClientService is the interface for Client methods.