d_c_r

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for d c r API

func (*Client) DynamicClientRegistration

func (a *Client) DynamicClientRegistration(params *DynamicClientRegistrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DynamicClientRegistrationCreated, error)
DynamicClientRegistration os b b r dynamic client registration

Dynamic Client Registration endpoint allows to dynamically register OAuth 2.0 client applications

with the Cloudentity Platform. When a request with all required registration metadata values reaches the Cloudentity authorization server, the server issues a client identifier and provides client metadata values registered for the client. Client applications can use their registration data to communicate with the Cloudentity platform using the OAuth 2.0 protocol.

func (*Client) DynamicClientRegistrationDeleteClient

DynamicClientRegistrationDeleteClient deletes o b b r client

Delete a dynamically registered client application.

func (*Client) DynamicClientRegistrationGetClient

func (a *Client) DynamicClientRegistrationGetClient(params *DynamicClientRegistrationGetClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DynamicClientRegistrationGetClientOK, error)

DynamicClientRegistrationGetClient gets o b b r client metadata

Retrieve metadata values of a dynamically registered client application.

func (*Client) DynamicClientRegistrationUpdateClient

func (a *Client) DynamicClientRegistrationUpdateClient(params *DynamicClientRegistrationUpdateClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DynamicClientRegistrationUpdateClientOK, error)

DynamicClientRegistrationUpdateClient updates o b b r client metadata

Update metadata values of a dynamically registered client application.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DynamicClientRegistration(params *DynamicClientRegistrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DynamicClientRegistrationCreated, error)

	DynamicClientRegistrationDeleteClient(params *DynamicClientRegistrationDeleteClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DynamicClientRegistrationDeleteClientNoContent, error)

	DynamicClientRegistrationGetClient(params *DynamicClientRegistrationGetClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DynamicClientRegistrationGetClientOK, error)

	DynamicClientRegistrationUpdateClient(params *DynamicClientRegistrationUpdateClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DynamicClientRegistrationUpdateClientOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new d c r API client.

type DynamicClientRegistrationBadRequest

type DynamicClientRegistrationBadRequest struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationBadRequest describes a response with status code 400, with default header values.

RFC6749 error

func NewDynamicClientRegistrationBadRequest

func NewDynamicClientRegistrationBadRequest() *DynamicClientRegistrationBadRequest

NewDynamicClientRegistrationBadRequest creates a DynamicClientRegistrationBadRequest with default headers values

func (*DynamicClientRegistrationBadRequest) Code

Code gets the status code for the dynamic client registration bad request response

func (*DynamicClientRegistrationBadRequest) Error

func (*DynamicClientRegistrationBadRequest) GetPayload

func (*DynamicClientRegistrationBadRequest) IsClientError

func (o *DynamicClientRegistrationBadRequest) IsClientError() bool

IsClientError returns true when this dynamic client registration bad request response has a 4xx status code

func (*DynamicClientRegistrationBadRequest) IsCode

IsCode returns true when this dynamic client registration bad request response a status code equal to that given

func (*DynamicClientRegistrationBadRequest) IsRedirect

func (o *DynamicClientRegistrationBadRequest) IsRedirect() bool

IsRedirect returns true when this dynamic client registration bad request response has a 3xx status code

func (*DynamicClientRegistrationBadRequest) IsServerError

func (o *DynamicClientRegistrationBadRequest) IsServerError() bool

IsServerError returns true when this dynamic client registration bad request response has a 5xx status code

func (*DynamicClientRegistrationBadRequest) IsSuccess

IsSuccess returns true when this dynamic client registration bad request response has a 2xx status code

func (*DynamicClientRegistrationBadRequest) String

type DynamicClientRegistrationCreated

type DynamicClientRegistrationCreated struct {
	Payload *models.DynamicClientRegistrationResponse
}

DynamicClientRegistrationCreated describes a response with status code 201, with default header values.

Dynamic client registration response

func NewDynamicClientRegistrationCreated

func NewDynamicClientRegistrationCreated() *DynamicClientRegistrationCreated

NewDynamicClientRegistrationCreated creates a DynamicClientRegistrationCreated with default headers values

func (*DynamicClientRegistrationCreated) Code

Code gets the status code for the dynamic client registration created response

func (*DynamicClientRegistrationCreated) Error

func (*DynamicClientRegistrationCreated) GetPayload

func (*DynamicClientRegistrationCreated) IsClientError

func (o *DynamicClientRegistrationCreated) IsClientError() bool

IsClientError returns true when this dynamic client registration created response has a 4xx status code

func (*DynamicClientRegistrationCreated) IsCode

func (o *DynamicClientRegistrationCreated) IsCode(code int) bool

IsCode returns true when this dynamic client registration created response a status code equal to that given

func (*DynamicClientRegistrationCreated) IsRedirect

func (o *DynamicClientRegistrationCreated) IsRedirect() bool

IsRedirect returns true when this dynamic client registration created response has a 3xx status code

func (*DynamicClientRegistrationCreated) IsServerError

func (o *DynamicClientRegistrationCreated) IsServerError() bool

IsServerError returns true when this dynamic client registration created response has a 5xx status code

func (*DynamicClientRegistrationCreated) IsSuccess

func (o *DynamicClientRegistrationCreated) IsSuccess() bool

IsSuccess returns true when this dynamic client registration created response has a 2xx status code

func (*DynamicClientRegistrationCreated) String

type DynamicClientRegistrationDeleteClientBadRequest

type DynamicClientRegistrationDeleteClientBadRequest struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationDeleteClientBadRequest describes a response with status code 400, with default header values.

RFC6749 error

func NewDynamicClientRegistrationDeleteClientBadRequest

func NewDynamicClientRegistrationDeleteClientBadRequest() *DynamicClientRegistrationDeleteClientBadRequest

NewDynamicClientRegistrationDeleteClientBadRequest creates a DynamicClientRegistrationDeleteClientBadRequest with default headers values

func (*DynamicClientRegistrationDeleteClientBadRequest) Code

Code gets the status code for the dynamic client registration delete client bad request response

func (*DynamicClientRegistrationDeleteClientBadRequest) Error

func (*DynamicClientRegistrationDeleteClientBadRequest) GetPayload

func (*DynamicClientRegistrationDeleteClientBadRequest) IsClientError

IsClientError returns true when this dynamic client registration delete client bad request response has a 4xx status code

func (*DynamicClientRegistrationDeleteClientBadRequest) IsCode

IsCode returns true when this dynamic client registration delete client bad request response a status code equal to that given

func (*DynamicClientRegistrationDeleteClientBadRequest) IsRedirect

IsRedirect returns true when this dynamic client registration delete client bad request response has a 3xx status code

func (*DynamicClientRegistrationDeleteClientBadRequest) IsServerError

IsServerError returns true when this dynamic client registration delete client bad request response has a 5xx status code

func (*DynamicClientRegistrationDeleteClientBadRequest) IsSuccess

IsSuccess returns true when this dynamic client registration delete client bad request response has a 2xx status code

func (*DynamicClientRegistrationDeleteClientBadRequest) String

type DynamicClientRegistrationDeleteClientForbidden

type DynamicClientRegistrationDeleteClientForbidden struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationDeleteClientForbidden describes a response with status code 403, with default header values.

RFC6749 error

func NewDynamicClientRegistrationDeleteClientForbidden

func NewDynamicClientRegistrationDeleteClientForbidden() *DynamicClientRegistrationDeleteClientForbidden

NewDynamicClientRegistrationDeleteClientForbidden creates a DynamicClientRegistrationDeleteClientForbidden with default headers values

func (*DynamicClientRegistrationDeleteClientForbidden) Code

Code gets the status code for the dynamic client registration delete client forbidden response

func (*DynamicClientRegistrationDeleteClientForbidden) Error

func (*DynamicClientRegistrationDeleteClientForbidden) GetPayload

func (*DynamicClientRegistrationDeleteClientForbidden) IsClientError

IsClientError returns true when this dynamic client registration delete client forbidden response has a 4xx status code

func (*DynamicClientRegistrationDeleteClientForbidden) IsCode

IsCode returns true when this dynamic client registration delete client forbidden response a status code equal to that given

func (*DynamicClientRegistrationDeleteClientForbidden) IsRedirect

IsRedirect returns true when this dynamic client registration delete client forbidden response has a 3xx status code

func (*DynamicClientRegistrationDeleteClientForbidden) IsServerError

IsServerError returns true when this dynamic client registration delete client forbidden response has a 5xx status code

func (*DynamicClientRegistrationDeleteClientForbidden) IsSuccess

IsSuccess returns true when this dynamic client registration delete client forbidden response has a 2xx status code

func (*DynamicClientRegistrationDeleteClientForbidden) String

type DynamicClientRegistrationDeleteClientNoContent

type DynamicClientRegistrationDeleteClientNoContent struct {
}

DynamicClientRegistrationDeleteClientNoContent describes a response with status code 204, with default header values.

Client has been deleted

func NewDynamicClientRegistrationDeleteClientNoContent

func NewDynamicClientRegistrationDeleteClientNoContent() *DynamicClientRegistrationDeleteClientNoContent

NewDynamicClientRegistrationDeleteClientNoContent creates a DynamicClientRegistrationDeleteClientNoContent with default headers values

func (*DynamicClientRegistrationDeleteClientNoContent) Code

Code gets the status code for the dynamic client registration delete client no content response

func (*DynamicClientRegistrationDeleteClientNoContent) Error

func (*DynamicClientRegistrationDeleteClientNoContent) IsClientError

IsClientError returns true when this dynamic client registration delete client no content response has a 4xx status code

func (*DynamicClientRegistrationDeleteClientNoContent) IsCode

IsCode returns true when this dynamic client registration delete client no content response a status code equal to that given

func (*DynamicClientRegistrationDeleteClientNoContent) IsRedirect

IsRedirect returns true when this dynamic client registration delete client no content response has a 3xx status code

func (*DynamicClientRegistrationDeleteClientNoContent) IsServerError

IsServerError returns true when this dynamic client registration delete client no content response has a 5xx status code

func (*DynamicClientRegistrationDeleteClientNoContent) IsSuccess

IsSuccess returns true when this dynamic client registration delete client no content response has a 2xx status code

func (*DynamicClientRegistrationDeleteClientNoContent) String

type DynamicClientRegistrationDeleteClientNotFound

type DynamicClientRegistrationDeleteClientNotFound struct {
	Payload *models.GenericError
}

DynamicClientRegistrationDeleteClientNotFound describes a response with status code 404, with default header values.

ErrorResponse

func NewDynamicClientRegistrationDeleteClientNotFound

func NewDynamicClientRegistrationDeleteClientNotFound() *DynamicClientRegistrationDeleteClientNotFound

NewDynamicClientRegistrationDeleteClientNotFound creates a DynamicClientRegistrationDeleteClientNotFound with default headers values

func (*DynamicClientRegistrationDeleteClientNotFound) Code

Code gets the status code for the dynamic client registration delete client not found response

func (*DynamicClientRegistrationDeleteClientNotFound) Error

func (*DynamicClientRegistrationDeleteClientNotFound) GetPayload

func (*DynamicClientRegistrationDeleteClientNotFound) IsClientError

IsClientError returns true when this dynamic client registration delete client not found response has a 4xx status code

func (*DynamicClientRegistrationDeleteClientNotFound) IsCode

IsCode returns true when this dynamic client registration delete client not found response a status code equal to that given

func (*DynamicClientRegistrationDeleteClientNotFound) IsRedirect

IsRedirect returns true when this dynamic client registration delete client not found response has a 3xx status code

func (*DynamicClientRegistrationDeleteClientNotFound) IsServerError

IsServerError returns true when this dynamic client registration delete client not found response has a 5xx status code

func (*DynamicClientRegistrationDeleteClientNotFound) IsSuccess

IsSuccess returns true when this dynamic client registration delete client not found response has a 2xx status code

func (*DynamicClientRegistrationDeleteClientNotFound) String

type DynamicClientRegistrationDeleteClientParams

type DynamicClientRegistrationDeleteClientParams struct {

	/* Cid.

	   Client id

	   Default: "default"
	*/
	Cid string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DynamicClientRegistrationDeleteClientParams contains all the parameters to send to the API endpoint

for the dynamic client registration delete client operation.

Typically these are written to a http.Request.

func NewDynamicClientRegistrationDeleteClientParams

func NewDynamicClientRegistrationDeleteClientParams() *DynamicClientRegistrationDeleteClientParams

NewDynamicClientRegistrationDeleteClientParams creates a new DynamicClientRegistrationDeleteClientParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDynamicClientRegistrationDeleteClientParamsWithContext

func NewDynamicClientRegistrationDeleteClientParamsWithContext(ctx context.Context) *DynamicClientRegistrationDeleteClientParams

NewDynamicClientRegistrationDeleteClientParamsWithContext creates a new DynamicClientRegistrationDeleteClientParams object with the ability to set a context for a request.

func NewDynamicClientRegistrationDeleteClientParamsWithHTTPClient

func NewDynamicClientRegistrationDeleteClientParamsWithHTTPClient(client *http.Client) *DynamicClientRegistrationDeleteClientParams

NewDynamicClientRegistrationDeleteClientParamsWithHTTPClient creates a new DynamicClientRegistrationDeleteClientParams object with the ability to set a custom HTTPClient for a request.

func NewDynamicClientRegistrationDeleteClientParamsWithTimeout

func NewDynamicClientRegistrationDeleteClientParamsWithTimeout(timeout time.Duration) *DynamicClientRegistrationDeleteClientParams

NewDynamicClientRegistrationDeleteClientParamsWithTimeout creates a new DynamicClientRegistrationDeleteClientParams object with the ability to set a timeout on a request.

func (*DynamicClientRegistrationDeleteClientParams) SetCid

SetCid adds the cid to the dynamic client registration delete client params

func (*DynamicClientRegistrationDeleteClientParams) SetContext

SetContext adds the context to the dynamic client registration delete client params

func (*DynamicClientRegistrationDeleteClientParams) SetDefaults

SetDefaults hydrates default values in the dynamic client registration delete client params (not the query body).

All values with no default are reset to their zero value.

func (*DynamicClientRegistrationDeleteClientParams) SetHTTPClient

func (o *DynamicClientRegistrationDeleteClientParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the dynamic client registration delete client params

func (*DynamicClientRegistrationDeleteClientParams) SetTimeout

SetTimeout adds the timeout to the dynamic client registration delete client params

func (*DynamicClientRegistrationDeleteClientParams) WithCid

WithCid adds the cid to the dynamic client registration delete client params

func (*DynamicClientRegistrationDeleteClientParams) WithContext

WithContext adds the context to the dynamic client registration delete client params

func (*DynamicClientRegistrationDeleteClientParams) WithDefaults

WithDefaults hydrates default values in the dynamic client registration delete client params (not the query body).

All values with no default are reset to their zero value.

func (*DynamicClientRegistrationDeleteClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the dynamic client registration delete client params

func (*DynamicClientRegistrationDeleteClientParams) WithTimeout

WithTimeout adds the timeout to the dynamic client registration delete client params

func (*DynamicClientRegistrationDeleteClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DynamicClientRegistrationDeleteClientReader

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

DynamicClientRegistrationDeleteClientReader is a Reader for the DynamicClientRegistrationDeleteClient structure.

func (*DynamicClientRegistrationDeleteClientReader) ReadResponse

func (o *DynamicClientRegistrationDeleteClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DynamicClientRegistrationDeleteClientUnauthorized

type DynamicClientRegistrationDeleteClientUnauthorized struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationDeleteClientUnauthorized describes a response with status code 401, with default header values.

RFC6749 error

func NewDynamicClientRegistrationDeleteClientUnauthorized

func NewDynamicClientRegistrationDeleteClientUnauthorized() *DynamicClientRegistrationDeleteClientUnauthorized

NewDynamicClientRegistrationDeleteClientUnauthorized creates a DynamicClientRegistrationDeleteClientUnauthorized with default headers values

func (*DynamicClientRegistrationDeleteClientUnauthorized) Code

Code gets the status code for the dynamic client registration delete client unauthorized response

func (*DynamicClientRegistrationDeleteClientUnauthorized) Error

func (*DynamicClientRegistrationDeleteClientUnauthorized) GetPayload

func (*DynamicClientRegistrationDeleteClientUnauthorized) IsClientError

IsClientError returns true when this dynamic client registration delete client unauthorized response has a 4xx status code

func (*DynamicClientRegistrationDeleteClientUnauthorized) IsCode

IsCode returns true when this dynamic client registration delete client unauthorized response a status code equal to that given

func (*DynamicClientRegistrationDeleteClientUnauthorized) IsRedirect

IsRedirect returns true when this dynamic client registration delete client unauthorized response has a 3xx status code

func (*DynamicClientRegistrationDeleteClientUnauthorized) IsServerError

IsServerError returns true when this dynamic client registration delete client unauthorized response has a 5xx status code

func (*DynamicClientRegistrationDeleteClientUnauthorized) IsSuccess

IsSuccess returns true when this dynamic client registration delete client unauthorized response has a 2xx status code

func (*DynamicClientRegistrationDeleteClientUnauthorized) String

type DynamicClientRegistrationForbidden

type DynamicClientRegistrationForbidden struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationForbidden describes a response with status code 403, with default header values.

RFC6749 error

func NewDynamicClientRegistrationForbidden

func NewDynamicClientRegistrationForbidden() *DynamicClientRegistrationForbidden

NewDynamicClientRegistrationForbidden creates a DynamicClientRegistrationForbidden with default headers values

func (*DynamicClientRegistrationForbidden) Code

Code gets the status code for the dynamic client registration forbidden response

func (*DynamicClientRegistrationForbidden) Error

func (*DynamicClientRegistrationForbidden) GetPayload

func (*DynamicClientRegistrationForbidden) IsClientError

func (o *DynamicClientRegistrationForbidden) IsClientError() bool

IsClientError returns true when this dynamic client registration forbidden response has a 4xx status code

func (*DynamicClientRegistrationForbidden) IsCode

IsCode returns true when this dynamic client registration forbidden response a status code equal to that given

func (*DynamicClientRegistrationForbidden) IsRedirect

func (o *DynamicClientRegistrationForbidden) IsRedirect() bool

IsRedirect returns true when this dynamic client registration forbidden response has a 3xx status code

func (*DynamicClientRegistrationForbidden) IsServerError

func (o *DynamicClientRegistrationForbidden) IsServerError() bool

IsServerError returns true when this dynamic client registration forbidden response has a 5xx status code

func (*DynamicClientRegistrationForbidden) IsSuccess

IsSuccess returns true when this dynamic client registration forbidden response has a 2xx status code

func (*DynamicClientRegistrationForbidden) String

type DynamicClientRegistrationGetClientBadRequest

type DynamicClientRegistrationGetClientBadRequest struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationGetClientBadRequest describes a response with status code 400, with default header values.

RFC6749 error

func NewDynamicClientRegistrationGetClientBadRequest

func NewDynamicClientRegistrationGetClientBadRequest() *DynamicClientRegistrationGetClientBadRequest

NewDynamicClientRegistrationGetClientBadRequest creates a DynamicClientRegistrationGetClientBadRequest with default headers values

func (*DynamicClientRegistrationGetClientBadRequest) Code

Code gets the status code for the dynamic client registration get client bad request response

func (*DynamicClientRegistrationGetClientBadRequest) Error

func (*DynamicClientRegistrationGetClientBadRequest) GetPayload

func (*DynamicClientRegistrationGetClientBadRequest) IsClientError

IsClientError returns true when this dynamic client registration get client bad request response has a 4xx status code

func (*DynamicClientRegistrationGetClientBadRequest) IsCode

IsCode returns true when this dynamic client registration get client bad request response a status code equal to that given

func (*DynamicClientRegistrationGetClientBadRequest) IsRedirect

IsRedirect returns true when this dynamic client registration get client bad request response has a 3xx status code

func (*DynamicClientRegistrationGetClientBadRequest) IsServerError

IsServerError returns true when this dynamic client registration get client bad request response has a 5xx status code

func (*DynamicClientRegistrationGetClientBadRequest) IsSuccess

IsSuccess returns true when this dynamic client registration get client bad request response has a 2xx status code

func (*DynamicClientRegistrationGetClientBadRequest) String

type DynamicClientRegistrationGetClientForbidden

type DynamicClientRegistrationGetClientForbidden struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationGetClientForbidden describes a response with status code 403, with default header values.

RFC6749 error

func NewDynamicClientRegistrationGetClientForbidden

func NewDynamicClientRegistrationGetClientForbidden() *DynamicClientRegistrationGetClientForbidden

NewDynamicClientRegistrationGetClientForbidden creates a DynamicClientRegistrationGetClientForbidden with default headers values

func (*DynamicClientRegistrationGetClientForbidden) Code

Code gets the status code for the dynamic client registration get client forbidden response

func (*DynamicClientRegistrationGetClientForbidden) Error

func (*DynamicClientRegistrationGetClientForbidden) GetPayload

func (*DynamicClientRegistrationGetClientForbidden) IsClientError

IsClientError returns true when this dynamic client registration get client forbidden response has a 4xx status code

func (*DynamicClientRegistrationGetClientForbidden) IsCode

IsCode returns true when this dynamic client registration get client forbidden response a status code equal to that given

func (*DynamicClientRegistrationGetClientForbidden) IsRedirect

IsRedirect returns true when this dynamic client registration get client forbidden response has a 3xx status code

func (*DynamicClientRegistrationGetClientForbidden) IsServerError

IsServerError returns true when this dynamic client registration get client forbidden response has a 5xx status code

func (*DynamicClientRegistrationGetClientForbidden) IsSuccess

IsSuccess returns true when this dynamic client registration get client forbidden response has a 2xx status code

func (*DynamicClientRegistrationGetClientForbidden) String

type DynamicClientRegistrationGetClientNotFound

type DynamicClientRegistrationGetClientNotFound struct {
	Payload *models.GenericError
}

DynamicClientRegistrationGetClientNotFound describes a response with status code 404, with default header values.

ErrorResponse

func NewDynamicClientRegistrationGetClientNotFound

func NewDynamicClientRegistrationGetClientNotFound() *DynamicClientRegistrationGetClientNotFound

NewDynamicClientRegistrationGetClientNotFound creates a DynamicClientRegistrationGetClientNotFound with default headers values

func (*DynamicClientRegistrationGetClientNotFound) Code

Code gets the status code for the dynamic client registration get client not found response

func (*DynamicClientRegistrationGetClientNotFound) Error

func (*DynamicClientRegistrationGetClientNotFound) GetPayload

func (*DynamicClientRegistrationGetClientNotFound) IsClientError

IsClientError returns true when this dynamic client registration get client not found response has a 4xx status code

func (*DynamicClientRegistrationGetClientNotFound) IsCode

IsCode returns true when this dynamic client registration get client not found response a status code equal to that given

func (*DynamicClientRegistrationGetClientNotFound) IsRedirect

IsRedirect returns true when this dynamic client registration get client not found response has a 3xx status code

func (*DynamicClientRegistrationGetClientNotFound) IsServerError

IsServerError returns true when this dynamic client registration get client not found response has a 5xx status code

func (*DynamicClientRegistrationGetClientNotFound) IsSuccess

IsSuccess returns true when this dynamic client registration get client not found response has a 2xx status code

func (*DynamicClientRegistrationGetClientNotFound) String

type DynamicClientRegistrationGetClientOK

type DynamicClientRegistrationGetClientOK struct {
	Payload *models.DynamicClientRegistrationResponse
}

DynamicClientRegistrationGetClientOK describes a response with status code 200, with default header values.

Dynamic client registration response

func NewDynamicClientRegistrationGetClientOK

func NewDynamicClientRegistrationGetClientOK() *DynamicClientRegistrationGetClientOK

NewDynamicClientRegistrationGetClientOK creates a DynamicClientRegistrationGetClientOK with default headers values

func (*DynamicClientRegistrationGetClientOK) Code

Code gets the status code for the dynamic client registration get client o k response

func (*DynamicClientRegistrationGetClientOK) Error

func (*DynamicClientRegistrationGetClientOK) GetPayload

func (*DynamicClientRegistrationGetClientOK) IsClientError

func (o *DynamicClientRegistrationGetClientOK) IsClientError() bool

IsClientError returns true when this dynamic client registration get client o k response has a 4xx status code

func (*DynamicClientRegistrationGetClientOK) IsCode

IsCode returns true when this dynamic client registration get client o k response a status code equal to that given

func (*DynamicClientRegistrationGetClientOK) IsRedirect

IsRedirect returns true when this dynamic client registration get client o k response has a 3xx status code

func (*DynamicClientRegistrationGetClientOK) IsServerError

func (o *DynamicClientRegistrationGetClientOK) IsServerError() bool

IsServerError returns true when this dynamic client registration get client o k response has a 5xx status code

func (*DynamicClientRegistrationGetClientOK) IsSuccess

IsSuccess returns true when this dynamic client registration get client o k response has a 2xx status code

func (*DynamicClientRegistrationGetClientOK) String

type DynamicClientRegistrationGetClientParams

type DynamicClientRegistrationGetClientParams struct {

	/* Cid.

	   Client id

	   Default: "default"
	*/
	Cid string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DynamicClientRegistrationGetClientParams contains all the parameters to send to the API endpoint

for the dynamic client registration get client operation.

Typically these are written to a http.Request.

func NewDynamicClientRegistrationGetClientParams

func NewDynamicClientRegistrationGetClientParams() *DynamicClientRegistrationGetClientParams

NewDynamicClientRegistrationGetClientParams creates a new DynamicClientRegistrationGetClientParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDynamicClientRegistrationGetClientParamsWithContext

func NewDynamicClientRegistrationGetClientParamsWithContext(ctx context.Context) *DynamicClientRegistrationGetClientParams

NewDynamicClientRegistrationGetClientParamsWithContext creates a new DynamicClientRegistrationGetClientParams object with the ability to set a context for a request.

func NewDynamicClientRegistrationGetClientParamsWithHTTPClient

func NewDynamicClientRegistrationGetClientParamsWithHTTPClient(client *http.Client) *DynamicClientRegistrationGetClientParams

NewDynamicClientRegistrationGetClientParamsWithHTTPClient creates a new DynamicClientRegistrationGetClientParams object with the ability to set a custom HTTPClient for a request.

func NewDynamicClientRegistrationGetClientParamsWithTimeout

func NewDynamicClientRegistrationGetClientParamsWithTimeout(timeout time.Duration) *DynamicClientRegistrationGetClientParams

NewDynamicClientRegistrationGetClientParamsWithTimeout creates a new DynamicClientRegistrationGetClientParams object with the ability to set a timeout on a request.

func (*DynamicClientRegistrationGetClientParams) SetCid

SetCid adds the cid to the dynamic client registration get client params

func (*DynamicClientRegistrationGetClientParams) SetContext

SetContext adds the context to the dynamic client registration get client params

func (*DynamicClientRegistrationGetClientParams) SetDefaults

SetDefaults hydrates default values in the dynamic client registration get client params (not the query body).

All values with no default are reset to their zero value.

func (*DynamicClientRegistrationGetClientParams) SetHTTPClient

func (o *DynamicClientRegistrationGetClientParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the dynamic client registration get client params

func (*DynamicClientRegistrationGetClientParams) SetTimeout

SetTimeout adds the timeout to the dynamic client registration get client params

func (*DynamicClientRegistrationGetClientParams) WithCid

WithCid adds the cid to the dynamic client registration get client params

func (*DynamicClientRegistrationGetClientParams) WithContext

WithContext adds the context to the dynamic client registration get client params

func (*DynamicClientRegistrationGetClientParams) WithDefaults

WithDefaults hydrates default values in the dynamic client registration get client params (not the query body).

All values with no default are reset to their zero value.

func (*DynamicClientRegistrationGetClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the dynamic client registration get client params

func (*DynamicClientRegistrationGetClientParams) WithTimeout

WithTimeout adds the timeout to the dynamic client registration get client params

func (*DynamicClientRegistrationGetClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DynamicClientRegistrationGetClientReader

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

DynamicClientRegistrationGetClientReader is a Reader for the DynamicClientRegistrationGetClient structure.

func (*DynamicClientRegistrationGetClientReader) ReadResponse

func (o *DynamicClientRegistrationGetClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DynamicClientRegistrationGetClientUnauthorized

type DynamicClientRegistrationGetClientUnauthorized struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationGetClientUnauthorized describes a response with status code 401, with default header values.

RFC6749 error

func NewDynamicClientRegistrationGetClientUnauthorized

func NewDynamicClientRegistrationGetClientUnauthorized() *DynamicClientRegistrationGetClientUnauthorized

NewDynamicClientRegistrationGetClientUnauthorized creates a DynamicClientRegistrationGetClientUnauthorized with default headers values

func (*DynamicClientRegistrationGetClientUnauthorized) Code

Code gets the status code for the dynamic client registration get client unauthorized response

func (*DynamicClientRegistrationGetClientUnauthorized) Error

func (*DynamicClientRegistrationGetClientUnauthorized) GetPayload

func (*DynamicClientRegistrationGetClientUnauthorized) IsClientError

IsClientError returns true when this dynamic client registration get client unauthorized response has a 4xx status code

func (*DynamicClientRegistrationGetClientUnauthorized) IsCode

IsCode returns true when this dynamic client registration get client unauthorized response a status code equal to that given

func (*DynamicClientRegistrationGetClientUnauthorized) IsRedirect

IsRedirect returns true when this dynamic client registration get client unauthorized response has a 3xx status code

func (*DynamicClientRegistrationGetClientUnauthorized) IsServerError

IsServerError returns true when this dynamic client registration get client unauthorized response has a 5xx status code

func (*DynamicClientRegistrationGetClientUnauthorized) IsSuccess

IsSuccess returns true when this dynamic client registration get client unauthorized response has a 2xx status code

func (*DynamicClientRegistrationGetClientUnauthorized) String

type DynamicClientRegistrationNotFound

type DynamicClientRegistrationNotFound struct {
	Payload *models.GenericError
}

DynamicClientRegistrationNotFound describes a response with status code 404, with default header values.

ErrorResponse

func NewDynamicClientRegistrationNotFound

func NewDynamicClientRegistrationNotFound() *DynamicClientRegistrationNotFound

NewDynamicClientRegistrationNotFound creates a DynamicClientRegistrationNotFound with default headers values

func (*DynamicClientRegistrationNotFound) Code

Code gets the status code for the dynamic client registration not found response

func (*DynamicClientRegistrationNotFound) Error

func (*DynamicClientRegistrationNotFound) GetPayload

func (*DynamicClientRegistrationNotFound) IsClientError

func (o *DynamicClientRegistrationNotFound) IsClientError() bool

IsClientError returns true when this dynamic client registration not found response has a 4xx status code

func (*DynamicClientRegistrationNotFound) IsCode

func (o *DynamicClientRegistrationNotFound) IsCode(code int) bool

IsCode returns true when this dynamic client registration not found response a status code equal to that given

func (*DynamicClientRegistrationNotFound) IsRedirect

func (o *DynamicClientRegistrationNotFound) IsRedirect() bool

IsRedirect returns true when this dynamic client registration not found response has a 3xx status code

func (*DynamicClientRegistrationNotFound) IsServerError

func (o *DynamicClientRegistrationNotFound) IsServerError() bool

IsServerError returns true when this dynamic client registration not found response has a 5xx status code

func (*DynamicClientRegistrationNotFound) IsSuccess

func (o *DynamicClientRegistrationNotFound) IsSuccess() bool

IsSuccess returns true when this dynamic client registration not found response has a 2xx status code

func (*DynamicClientRegistrationNotFound) String

type DynamicClientRegistrationParams

type DynamicClientRegistrationParams struct {

	// Client.
	Client *models.DynamicClientRegistrationJSONRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DynamicClientRegistrationParams contains all the parameters to send to the API endpoint

for the dynamic client registration operation.

Typically these are written to a http.Request.

func NewDynamicClientRegistrationParams

func NewDynamicClientRegistrationParams() *DynamicClientRegistrationParams

NewDynamicClientRegistrationParams creates a new DynamicClientRegistrationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDynamicClientRegistrationParamsWithContext

func NewDynamicClientRegistrationParamsWithContext(ctx context.Context) *DynamicClientRegistrationParams

NewDynamicClientRegistrationParamsWithContext creates a new DynamicClientRegistrationParams object with the ability to set a context for a request.

func NewDynamicClientRegistrationParamsWithHTTPClient

func NewDynamicClientRegistrationParamsWithHTTPClient(client *http.Client) *DynamicClientRegistrationParams

NewDynamicClientRegistrationParamsWithHTTPClient creates a new DynamicClientRegistrationParams object with the ability to set a custom HTTPClient for a request.

func NewDynamicClientRegistrationParamsWithTimeout

func NewDynamicClientRegistrationParamsWithTimeout(timeout time.Duration) *DynamicClientRegistrationParams

NewDynamicClientRegistrationParamsWithTimeout creates a new DynamicClientRegistrationParams object with the ability to set a timeout on a request.

func (*DynamicClientRegistrationParams) SetClient

SetClient adds the client to the dynamic client registration params

func (*DynamicClientRegistrationParams) SetContext

func (o *DynamicClientRegistrationParams) SetContext(ctx context.Context)

SetContext adds the context to the dynamic client registration params

func (*DynamicClientRegistrationParams) SetDefaults

func (o *DynamicClientRegistrationParams) SetDefaults()

SetDefaults hydrates default values in the dynamic client registration params (not the query body).

All values with no default are reset to their zero value.

func (*DynamicClientRegistrationParams) SetHTTPClient

func (o *DynamicClientRegistrationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the dynamic client registration params

func (*DynamicClientRegistrationParams) SetTimeout

func (o *DynamicClientRegistrationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the dynamic client registration params

func (*DynamicClientRegistrationParams) WithClient

WithClient adds the client to the dynamic client registration params

func (*DynamicClientRegistrationParams) WithContext

WithContext adds the context to the dynamic client registration params

func (*DynamicClientRegistrationParams) WithDefaults

WithDefaults hydrates default values in the dynamic client registration params (not the query body).

All values with no default are reset to their zero value.

func (*DynamicClientRegistrationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the dynamic client registration params

func (*DynamicClientRegistrationParams) WithTimeout

WithTimeout adds the timeout to the dynamic client registration params

func (*DynamicClientRegistrationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DynamicClientRegistrationReader

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

DynamicClientRegistrationReader is a Reader for the DynamicClientRegistration structure.

func (*DynamicClientRegistrationReader) ReadResponse

func (o *DynamicClientRegistrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DynamicClientRegistrationUnauthorized

type DynamicClientRegistrationUnauthorized struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationUnauthorized describes a response with status code 401, with default header values.

RFC6749 error

func NewDynamicClientRegistrationUnauthorized

func NewDynamicClientRegistrationUnauthorized() *DynamicClientRegistrationUnauthorized

NewDynamicClientRegistrationUnauthorized creates a DynamicClientRegistrationUnauthorized with default headers values

func (*DynamicClientRegistrationUnauthorized) Code

Code gets the status code for the dynamic client registration unauthorized response

func (*DynamicClientRegistrationUnauthorized) Error

func (*DynamicClientRegistrationUnauthorized) GetPayload

func (*DynamicClientRegistrationUnauthorized) IsClientError

func (o *DynamicClientRegistrationUnauthorized) IsClientError() bool

IsClientError returns true when this dynamic client registration unauthorized response has a 4xx status code

func (*DynamicClientRegistrationUnauthorized) IsCode

IsCode returns true when this dynamic client registration unauthorized response a status code equal to that given

func (*DynamicClientRegistrationUnauthorized) IsRedirect

IsRedirect returns true when this dynamic client registration unauthorized response has a 3xx status code

func (*DynamicClientRegistrationUnauthorized) IsServerError

func (o *DynamicClientRegistrationUnauthorized) IsServerError() bool

IsServerError returns true when this dynamic client registration unauthorized response has a 5xx status code

func (*DynamicClientRegistrationUnauthorized) IsSuccess

IsSuccess returns true when this dynamic client registration unauthorized response has a 2xx status code

func (*DynamicClientRegistrationUnauthorized) String

type DynamicClientRegistrationUpdateClientBadRequest

type DynamicClientRegistrationUpdateClientBadRequest struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationUpdateClientBadRequest describes a response with status code 400, with default header values.

RFC6749 error

func NewDynamicClientRegistrationUpdateClientBadRequest

func NewDynamicClientRegistrationUpdateClientBadRequest() *DynamicClientRegistrationUpdateClientBadRequest

NewDynamicClientRegistrationUpdateClientBadRequest creates a DynamicClientRegistrationUpdateClientBadRequest with default headers values

func (*DynamicClientRegistrationUpdateClientBadRequest) Code

Code gets the status code for the dynamic client registration update client bad request response

func (*DynamicClientRegistrationUpdateClientBadRequest) Error

func (*DynamicClientRegistrationUpdateClientBadRequest) GetPayload

func (*DynamicClientRegistrationUpdateClientBadRequest) IsClientError

IsClientError returns true when this dynamic client registration update client bad request response has a 4xx status code

func (*DynamicClientRegistrationUpdateClientBadRequest) IsCode

IsCode returns true when this dynamic client registration update client bad request response a status code equal to that given

func (*DynamicClientRegistrationUpdateClientBadRequest) IsRedirect

IsRedirect returns true when this dynamic client registration update client bad request response has a 3xx status code

func (*DynamicClientRegistrationUpdateClientBadRequest) IsServerError

IsServerError returns true when this dynamic client registration update client bad request response has a 5xx status code

func (*DynamicClientRegistrationUpdateClientBadRequest) IsSuccess

IsSuccess returns true when this dynamic client registration update client bad request response has a 2xx status code

func (*DynamicClientRegistrationUpdateClientBadRequest) String

type DynamicClientRegistrationUpdateClientForbidden

type DynamicClientRegistrationUpdateClientForbidden struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationUpdateClientForbidden describes a response with status code 403, with default header values.

RFC6749 error

func NewDynamicClientRegistrationUpdateClientForbidden

func NewDynamicClientRegistrationUpdateClientForbidden() *DynamicClientRegistrationUpdateClientForbidden

NewDynamicClientRegistrationUpdateClientForbidden creates a DynamicClientRegistrationUpdateClientForbidden with default headers values

func (*DynamicClientRegistrationUpdateClientForbidden) Code

Code gets the status code for the dynamic client registration update client forbidden response

func (*DynamicClientRegistrationUpdateClientForbidden) Error

func (*DynamicClientRegistrationUpdateClientForbidden) GetPayload

func (*DynamicClientRegistrationUpdateClientForbidden) IsClientError

IsClientError returns true when this dynamic client registration update client forbidden response has a 4xx status code

func (*DynamicClientRegistrationUpdateClientForbidden) IsCode

IsCode returns true when this dynamic client registration update client forbidden response a status code equal to that given

func (*DynamicClientRegistrationUpdateClientForbidden) IsRedirect

IsRedirect returns true when this dynamic client registration update client forbidden response has a 3xx status code

func (*DynamicClientRegistrationUpdateClientForbidden) IsServerError

IsServerError returns true when this dynamic client registration update client forbidden response has a 5xx status code

func (*DynamicClientRegistrationUpdateClientForbidden) IsSuccess

IsSuccess returns true when this dynamic client registration update client forbidden response has a 2xx status code

func (*DynamicClientRegistrationUpdateClientForbidden) String

type DynamicClientRegistrationUpdateClientNotFound

type DynamicClientRegistrationUpdateClientNotFound struct {
	Payload *models.GenericError
}

DynamicClientRegistrationUpdateClientNotFound describes a response with status code 404, with default header values.

ErrorResponse

func NewDynamicClientRegistrationUpdateClientNotFound

func NewDynamicClientRegistrationUpdateClientNotFound() *DynamicClientRegistrationUpdateClientNotFound

NewDynamicClientRegistrationUpdateClientNotFound creates a DynamicClientRegistrationUpdateClientNotFound with default headers values

func (*DynamicClientRegistrationUpdateClientNotFound) Code

Code gets the status code for the dynamic client registration update client not found response

func (*DynamicClientRegistrationUpdateClientNotFound) Error

func (*DynamicClientRegistrationUpdateClientNotFound) GetPayload

func (*DynamicClientRegistrationUpdateClientNotFound) IsClientError

IsClientError returns true when this dynamic client registration update client not found response has a 4xx status code

func (*DynamicClientRegistrationUpdateClientNotFound) IsCode

IsCode returns true when this dynamic client registration update client not found response a status code equal to that given

func (*DynamicClientRegistrationUpdateClientNotFound) IsRedirect

IsRedirect returns true when this dynamic client registration update client not found response has a 3xx status code

func (*DynamicClientRegistrationUpdateClientNotFound) IsServerError

IsServerError returns true when this dynamic client registration update client not found response has a 5xx status code

func (*DynamicClientRegistrationUpdateClientNotFound) IsSuccess

IsSuccess returns true when this dynamic client registration update client not found response has a 2xx status code

func (*DynamicClientRegistrationUpdateClientNotFound) String

type DynamicClientRegistrationUpdateClientOK

type DynamicClientRegistrationUpdateClientOK struct {
	Payload *models.DynamicClientRegistrationResponse
}

DynamicClientRegistrationUpdateClientOK describes a response with status code 200, with default header values.

Dynamic client registration response

func NewDynamicClientRegistrationUpdateClientOK

func NewDynamicClientRegistrationUpdateClientOK() *DynamicClientRegistrationUpdateClientOK

NewDynamicClientRegistrationUpdateClientOK creates a DynamicClientRegistrationUpdateClientOK with default headers values

func (*DynamicClientRegistrationUpdateClientOK) Code

Code gets the status code for the dynamic client registration update client o k response

func (*DynamicClientRegistrationUpdateClientOK) Error

func (*DynamicClientRegistrationUpdateClientOK) GetPayload

func (*DynamicClientRegistrationUpdateClientOK) IsClientError

func (o *DynamicClientRegistrationUpdateClientOK) IsClientError() bool

IsClientError returns true when this dynamic client registration update client o k response has a 4xx status code

func (*DynamicClientRegistrationUpdateClientOK) IsCode

IsCode returns true when this dynamic client registration update client o k response a status code equal to that given

func (*DynamicClientRegistrationUpdateClientOK) IsRedirect

IsRedirect returns true when this dynamic client registration update client o k response has a 3xx status code

func (*DynamicClientRegistrationUpdateClientOK) IsServerError

func (o *DynamicClientRegistrationUpdateClientOK) IsServerError() bool

IsServerError returns true when this dynamic client registration update client o k response has a 5xx status code

func (*DynamicClientRegistrationUpdateClientOK) IsSuccess

IsSuccess returns true when this dynamic client registration update client o k response has a 2xx status code

func (*DynamicClientRegistrationUpdateClientOK) String

type DynamicClientRegistrationUpdateClientParams

type DynamicClientRegistrationUpdateClientParams struct {

	// Client.
	Client *models.DynamicClientRegistrationJSONRequest

	/* Cid.

	   Client id

	   Default: "default"
	*/
	Cid string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DynamicClientRegistrationUpdateClientParams contains all the parameters to send to the API endpoint

for the dynamic client registration update client operation.

Typically these are written to a http.Request.

func NewDynamicClientRegistrationUpdateClientParams

func NewDynamicClientRegistrationUpdateClientParams() *DynamicClientRegistrationUpdateClientParams

NewDynamicClientRegistrationUpdateClientParams creates a new DynamicClientRegistrationUpdateClientParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDynamicClientRegistrationUpdateClientParamsWithContext

func NewDynamicClientRegistrationUpdateClientParamsWithContext(ctx context.Context) *DynamicClientRegistrationUpdateClientParams

NewDynamicClientRegistrationUpdateClientParamsWithContext creates a new DynamicClientRegistrationUpdateClientParams object with the ability to set a context for a request.

func NewDynamicClientRegistrationUpdateClientParamsWithHTTPClient

func NewDynamicClientRegistrationUpdateClientParamsWithHTTPClient(client *http.Client) *DynamicClientRegistrationUpdateClientParams

NewDynamicClientRegistrationUpdateClientParamsWithHTTPClient creates a new DynamicClientRegistrationUpdateClientParams object with the ability to set a custom HTTPClient for a request.

func NewDynamicClientRegistrationUpdateClientParamsWithTimeout

func NewDynamicClientRegistrationUpdateClientParamsWithTimeout(timeout time.Duration) *DynamicClientRegistrationUpdateClientParams

NewDynamicClientRegistrationUpdateClientParamsWithTimeout creates a new DynamicClientRegistrationUpdateClientParams object with the ability to set a timeout on a request.

func (*DynamicClientRegistrationUpdateClientParams) SetCid

SetCid adds the cid to the dynamic client registration update client params

func (*DynamicClientRegistrationUpdateClientParams) SetClient

SetClient adds the client to the dynamic client registration update client params

func (*DynamicClientRegistrationUpdateClientParams) SetContext

SetContext adds the context to the dynamic client registration update client params

func (*DynamicClientRegistrationUpdateClientParams) SetDefaults

SetDefaults hydrates default values in the dynamic client registration update client params (not the query body).

All values with no default are reset to their zero value.

func (*DynamicClientRegistrationUpdateClientParams) SetHTTPClient

func (o *DynamicClientRegistrationUpdateClientParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the dynamic client registration update client params

func (*DynamicClientRegistrationUpdateClientParams) SetTimeout

SetTimeout adds the timeout to the dynamic client registration update client params

func (*DynamicClientRegistrationUpdateClientParams) WithCid

WithCid adds the cid to the dynamic client registration update client params

func (*DynamicClientRegistrationUpdateClientParams) WithClient

WithClient adds the client to the dynamic client registration update client params

func (*DynamicClientRegistrationUpdateClientParams) WithContext

WithContext adds the context to the dynamic client registration update client params

func (*DynamicClientRegistrationUpdateClientParams) WithDefaults

WithDefaults hydrates default values in the dynamic client registration update client params (not the query body).

All values with no default are reset to their zero value.

func (*DynamicClientRegistrationUpdateClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the dynamic client registration update client params

func (*DynamicClientRegistrationUpdateClientParams) WithTimeout

WithTimeout adds the timeout to the dynamic client registration update client params

func (*DynamicClientRegistrationUpdateClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DynamicClientRegistrationUpdateClientReader

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

DynamicClientRegistrationUpdateClientReader is a Reader for the DynamicClientRegistrationUpdateClient structure.

func (*DynamicClientRegistrationUpdateClientReader) ReadResponse

func (o *DynamicClientRegistrationUpdateClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DynamicClientRegistrationUpdateClientUnauthorized

type DynamicClientRegistrationUpdateClientUnauthorized struct {
	Payload *models.RFC6749Error
}

DynamicClientRegistrationUpdateClientUnauthorized describes a response with status code 401, with default header values.

RFC6749 error

func NewDynamicClientRegistrationUpdateClientUnauthorized

func NewDynamicClientRegistrationUpdateClientUnauthorized() *DynamicClientRegistrationUpdateClientUnauthorized

NewDynamicClientRegistrationUpdateClientUnauthorized creates a DynamicClientRegistrationUpdateClientUnauthorized with default headers values

func (*DynamicClientRegistrationUpdateClientUnauthorized) Code

Code gets the status code for the dynamic client registration update client unauthorized response

func (*DynamicClientRegistrationUpdateClientUnauthorized) Error

func (*DynamicClientRegistrationUpdateClientUnauthorized) GetPayload

func (*DynamicClientRegistrationUpdateClientUnauthorized) IsClientError

IsClientError returns true when this dynamic client registration update client unauthorized response has a 4xx status code

func (*DynamicClientRegistrationUpdateClientUnauthorized) IsCode

IsCode returns true when this dynamic client registration update client unauthorized response a status code equal to that given

func (*DynamicClientRegistrationUpdateClientUnauthorized) IsRedirect

IsRedirect returns true when this dynamic client registration update client unauthorized response has a 3xx status code

func (*DynamicClientRegistrationUpdateClientUnauthorized) IsServerError

IsServerError returns true when this dynamic client registration update client unauthorized response has a 5xx status code

func (*DynamicClientRegistrationUpdateClientUnauthorized) IsSuccess

IsSuccess returns true when this dynamic client registration update client unauthorized response has a 2xx status code

func (*DynamicClientRegistrationUpdateClientUnauthorized) String

Jump to

Keyboard shortcuts

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