Documentation
¶
Index ¶
- type Client
- func (a *Client) DynamicClientRegistration(params *DynamicClientRegistrationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DynamicClientRegistrationCreated, error)
- func (a *Client) DynamicClientRegistrationDeleteClient(params *DynamicClientRegistrationDeleteClientParams, ...) (*DynamicClientRegistrationDeleteClientNoContent, error)
- func (a *Client) DynamicClientRegistrationGetClient(params *DynamicClientRegistrationGetClientParams, ...) (*DynamicClientRegistrationGetClientOK, error)
- func (a *Client) DynamicClientRegistrationUpdateClient(params *DynamicClientRegistrationUpdateClientParams, ...) (*DynamicClientRegistrationUpdateClientOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type DynamicClientRegistrationBadRequest
- func (o *DynamicClientRegistrationBadRequest) Code() int
- func (o *DynamicClientRegistrationBadRequest) Error() string
- func (o *DynamicClientRegistrationBadRequest) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationBadRequest) IsClientError() bool
- func (o *DynamicClientRegistrationBadRequest) IsCode(code int) bool
- func (o *DynamicClientRegistrationBadRequest) IsRedirect() bool
- func (o *DynamicClientRegistrationBadRequest) IsServerError() bool
- func (o *DynamicClientRegistrationBadRequest) IsSuccess() bool
- func (o *DynamicClientRegistrationBadRequest) String() string
- type DynamicClientRegistrationCreated
- func (o *DynamicClientRegistrationCreated) Code() int
- func (o *DynamicClientRegistrationCreated) Error() string
- func (o *DynamicClientRegistrationCreated) GetPayload() *models.DynamicClientRegistrationResponse
- func (o *DynamicClientRegistrationCreated) IsClientError() bool
- func (o *DynamicClientRegistrationCreated) IsCode(code int) bool
- func (o *DynamicClientRegistrationCreated) IsRedirect() bool
- func (o *DynamicClientRegistrationCreated) IsServerError() bool
- func (o *DynamicClientRegistrationCreated) IsSuccess() bool
- func (o *DynamicClientRegistrationCreated) String() string
- type DynamicClientRegistrationDeleteClientBadRequest
- func (o *DynamicClientRegistrationDeleteClientBadRequest) Code() int
- func (o *DynamicClientRegistrationDeleteClientBadRequest) Error() string
- func (o *DynamicClientRegistrationDeleteClientBadRequest) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationDeleteClientBadRequest) IsClientError() bool
- func (o *DynamicClientRegistrationDeleteClientBadRequest) IsCode(code int) bool
- func (o *DynamicClientRegistrationDeleteClientBadRequest) IsRedirect() bool
- func (o *DynamicClientRegistrationDeleteClientBadRequest) IsServerError() bool
- func (o *DynamicClientRegistrationDeleteClientBadRequest) IsSuccess() bool
- func (o *DynamicClientRegistrationDeleteClientBadRequest) String() string
- type DynamicClientRegistrationDeleteClientForbidden
- func (o *DynamicClientRegistrationDeleteClientForbidden) Code() int
- func (o *DynamicClientRegistrationDeleteClientForbidden) Error() string
- func (o *DynamicClientRegistrationDeleteClientForbidden) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationDeleteClientForbidden) IsClientError() bool
- func (o *DynamicClientRegistrationDeleteClientForbidden) IsCode(code int) bool
- func (o *DynamicClientRegistrationDeleteClientForbidden) IsRedirect() bool
- func (o *DynamicClientRegistrationDeleteClientForbidden) IsServerError() bool
- func (o *DynamicClientRegistrationDeleteClientForbidden) IsSuccess() bool
- func (o *DynamicClientRegistrationDeleteClientForbidden) String() string
- type DynamicClientRegistrationDeleteClientNoContent
- func (o *DynamicClientRegistrationDeleteClientNoContent) Code() int
- func (o *DynamicClientRegistrationDeleteClientNoContent) Error() string
- func (o *DynamicClientRegistrationDeleteClientNoContent) IsClientError() bool
- func (o *DynamicClientRegistrationDeleteClientNoContent) IsCode(code int) bool
- func (o *DynamicClientRegistrationDeleteClientNoContent) IsRedirect() bool
- func (o *DynamicClientRegistrationDeleteClientNoContent) IsServerError() bool
- func (o *DynamicClientRegistrationDeleteClientNoContent) IsSuccess() bool
- func (o *DynamicClientRegistrationDeleteClientNoContent) String() string
- type DynamicClientRegistrationDeleteClientNotFound
- func (o *DynamicClientRegistrationDeleteClientNotFound) Code() int
- func (o *DynamicClientRegistrationDeleteClientNotFound) Error() string
- func (o *DynamicClientRegistrationDeleteClientNotFound) GetPayload() *models.GenericError
- func (o *DynamicClientRegistrationDeleteClientNotFound) IsClientError() bool
- func (o *DynamicClientRegistrationDeleteClientNotFound) IsCode(code int) bool
- func (o *DynamicClientRegistrationDeleteClientNotFound) IsRedirect() bool
- func (o *DynamicClientRegistrationDeleteClientNotFound) IsServerError() bool
- func (o *DynamicClientRegistrationDeleteClientNotFound) IsSuccess() bool
- func (o *DynamicClientRegistrationDeleteClientNotFound) String() string
- type DynamicClientRegistrationDeleteClientParams
- func NewDynamicClientRegistrationDeleteClientParams() *DynamicClientRegistrationDeleteClientParams
- func NewDynamicClientRegistrationDeleteClientParamsWithContext(ctx context.Context) *DynamicClientRegistrationDeleteClientParams
- func NewDynamicClientRegistrationDeleteClientParamsWithHTTPClient(client *http.Client) *DynamicClientRegistrationDeleteClientParams
- func NewDynamicClientRegistrationDeleteClientParamsWithTimeout(timeout time.Duration) *DynamicClientRegistrationDeleteClientParams
- func (o *DynamicClientRegistrationDeleteClientParams) SetCid(cid string)
- func (o *DynamicClientRegistrationDeleteClientParams) SetContext(ctx context.Context)
- func (o *DynamicClientRegistrationDeleteClientParams) SetDefaults()
- func (o *DynamicClientRegistrationDeleteClientParams) SetHTTPClient(client *http.Client)
- func (o *DynamicClientRegistrationDeleteClientParams) SetTimeout(timeout time.Duration)
- func (o *DynamicClientRegistrationDeleteClientParams) WithCid(cid string) *DynamicClientRegistrationDeleteClientParams
- func (o *DynamicClientRegistrationDeleteClientParams) WithContext(ctx context.Context) *DynamicClientRegistrationDeleteClientParams
- func (o *DynamicClientRegistrationDeleteClientParams) WithDefaults() *DynamicClientRegistrationDeleteClientParams
- func (o *DynamicClientRegistrationDeleteClientParams) WithHTTPClient(client *http.Client) *DynamicClientRegistrationDeleteClientParams
- func (o *DynamicClientRegistrationDeleteClientParams) WithTimeout(timeout time.Duration) *DynamicClientRegistrationDeleteClientParams
- func (o *DynamicClientRegistrationDeleteClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DynamicClientRegistrationDeleteClientReader
- type DynamicClientRegistrationDeleteClientUnauthorized
- func (o *DynamicClientRegistrationDeleteClientUnauthorized) Code() int
- func (o *DynamicClientRegistrationDeleteClientUnauthorized) Error() string
- func (o *DynamicClientRegistrationDeleteClientUnauthorized) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationDeleteClientUnauthorized) IsClientError() bool
- func (o *DynamicClientRegistrationDeleteClientUnauthorized) IsCode(code int) bool
- func (o *DynamicClientRegistrationDeleteClientUnauthorized) IsRedirect() bool
- func (o *DynamicClientRegistrationDeleteClientUnauthorized) IsServerError() bool
- func (o *DynamicClientRegistrationDeleteClientUnauthorized) IsSuccess() bool
- func (o *DynamicClientRegistrationDeleteClientUnauthorized) String() string
- type DynamicClientRegistrationForbidden
- func (o *DynamicClientRegistrationForbidden) Code() int
- func (o *DynamicClientRegistrationForbidden) Error() string
- func (o *DynamicClientRegistrationForbidden) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationForbidden) IsClientError() bool
- func (o *DynamicClientRegistrationForbidden) IsCode(code int) bool
- func (o *DynamicClientRegistrationForbidden) IsRedirect() bool
- func (o *DynamicClientRegistrationForbidden) IsServerError() bool
- func (o *DynamicClientRegistrationForbidden) IsSuccess() bool
- func (o *DynamicClientRegistrationForbidden) String() string
- type DynamicClientRegistrationGetClientBadRequest
- func (o *DynamicClientRegistrationGetClientBadRequest) Code() int
- func (o *DynamicClientRegistrationGetClientBadRequest) Error() string
- func (o *DynamicClientRegistrationGetClientBadRequest) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationGetClientBadRequest) IsClientError() bool
- func (o *DynamicClientRegistrationGetClientBadRequest) IsCode(code int) bool
- func (o *DynamicClientRegistrationGetClientBadRequest) IsRedirect() bool
- func (o *DynamicClientRegistrationGetClientBadRequest) IsServerError() bool
- func (o *DynamicClientRegistrationGetClientBadRequest) IsSuccess() bool
- func (o *DynamicClientRegistrationGetClientBadRequest) String() string
- type DynamicClientRegistrationGetClientForbidden
- func (o *DynamicClientRegistrationGetClientForbidden) Code() int
- func (o *DynamicClientRegistrationGetClientForbidden) Error() string
- func (o *DynamicClientRegistrationGetClientForbidden) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationGetClientForbidden) IsClientError() bool
- func (o *DynamicClientRegistrationGetClientForbidden) IsCode(code int) bool
- func (o *DynamicClientRegistrationGetClientForbidden) IsRedirect() bool
- func (o *DynamicClientRegistrationGetClientForbidden) IsServerError() bool
- func (o *DynamicClientRegistrationGetClientForbidden) IsSuccess() bool
- func (o *DynamicClientRegistrationGetClientForbidden) String() string
- type DynamicClientRegistrationGetClientNotFound
- func (o *DynamicClientRegistrationGetClientNotFound) Code() int
- func (o *DynamicClientRegistrationGetClientNotFound) Error() string
- func (o *DynamicClientRegistrationGetClientNotFound) GetPayload() *models.GenericError
- func (o *DynamicClientRegistrationGetClientNotFound) IsClientError() bool
- func (o *DynamicClientRegistrationGetClientNotFound) IsCode(code int) bool
- func (o *DynamicClientRegistrationGetClientNotFound) IsRedirect() bool
- func (o *DynamicClientRegistrationGetClientNotFound) IsServerError() bool
- func (o *DynamicClientRegistrationGetClientNotFound) IsSuccess() bool
- func (o *DynamicClientRegistrationGetClientNotFound) String() string
- type DynamicClientRegistrationGetClientOK
- func (o *DynamicClientRegistrationGetClientOK) Code() int
- func (o *DynamicClientRegistrationGetClientOK) Error() string
- func (o *DynamicClientRegistrationGetClientOK) GetPayload() *models.DynamicClientRegistrationResponse
- func (o *DynamicClientRegistrationGetClientOK) IsClientError() bool
- func (o *DynamicClientRegistrationGetClientOK) IsCode(code int) bool
- func (o *DynamicClientRegistrationGetClientOK) IsRedirect() bool
- func (o *DynamicClientRegistrationGetClientOK) IsServerError() bool
- func (o *DynamicClientRegistrationGetClientOK) IsSuccess() bool
- func (o *DynamicClientRegistrationGetClientOK) String() string
- type DynamicClientRegistrationGetClientParams
- func NewDynamicClientRegistrationGetClientParams() *DynamicClientRegistrationGetClientParams
- func NewDynamicClientRegistrationGetClientParamsWithContext(ctx context.Context) *DynamicClientRegistrationGetClientParams
- func NewDynamicClientRegistrationGetClientParamsWithHTTPClient(client *http.Client) *DynamicClientRegistrationGetClientParams
- func NewDynamicClientRegistrationGetClientParamsWithTimeout(timeout time.Duration) *DynamicClientRegistrationGetClientParams
- func (o *DynamicClientRegistrationGetClientParams) SetCid(cid string)
- func (o *DynamicClientRegistrationGetClientParams) SetContext(ctx context.Context)
- func (o *DynamicClientRegistrationGetClientParams) SetDefaults()
- func (o *DynamicClientRegistrationGetClientParams) SetHTTPClient(client *http.Client)
- func (o *DynamicClientRegistrationGetClientParams) SetTimeout(timeout time.Duration)
- func (o *DynamicClientRegistrationGetClientParams) WithCid(cid string) *DynamicClientRegistrationGetClientParams
- func (o *DynamicClientRegistrationGetClientParams) WithContext(ctx context.Context) *DynamicClientRegistrationGetClientParams
- func (o *DynamicClientRegistrationGetClientParams) WithDefaults() *DynamicClientRegistrationGetClientParams
- func (o *DynamicClientRegistrationGetClientParams) WithHTTPClient(client *http.Client) *DynamicClientRegistrationGetClientParams
- func (o *DynamicClientRegistrationGetClientParams) WithTimeout(timeout time.Duration) *DynamicClientRegistrationGetClientParams
- func (o *DynamicClientRegistrationGetClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DynamicClientRegistrationGetClientReader
- type DynamicClientRegistrationGetClientUnauthorized
- func (o *DynamicClientRegistrationGetClientUnauthorized) Code() int
- func (o *DynamicClientRegistrationGetClientUnauthorized) Error() string
- func (o *DynamicClientRegistrationGetClientUnauthorized) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationGetClientUnauthorized) IsClientError() bool
- func (o *DynamicClientRegistrationGetClientUnauthorized) IsCode(code int) bool
- func (o *DynamicClientRegistrationGetClientUnauthorized) IsRedirect() bool
- func (o *DynamicClientRegistrationGetClientUnauthorized) IsServerError() bool
- func (o *DynamicClientRegistrationGetClientUnauthorized) IsSuccess() bool
- func (o *DynamicClientRegistrationGetClientUnauthorized) String() string
- type DynamicClientRegistrationNotFound
- func (o *DynamicClientRegistrationNotFound) Code() int
- func (o *DynamicClientRegistrationNotFound) Error() string
- func (o *DynamicClientRegistrationNotFound) GetPayload() *models.GenericError
- func (o *DynamicClientRegistrationNotFound) IsClientError() bool
- func (o *DynamicClientRegistrationNotFound) IsCode(code int) bool
- func (o *DynamicClientRegistrationNotFound) IsRedirect() bool
- func (o *DynamicClientRegistrationNotFound) IsServerError() bool
- func (o *DynamicClientRegistrationNotFound) IsSuccess() bool
- func (o *DynamicClientRegistrationNotFound) String() string
- type DynamicClientRegistrationParams
- func NewDynamicClientRegistrationParams() *DynamicClientRegistrationParams
- func NewDynamicClientRegistrationParamsWithContext(ctx context.Context) *DynamicClientRegistrationParams
- func NewDynamicClientRegistrationParamsWithHTTPClient(client *http.Client) *DynamicClientRegistrationParams
- func NewDynamicClientRegistrationParamsWithTimeout(timeout time.Duration) *DynamicClientRegistrationParams
- func (o *DynamicClientRegistrationParams) SetClient(client *models.DynamicClientRegistrationJSONRequest)
- func (o *DynamicClientRegistrationParams) SetContext(ctx context.Context)
- func (o *DynamicClientRegistrationParams) SetDefaults()
- func (o *DynamicClientRegistrationParams) SetHTTPClient(client *http.Client)
- func (o *DynamicClientRegistrationParams) SetTimeout(timeout time.Duration)
- func (o *DynamicClientRegistrationParams) WithClient(client *models.DynamicClientRegistrationJSONRequest) *DynamicClientRegistrationParams
- func (o *DynamicClientRegistrationParams) WithContext(ctx context.Context) *DynamicClientRegistrationParams
- func (o *DynamicClientRegistrationParams) WithDefaults() *DynamicClientRegistrationParams
- func (o *DynamicClientRegistrationParams) WithHTTPClient(client *http.Client) *DynamicClientRegistrationParams
- func (o *DynamicClientRegistrationParams) WithTimeout(timeout time.Duration) *DynamicClientRegistrationParams
- func (o *DynamicClientRegistrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DynamicClientRegistrationReader
- type DynamicClientRegistrationUnauthorized
- func (o *DynamicClientRegistrationUnauthorized) Code() int
- func (o *DynamicClientRegistrationUnauthorized) Error() string
- func (o *DynamicClientRegistrationUnauthorized) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationUnauthorized) IsClientError() bool
- func (o *DynamicClientRegistrationUnauthorized) IsCode(code int) bool
- func (o *DynamicClientRegistrationUnauthorized) IsRedirect() bool
- func (o *DynamicClientRegistrationUnauthorized) IsServerError() bool
- func (o *DynamicClientRegistrationUnauthorized) IsSuccess() bool
- func (o *DynamicClientRegistrationUnauthorized) String() string
- type DynamicClientRegistrationUpdateClientBadRequest
- func (o *DynamicClientRegistrationUpdateClientBadRequest) Code() int
- func (o *DynamicClientRegistrationUpdateClientBadRequest) Error() string
- func (o *DynamicClientRegistrationUpdateClientBadRequest) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationUpdateClientBadRequest) IsClientError() bool
- func (o *DynamicClientRegistrationUpdateClientBadRequest) IsCode(code int) bool
- func (o *DynamicClientRegistrationUpdateClientBadRequest) IsRedirect() bool
- func (o *DynamicClientRegistrationUpdateClientBadRequest) IsServerError() bool
- func (o *DynamicClientRegistrationUpdateClientBadRequest) IsSuccess() bool
- func (o *DynamicClientRegistrationUpdateClientBadRequest) String() string
- type DynamicClientRegistrationUpdateClientForbidden
- func (o *DynamicClientRegistrationUpdateClientForbidden) Code() int
- func (o *DynamicClientRegistrationUpdateClientForbidden) Error() string
- func (o *DynamicClientRegistrationUpdateClientForbidden) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationUpdateClientForbidden) IsClientError() bool
- func (o *DynamicClientRegistrationUpdateClientForbidden) IsCode(code int) bool
- func (o *DynamicClientRegistrationUpdateClientForbidden) IsRedirect() bool
- func (o *DynamicClientRegistrationUpdateClientForbidden) IsServerError() bool
- func (o *DynamicClientRegistrationUpdateClientForbidden) IsSuccess() bool
- func (o *DynamicClientRegistrationUpdateClientForbidden) String() string
- type DynamicClientRegistrationUpdateClientNotFound
- func (o *DynamicClientRegistrationUpdateClientNotFound) Code() int
- func (o *DynamicClientRegistrationUpdateClientNotFound) Error() string
- func (o *DynamicClientRegistrationUpdateClientNotFound) GetPayload() *models.GenericError
- func (o *DynamicClientRegistrationUpdateClientNotFound) IsClientError() bool
- func (o *DynamicClientRegistrationUpdateClientNotFound) IsCode(code int) bool
- func (o *DynamicClientRegistrationUpdateClientNotFound) IsRedirect() bool
- func (o *DynamicClientRegistrationUpdateClientNotFound) IsServerError() bool
- func (o *DynamicClientRegistrationUpdateClientNotFound) IsSuccess() bool
- func (o *DynamicClientRegistrationUpdateClientNotFound) String() string
- type DynamicClientRegistrationUpdateClientOK
- func (o *DynamicClientRegistrationUpdateClientOK) Code() int
- func (o *DynamicClientRegistrationUpdateClientOK) Error() string
- func (o *DynamicClientRegistrationUpdateClientOK) GetPayload() *models.DynamicClientRegistrationResponse
- func (o *DynamicClientRegistrationUpdateClientOK) IsClientError() bool
- func (o *DynamicClientRegistrationUpdateClientOK) IsCode(code int) bool
- func (o *DynamicClientRegistrationUpdateClientOK) IsRedirect() bool
- func (o *DynamicClientRegistrationUpdateClientOK) IsServerError() bool
- func (o *DynamicClientRegistrationUpdateClientOK) IsSuccess() bool
- func (o *DynamicClientRegistrationUpdateClientOK) String() string
- type DynamicClientRegistrationUpdateClientParams
- func NewDynamicClientRegistrationUpdateClientParams() *DynamicClientRegistrationUpdateClientParams
- func NewDynamicClientRegistrationUpdateClientParamsWithContext(ctx context.Context) *DynamicClientRegistrationUpdateClientParams
- func NewDynamicClientRegistrationUpdateClientParamsWithHTTPClient(client *http.Client) *DynamicClientRegistrationUpdateClientParams
- func NewDynamicClientRegistrationUpdateClientParamsWithTimeout(timeout time.Duration) *DynamicClientRegistrationUpdateClientParams
- func (o *DynamicClientRegistrationUpdateClientParams) SetCid(cid string)
- func (o *DynamicClientRegistrationUpdateClientParams) SetClient(client *models.DynamicClientRegistrationJSONRequest)
- func (o *DynamicClientRegistrationUpdateClientParams) SetContext(ctx context.Context)
- func (o *DynamicClientRegistrationUpdateClientParams) SetDefaults()
- func (o *DynamicClientRegistrationUpdateClientParams) SetHTTPClient(client *http.Client)
- func (o *DynamicClientRegistrationUpdateClientParams) SetTimeout(timeout time.Duration)
- func (o *DynamicClientRegistrationUpdateClientParams) WithCid(cid string) *DynamicClientRegistrationUpdateClientParams
- func (o *DynamicClientRegistrationUpdateClientParams) WithClient(client *models.DynamicClientRegistrationJSONRequest) *DynamicClientRegistrationUpdateClientParams
- func (o *DynamicClientRegistrationUpdateClientParams) WithContext(ctx context.Context) *DynamicClientRegistrationUpdateClientParams
- func (o *DynamicClientRegistrationUpdateClientParams) WithDefaults() *DynamicClientRegistrationUpdateClientParams
- func (o *DynamicClientRegistrationUpdateClientParams) WithHTTPClient(client *http.Client) *DynamicClientRegistrationUpdateClientParams
- func (o *DynamicClientRegistrationUpdateClientParams) WithTimeout(timeout time.Duration) *DynamicClientRegistrationUpdateClientParams
- func (o *DynamicClientRegistrationUpdateClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DynamicClientRegistrationUpdateClientReader
- type DynamicClientRegistrationUpdateClientUnauthorized
- func (o *DynamicClientRegistrationUpdateClientUnauthorized) Code() int
- func (o *DynamicClientRegistrationUpdateClientUnauthorized) Error() string
- func (o *DynamicClientRegistrationUpdateClientUnauthorized) GetPayload() *models.RFC6749Error
- func (o *DynamicClientRegistrationUpdateClientUnauthorized) IsClientError() bool
- func (o *DynamicClientRegistrationUpdateClientUnauthorized) IsCode(code int) bool
- func (o *DynamicClientRegistrationUpdateClientUnauthorized) IsRedirect() bool
- func (o *DynamicClientRegistrationUpdateClientUnauthorized) IsServerError() bool
- func (o *DynamicClientRegistrationUpdateClientUnauthorized) IsSuccess() bool
- func (o *DynamicClientRegistrationUpdateClientUnauthorized) String() string
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 ¶
func (a *Client) DynamicClientRegistrationDeleteClient(params *DynamicClientRegistrationDeleteClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DynamicClientRegistrationDeleteClientNoContent, error)
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 may be used to customize the behavior of 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.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new d c r API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new d c r API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.
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 ¶
func (o *DynamicClientRegistrationBadRequest) Code() int
Code gets the status code for the dynamic client registration bad request response
func (*DynamicClientRegistrationBadRequest) Error ¶
func (o *DynamicClientRegistrationBadRequest) Error() string
func (*DynamicClientRegistrationBadRequest) GetPayload ¶
func (o *DynamicClientRegistrationBadRequest) GetPayload() *models.RFC6749Error
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 ¶
func (o *DynamicClientRegistrationBadRequest) IsCode(code int) bool
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 ¶
func (o *DynamicClientRegistrationBadRequest) IsSuccess() bool
IsSuccess returns true when this dynamic client registration bad request response has a 2xx status code
func (*DynamicClientRegistrationBadRequest) String ¶
func (o *DynamicClientRegistrationBadRequest) String() 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 ¶
func (o *DynamicClientRegistrationCreated) Code() int
Code gets the status code for the dynamic client registration created response
func (*DynamicClientRegistrationCreated) Error ¶
func (o *DynamicClientRegistrationCreated) Error() string
func (*DynamicClientRegistrationCreated) GetPayload ¶
func (o *DynamicClientRegistrationCreated) GetPayload() *models.DynamicClientRegistrationResponse
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 ¶
func (o *DynamicClientRegistrationCreated) String() 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 ¶
func (o *DynamicClientRegistrationDeleteClientBadRequest) Code() int
Code gets the status code for the dynamic client registration delete client bad request response
func (*DynamicClientRegistrationDeleteClientBadRequest) Error ¶
func (o *DynamicClientRegistrationDeleteClientBadRequest) Error() string
func (*DynamicClientRegistrationDeleteClientBadRequest) GetPayload ¶
func (o *DynamicClientRegistrationDeleteClientBadRequest) GetPayload() *models.RFC6749Error
func (*DynamicClientRegistrationDeleteClientBadRequest) IsClientError ¶
func (o *DynamicClientRegistrationDeleteClientBadRequest) IsClientError() bool
IsClientError returns true when this dynamic client registration delete client bad request response has a 4xx status code
func (*DynamicClientRegistrationDeleteClientBadRequest) IsCode ¶
func (o *DynamicClientRegistrationDeleteClientBadRequest) IsCode(code int) bool
IsCode returns true when this dynamic client registration delete client bad request response a status code equal to that given
func (*DynamicClientRegistrationDeleteClientBadRequest) IsRedirect ¶
func (o *DynamicClientRegistrationDeleteClientBadRequest) IsRedirect() bool
IsRedirect returns true when this dynamic client registration delete client bad request response has a 3xx status code
func (*DynamicClientRegistrationDeleteClientBadRequest) IsServerError ¶
func (o *DynamicClientRegistrationDeleteClientBadRequest) IsServerError() bool
IsServerError returns true when this dynamic client registration delete client bad request response has a 5xx status code
func (*DynamicClientRegistrationDeleteClientBadRequest) IsSuccess ¶
func (o *DynamicClientRegistrationDeleteClientBadRequest) IsSuccess() bool
IsSuccess returns true when this dynamic client registration delete client bad request response has a 2xx status code
func (*DynamicClientRegistrationDeleteClientBadRequest) String ¶
func (o *DynamicClientRegistrationDeleteClientBadRequest) String() 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 ¶
func (o *DynamicClientRegistrationDeleteClientForbidden) Code() int
Code gets the status code for the dynamic client registration delete client forbidden response
func (*DynamicClientRegistrationDeleteClientForbidden) Error ¶
func (o *DynamicClientRegistrationDeleteClientForbidden) Error() string
func (*DynamicClientRegistrationDeleteClientForbidden) GetPayload ¶
func (o *DynamicClientRegistrationDeleteClientForbidden) GetPayload() *models.RFC6749Error
func (*DynamicClientRegistrationDeleteClientForbidden) IsClientError ¶
func (o *DynamicClientRegistrationDeleteClientForbidden) IsClientError() bool
IsClientError returns true when this dynamic client registration delete client forbidden response has a 4xx status code
func (*DynamicClientRegistrationDeleteClientForbidden) IsCode ¶
func (o *DynamicClientRegistrationDeleteClientForbidden) IsCode(code int) bool
IsCode returns true when this dynamic client registration delete client forbidden response a status code equal to that given
func (*DynamicClientRegistrationDeleteClientForbidden) IsRedirect ¶
func (o *DynamicClientRegistrationDeleteClientForbidden) IsRedirect() bool
IsRedirect returns true when this dynamic client registration delete client forbidden response has a 3xx status code
func (*DynamicClientRegistrationDeleteClientForbidden) IsServerError ¶
func (o *DynamicClientRegistrationDeleteClientForbidden) IsServerError() bool
IsServerError returns true when this dynamic client registration delete client forbidden response has a 5xx status code
func (*DynamicClientRegistrationDeleteClientForbidden) IsSuccess ¶
func (o *DynamicClientRegistrationDeleteClientForbidden) IsSuccess() bool
IsSuccess returns true when this dynamic client registration delete client forbidden response has a 2xx status code
func (*DynamicClientRegistrationDeleteClientForbidden) String ¶
func (o *DynamicClientRegistrationDeleteClientForbidden) String() 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 ¶
func (o *DynamicClientRegistrationDeleteClientNoContent) Code() int
Code gets the status code for the dynamic client registration delete client no content response
func (*DynamicClientRegistrationDeleteClientNoContent) Error ¶
func (o *DynamicClientRegistrationDeleteClientNoContent) Error() string
func (*DynamicClientRegistrationDeleteClientNoContent) IsClientError ¶
func (o *DynamicClientRegistrationDeleteClientNoContent) IsClientError() bool
IsClientError returns true when this dynamic client registration delete client no content response has a 4xx status code
func (*DynamicClientRegistrationDeleteClientNoContent) IsCode ¶
func (o *DynamicClientRegistrationDeleteClientNoContent) IsCode(code int) bool
IsCode returns true when this dynamic client registration delete client no content response a status code equal to that given
func (*DynamicClientRegistrationDeleteClientNoContent) IsRedirect ¶
func (o *DynamicClientRegistrationDeleteClientNoContent) IsRedirect() bool
IsRedirect returns true when this dynamic client registration delete client no content response has a 3xx status code
func (*DynamicClientRegistrationDeleteClientNoContent) IsServerError ¶
func (o *DynamicClientRegistrationDeleteClientNoContent) IsServerError() bool
IsServerError returns true when this dynamic client registration delete client no content response has a 5xx status code
func (*DynamicClientRegistrationDeleteClientNoContent) IsSuccess ¶
func (o *DynamicClientRegistrationDeleteClientNoContent) IsSuccess() bool
IsSuccess returns true when this dynamic client registration delete client no content response has a 2xx status code
func (*DynamicClientRegistrationDeleteClientNoContent) String ¶
func (o *DynamicClientRegistrationDeleteClientNoContent) String() 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 ¶
func (o *DynamicClientRegistrationDeleteClientNotFound) Code() int
Code gets the status code for the dynamic client registration delete client not found response
func (*DynamicClientRegistrationDeleteClientNotFound) Error ¶
func (o *DynamicClientRegistrationDeleteClientNotFound) Error() string
func (*DynamicClientRegistrationDeleteClientNotFound) GetPayload ¶
func (o *DynamicClientRegistrationDeleteClientNotFound) GetPayload() *models.GenericError
func (*DynamicClientRegistrationDeleteClientNotFound) IsClientError ¶
func (o *DynamicClientRegistrationDeleteClientNotFound) IsClientError() bool
IsClientError returns true when this dynamic client registration delete client not found response has a 4xx status code
func (*DynamicClientRegistrationDeleteClientNotFound) IsCode ¶
func (o *DynamicClientRegistrationDeleteClientNotFound) IsCode(code int) bool
IsCode returns true when this dynamic client registration delete client not found response a status code equal to that given
func (*DynamicClientRegistrationDeleteClientNotFound) IsRedirect ¶
func (o *DynamicClientRegistrationDeleteClientNotFound) IsRedirect() bool
IsRedirect returns true when this dynamic client registration delete client not found response has a 3xx status code
func (*DynamicClientRegistrationDeleteClientNotFound) IsServerError ¶
func (o *DynamicClientRegistrationDeleteClientNotFound) IsServerError() bool
IsServerError returns true when this dynamic client registration delete client not found response has a 5xx status code
func (*DynamicClientRegistrationDeleteClientNotFound) IsSuccess ¶
func (o *DynamicClientRegistrationDeleteClientNotFound) IsSuccess() bool
IsSuccess returns true when this dynamic client registration delete client not found response has a 2xx status code
func (*DynamicClientRegistrationDeleteClientNotFound) String ¶
func (o *DynamicClientRegistrationDeleteClientNotFound) String() 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 ¶
func (o *DynamicClientRegistrationDeleteClientParams) SetCid(cid string)
SetCid adds the cid to the dynamic client registration delete client params
func (*DynamicClientRegistrationDeleteClientParams) SetContext ¶
func (o *DynamicClientRegistrationDeleteClientParams) SetContext(ctx context.Context)
SetContext adds the context to the dynamic client registration delete client params
func (*DynamicClientRegistrationDeleteClientParams) SetDefaults ¶
func (o *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 ¶
func (o *DynamicClientRegistrationDeleteClientParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dynamic client registration delete client params
func (*DynamicClientRegistrationDeleteClientParams) WithCid ¶
func (o *DynamicClientRegistrationDeleteClientParams) WithCid(cid string) *DynamicClientRegistrationDeleteClientParams
WithCid adds the cid to the dynamic client registration delete client params
func (*DynamicClientRegistrationDeleteClientParams) WithContext ¶
func (o *DynamicClientRegistrationDeleteClientParams) WithContext(ctx context.Context) *DynamicClientRegistrationDeleteClientParams
WithContext adds the context to the dynamic client registration delete client params
func (*DynamicClientRegistrationDeleteClientParams) WithDefaults ¶
func (o *DynamicClientRegistrationDeleteClientParams) WithDefaults() *DynamicClientRegistrationDeleteClientParams
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 ¶
func (o *DynamicClientRegistrationDeleteClientParams) WithHTTPClient(client *http.Client) *DynamicClientRegistrationDeleteClientParams
WithHTTPClient adds the HTTPClient to the dynamic client registration delete client params
func (*DynamicClientRegistrationDeleteClientParams) WithTimeout ¶
func (o *DynamicClientRegistrationDeleteClientParams) WithTimeout(timeout time.Duration) *DynamicClientRegistrationDeleteClientParams
WithTimeout adds the timeout to the dynamic client registration delete client params
func (*DynamicClientRegistrationDeleteClientParams) WriteToRequest ¶
func (o *DynamicClientRegistrationDeleteClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 ¶
func (o *DynamicClientRegistrationDeleteClientUnauthorized) Code() int
Code gets the status code for the dynamic client registration delete client unauthorized response
func (*DynamicClientRegistrationDeleteClientUnauthorized) Error ¶
func (o *DynamicClientRegistrationDeleteClientUnauthorized) Error() string
func (*DynamicClientRegistrationDeleteClientUnauthorized) GetPayload ¶
func (o *DynamicClientRegistrationDeleteClientUnauthorized) GetPayload() *models.RFC6749Error
func (*DynamicClientRegistrationDeleteClientUnauthorized) IsClientError ¶
func (o *DynamicClientRegistrationDeleteClientUnauthorized) IsClientError() bool
IsClientError returns true when this dynamic client registration delete client unauthorized response has a 4xx status code
func (*DynamicClientRegistrationDeleteClientUnauthorized) IsCode ¶
func (o *DynamicClientRegistrationDeleteClientUnauthorized) IsCode(code int) bool
IsCode returns true when this dynamic client registration delete client unauthorized response a status code equal to that given
func (*DynamicClientRegistrationDeleteClientUnauthorized) IsRedirect ¶
func (o *DynamicClientRegistrationDeleteClientUnauthorized) IsRedirect() bool
IsRedirect returns true when this dynamic client registration delete client unauthorized response has a 3xx status code
func (*DynamicClientRegistrationDeleteClientUnauthorized) IsServerError ¶
func (o *DynamicClientRegistrationDeleteClientUnauthorized) IsServerError() bool
IsServerError returns true when this dynamic client registration delete client unauthorized response has a 5xx status code
func (*DynamicClientRegistrationDeleteClientUnauthorized) IsSuccess ¶
func (o *DynamicClientRegistrationDeleteClientUnauthorized) IsSuccess() bool
IsSuccess returns true when this dynamic client registration delete client unauthorized response has a 2xx status code
func (*DynamicClientRegistrationDeleteClientUnauthorized) String ¶
func (o *DynamicClientRegistrationDeleteClientUnauthorized) String() 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 ¶
func (o *DynamicClientRegistrationForbidden) Code() int
Code gets the status code for the dynamic client registration forbidden response
func (*DynamicClientRegistrationForbidden) Error ¶
func (o *DynamicClientRegistrationForbidden) Error() string
func (*DynamicClientRegistrationForbidden) GetPayload ¶
func (o *DynamicClientRegistrationForbidden) GetPayload() *models.RFC6749Error
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 ¶
func (o *DynamicClientRegistrationForbidden) IsCode(code int) bool
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 ¶
func (o *DynamicClientRegistrationForbidden) IsSuccess() bool
IsSuccess returns true when this dynamic client registration forbidden response has a 2xx status code
func (*DynamicClientRegistrationForbidden) String ¶
func (o *DynamicClientRegistrationForbidden) String() 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 ¶
func (o *DynamicClientRegistrationGetClientBadRequest) Code() int
Code gets the status code for the dynamic client registration get client bad request response
func (*DynamicClientRegistrationGetClientBadRequest) Error ¶
func (o *DynamicClientRegistrationGetClientBadRequest) Error() string
func (*DynamicClientRegistrationGetClientBadRequest) GetPayload ¶
func (o *DynamicClientRegistrationGetClientBadRequest) GetPayload() *models.RFC6749Error
func (*DynamicClientRegistrationGetClientBadRequest) IsClientError ¶
func (o *DynamicClientRegistrationGetClientBadRequest) IsClientError() bool
IsClientError returns true when this dynamic client registration get client bad request response has a 4xx status code
func (*DynamicClientRegistrationGetClientBadRequest) IsCode ¶
func (o *DynamicClientRegistrationGetClientBadRequest) IsCode(code int) bool
IsCode returns true when this dynamic client registration get client bad request response a status code equal to that given
func (*DynamicClientRegistrationGetClientBadRequest) IsRedirect ¶
func (o *DynamicClientRegistrationGetClientBadRequest) IsRedirect() bool
IsRedirect returns true when this dynamic client registration get client bad request response has a 3xx status code
func (*DynamicClientRegistrationGetClientBadRequest) IsServerError ¶
func (o *DynamicClientRegistrationGetClientBadRequest) IsServerError() bool
IsServerError returns true when this dynamic client registration get client bad request response has a 5xx status code
func (*DynamicClientRegistrationGetClientBadRequest) IsSuccess ¶
func (o *DynamicClientRegistrationGetClientBadRequest) IsSuccess() bool
IsSuccess returns true when this dynamic client registration get client bad request response has a 2xx status code
func (*DynamicClientRegistrationGetClientBadRequest) String ¶
func (o *DynamicClientRegistrationGetClientBadRequest) String() 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 ¶
func (o *DynamicClientRegistrationGetClientForbidden) Code() int
Code gets the status code for the dynamic client registration get client forbidden response
func (*DynamicClientRegistrationGetClientForbidden) Error ¶
func (o *DynamicClientRegistrationGetClientForbidden) Error() string
func (*DynamicClientRegistrationGetClientForbidden) GetPayload ¶
func (o *DynamicClientRegistrationGetClientForbidden) GetPayload() *models.RFC6749Error
func (*DynamicClientRegistrationGetClientForbidden) IsClientError ¶
func (o *DynamicClientRegistrationGetClientForbidden) IsClientError() bool
IsClientError returns true when this dynamic client registration get client forbidden response has a 4xx status code
func (*DynamicClientRegistrationGetClientForbidden) IsCode ¶
func (o *DynamicClientRegistrationGetClientForbidden) IsCode(code int) bool
IsCode returns true when this dynamic client registration get client forbidden response a status code equal to that given
func (*DynamicClientRegistrationGetClientForbidden) IsRedirect ¶
func (o *DynamicClientRegistrationGetClientForbidden) IsRedirect() bool
IsRedirect returns true when this dynamic client registration get client forbidden response has a 3xx status code
func (*DynamicClientRegistrationGetClientForbidden) IsServerError ¶
func (o *DynamicClientRegistrationGetClientForbidden) IsServerError() bool
IsServerError returns true when this dynamic client registration get client forbidden response has a 5xx status code
func (*DynamicClientRegistrationGetClientForbidden) IsSuccess ¶
func (o *DynamicClientRegistrationGetClientForbidden) IsSuccess() bool
IsSuccess returns true when this dynamic client registration get client forbidden response has a 2xx status code
func (*DynamicClientRegistrationGetClientForbidden) String ¶
func (o *DynamicClientRegistrationGetClientForbidden) String() 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 ¶
func (o *DynamicClientRegistrationGetClientNotFound) Code() int
Code gets the status code for the dynamic client registration get client not found response
func (*DynamicClientRegistrationGetClientNotFound) Error ¶
func (o *DynamicClientRegistrationGetClientNotFound) Error() string
func (*DynamicClientRegistrationGetClientNotFound) GetPayload ¶
func (o *DynamicClientRegistrationGetClientNotFound) GetPayload() *models.GenericError
func (*DynamicClientRegistrationGetClientNotFound) IsClientError ¶
func (o *DynamicClientRegistrationGetClientNotFound) IsClientError() bool
IsClientError returns true when this dynamic client registration get client not found response has a 4xx status code
func (*DynamicClientRegistrationGetClientNotFound) IsCode ¶
func (o *DynamicClientRegistrationGetClientNotFound) IsCode(code int) bool
IsCode returns true when this dynamic client registration get client not found response a status code equal to that given
func (*DynamicClientRegistrationGetClientNotFound) IsRedirect ¶
func (o *DynamicClientRegistrationGetClientNotFound) IsRedirect() bool
IsRedirect returns true when this dynamic client registration get client not found response has a 3xx status code
func (*DynamicClientRegistrationGetClientNotFound) IsServerError ¶
func (o *DynamicClientRegistrationGetClientNotFound) IsServerError() bool
IsServerError returns true when this dynamic client registration get client not found response has a 5xx status code
func (*DynamicClientRegistrationGetClientNotFound) IsSuccess ¶
func (o *DynamicClientRegistrationGetClientNotFound) IsSuccess() bool
IsSuccess returns true when this dynamic client registration get client not found response has a 2xx status code
func (*DynamicClientRegistrationGetClientNotFound) String ¶
func (o *DynamicClientRegistrationGetClientNotFound) String() 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 ¶
func (o *DynamicClientRegistrationGetClientOK) Code() int
Code gets the status code for the dynamic client registration get client o k response
func (*DynamicClientRegistrationGetClientOK) Error ¶
func (o *DynamicClientRegistrationGetClientOK) Error() string
func (*DynamicClientRegistrationGetClientOK) GetPayload ¶
func (o *DynamicClientRegistrationGetClientOK) GetPayload() *models.DynamicClientRegistrationResponse
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 ¶
func (o *DynamicClientRegistrationGetClientOK) IsCode(code int) bool
IsCode returns true when this dynamic client registration get client o k response a status code equal to that given
func (*DynamicClientRegistrationGetClientOK) IsRedirect ¶
func (o *DynamicClientRegistrationGetClientOK) IsRedirect() bool
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 ¶
func (o *DynamicClientRegistrationGetClientOK) IsSuccess() bool
IsSuccess returns true when this dynamic client registration get client o k response has a 2xx status code
func (*DynamicClientRegistrationGetClientOK) String ¶
func (o *DynamicClientRegistrationGetClientOK) String() 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 ¶
func (o *DynamicClientRegistrationGetClientParams) SetCid(cid string)
SetCid adds the cid to the dynamic client registration get client params
func (*DynamicClientRegistrationGetClientParams) SetContext ¶
func (o *DynamicClientRegistrationGetClientParams) SetContext(ctx context.Context)
SetContext adds the context to the dynamic client registration get client params
func (*DynamicClientRegistrationGetClientParams) SetDefaults ¶
func (o *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 ¶
func (o *DynamicClientRegistrationGetClientParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dynamic client registration get client params
func (*DynamicClientRegistrationGetClientParams) WithCid ¶
func (o *DynamicClientRegistrationGetClientParams) WithCid(cid string) *DynamicClientRegistrationGetClientParams
WithCid adds the cid to the dynamic client registration get client params
func (*DynamicClientRegistrationGetClientParams) WithContext ¶
func (o *DynamicClientRegistrationGetClientParams) WithContext(ctx context.Context) *DynamicClientRegistrationGetClientParams
WithContext adds the context to the dynamic client registration get client params
func (*DynamicClientRegistrationGetClientParams) WithDefaults ¶
func (o *DynamicClientRegistrationGetClientParams) WithDefaults() *DynamicClientRegistrationGetClientParams
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 ¶
func (o *DynamicClientRegistrationGetClientParams) WithHTTPClient(client *http.Client) *DynamicClientRegistrationGetClientParams
WithHTTPClient adds the HTTPClient to the dynamic client registration get client params
func (*DynamicClientRegistrationGetClientParams) WithTimeout ¶
func (o *DynamicClientRegistrationGetClientParams) WithTimeout(timeout time.Duration) *DynamicClientRegistrationGetClientParams
WithTimeout adds the timeout to the dynamic client registration get client params
func (*DynamicClientRegistrationGetClientParams) WriteToRequest ¶
func (o *DynamicClientRegistrationGetClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 ¶
func (o *DynamicClientRegistrationGetClientUnauthorized) Code() int
Code gets the status code for the dynamic client registration get client unauthorized response
func (*DynamicClientRegistrationGetClientUnauthorized) Error ¶
func (o *DynamicClientRegistrationGetClientUnauthorized) Error() string
func (*DynamicClientRegistrationGetClientUnauthorized) GetPayload ¶
func (o *DynamicClientRegistrationGetClientUnauthorized) GetPayload() *models.RFC6749Error
func (*DynamicClientRegistrationGetClientUnauthorized) IsClientError ¶
func (o *DynamicClientRegistrationGetClientUnauthorized) IsClientError() bool
IsClientError returns true when this dynamic client registration get client unauthorized response has a 4xx status code
func (*DynamicClientRegistrationGetClientUnauthorized) IsCode ¶
func (o *DynamicClientRegistrationGetClientUnauthorized) IsCode(code int) bool
IsCode returns true when this dynamic client registration get client unauthorized response a status code equal to that given
func (*DynamicClientRegistrationGetClientUnauthorized) IsRedirect ¶
func (o *DynamicClientRegistrationGetClientUnauthorized) IsRedirect() bool
IsRedirect returns true when this dynamic client registration get client unauthorized response has a 3xx status code
func (*DynamicClientRegistrationGetClientUnauthorized) IsServerError ¶
func (o *DynamicClientRegistrationGetClientUnauthorized) IsServerError() bool
IsServerError returns true when this dynamic client registration get client unauthorized response has a 5xx status code
func (*DynamicClientRegistrationGetClientUnauthorized) IsSuccess ¶
func (o *DynamicClientRegistrationGetClientUnauthorized) IsSuccess() bool
IsSuccess returns true when this dynamic client registration get client unauthorized response has a 2xx status code
func (*DynamicClientRegistrationGetClientUnauthorized) String ¶
func (o *DynamicClientRegistrationGetClientUnauthorized) String() 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 ¶
func (o *DynamicClientRegistrationNotFound) Code() int
Code gets the status code for the dynamic client registration not found response
func (*DynamicClientRegistrationNotFound) Error ¶
func (o *DynamicClientRegistrationNotFound) Error() string
func (*DynamicClientRegistrationNotFound) GetPayload ¶
func (o *DynamicClientRegistrationNotFound) GetPayload() *models.GenericError
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 ¶
func (o *DynamicClientRegistrationNotFound) String() 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 ¶
func (o *DynamicClientRegistrationParams) SetClient(client *models.DynamicClientRegistrationJSONRequest)
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 ¶
func (o *DynamicClientRegistrationParams) WithClient(client *models.DynamicClientRegistrationJSONRequest) *DynamicClientRegistrationParams
WithClient adds the client to the dynamic client registration params
func (*DynamicClientRegistrationParams) WithContext ¶
func (o *DynamicClientRegistrationParams) WithContext(ctx context.Context) *DynamicClientRegistrationParams
WithContext adds the context to the dynamic client registration params
func (*DynamicClientRegistrationParams) WithDefaults ¶
func (o *DynamicClientRegistrationParams) WithDefaults() *DynamicClientRegistrationParams
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 ¶
func (o *DynamicClientRegistrationParams) WithHTTPClient(client *http.Client) *DynamicClientRegistrationParams
WithHTTPClient adds the HTTPClient to the dynamic client registration params
func (*DynamicClientRegistrationParams) WithTimeout ¶
func (o *DynamicClientRegistrationParams) WithTimeout(timeout time.Duration) *DynamicClientRegistrationParams
WithTimeout adds the timeout to the dynamic client registration params
func (*DynamicClientRegistrationParams) WriteToRequest ¶
func (o *DynamicClientRegistrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 ¶
func (o *DynamicClientRegistrationUnauthorized) Code() int
Code gets the status code for the dynamic client registration unauthorized response
func (*DynamicClientRegistrationUnauthorized) Error ¶
func (o *DynamicClientRegistrationUnauthorized) Error() string
func (*DynamicClientRegistrationUnauthorized) GetPayload ¶
func (o *DynamicClientRegistrationUnauthorized) GetPayload() *models.RFC6749Error
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 ¶
func (o *DynamicClientRegistrationUnauthorized) IsCode(code int) bool
IsCode returns true when this dynamic client registration unauthorized response a status code equal to that given
func (*DynamicClientRegistrationUnauthorized) IsRedirect ¶
func (o *DynamicClientRegistrationUnauthorized) IsRedirect() bool
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 ¶
func (o *DynamicClientRegistrationUnauthorized) IsSuccess() bool
IsSuccess returns true when this dynamic client registration unauthorized response has a 2xx status code
func (*DynamicClientRegistrationUnauthorized) String ¶
func (o *DynamicClientRegistrationUnauthorized) String() 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 ¶
func (o *DynamicClientRegistrationUpdateClientBadRequest) Code() int
Code gets the status code for the dynamic client registration update client bad request response
func (*DynamicClientRegistrationUpdateClientBadRequest) Error ¶
func (o *DynamicClientRegistrationUpdateClientBadRequest) Error() string
func (*DynamicClientRegistrationUpdateClientBadRequest) GetPayload ¶
func (o *DynamicClientRegistrationUpdateClientBadRequest) GetPayload() *models.RFC6749Error
func (*DynamicClientRegistrationUpdateClientBadRequest) IsClientError ¶
func (o *DynamicClientRegistrationUpdateClientBadRequest) IsClientError() bool
IsClientError returns true when this dynamic client registration update client bad request response has a 4xx status code
func (*DynamicClientRegistrationUpdateClientBadRequest) IsCode ¶
func (o *DynamicClientRegistrationUpdateClientBadRequest) IsCode(code int) bool
IsCode returns true when this dynamic client registration update client bad request response a status code equal to that given
func (*DynamicClientRegistrationUpdateClientBadRequest) IsRedirect ¶
func (o *DynamicClientRegistrationUpdateClientBadRequest) IsRedirect() bool
IsRedirect returns true when this dynamic client registration update client bad request response has a 3xx status code
func (*DynamicClientRegistrationUpdateClientBadRequest) IsServerError ¶
func (o *DynamicClientRegistrationUpdateClientBadRequest) IsServerError() bool
IsServerError returns true when this dynamic client registration update client bad request response has a 5xx status code
func (*DynamicClientRegistrationUpdateClientBadRequest) IsSuccess ¶
func (o *DynamicClientRegistrationUpdateClientBadRequest) IsSuccess() bool
IsSuccess returns true when this dynamic client registration update client bad request response has a 2xx status code
func (*DynamicClientRegistrationUpdateClientBadRequest) String ¶
func (o *DynamicClientRegistrationUpdateClientBadRequest) String() 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 ¶
func (o *DynamicClientRegistrationUpdateClientForbidden) Code() int
Code gets the status code for the dynamic client registration update client forbidden response
func (*DynamicClientRegistrationUpdateClientForbidden) Error ¶
func (o *DynamicClientRegistrationUpdateClientForbidden) Error() string
func (*DynamicClientRegistrationUpdateClientForbidden) GetPayload ¶
func (o *DynamicClientRegistrationUpdateClientForbidden) GetPayload() *models.RFC6749Error
func (*DynamicClientRegistrationUpdateClientForbidden) IsClientError ¶
func (o *DynamicClientRegistrationUpdateClientForbidden) IsClientError() bool
IsClientError returns true when this dynamic client registration update client forbidden response has a 4xx status code
func (*DynamicClientRegistrationUpdateClientForbidden) IsCode ¶
func (o *DynamicClientRegistrationUpdateClientForbidden) IsCode(code int) bool
IsCode returns true when this dynamic client registration update client forbidden response a status code equal to that given
func (*DynamicClientRegistrationUpdateClientForbidden) IsRedirect ¶
func (o *DynamicClientRegistrationUpdateClientForbidden) IsRedirect() bool
IsRedirect returns true when this dynamic client registration update client forbidden response has a 3xx status code
func (*DynamicClientRegistrationUpdateClientForbidden) IsServerError ¶
func (o *DynamicClientRegistrationUpdateClientForbidden) IsServerError() bool
IsServerError returns true when this dynamic client registration update client forbidden response has a 5xx status code
func (*DynamicClientRegistrationUpdateClientForbidden) IsSuccess ¶
func (o *DynamicClientRegistrationUpdateClientForbidden) IsSuccess() bool
IsSuccess returns true when this dynamic client registration update client forbidden response has a 2xx status code
func (*DynamicClientRegistrationUpdateClientForbidden) String ¶
func (o *DynamicClientRegistrationUpdateClientForbidden) String() 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 ¶
func (o *DynamicClientRegistrationUpdateClientNotFound) Code() int
Code gets the status code for the dynamic client registration update client not found response
func (*DynamicClientRegistrationUpdateClientNotFound) Error ¶
func (o *DynamicClientRegistrationUpdateClientNotFound) Error() string
func (*DynamicClientRegistrationUpdateClientNotFound) GetPayload ¶
func (o *DynamicClientRegistrationUpdateClientNotFound) GetPayload() *models.GenericError
func (*DynamicClientRegistrationUpdateClientNotFound) IsClientError ¶
func (o *DynamicClientRegistrationUpdateClientNotFound) IsClientError() bool
IsClientError returns true when this dynamic client registration update client not found response has a 4xx status code
func (*DynamicClientRegistrationUpdateClientNotFound) IsCode ¶
func (o *DynamicClientRegistrationUpdateClientNotFound) IsCode(code int) bool
IsCode returns true when this dynamic client registration update client not found response a status code equal to that given
func (*DynamicClientRegistrationUpdateClientNotFound) IsRedirect ¶
func (o *DynamicClientRegistrationUpdateClientNotFound) IsRedirect() bool
IsRedirect returns true when this dynamic client registration update client not found response has a 3xx status code
func (*DynamicClientRegistrationUpdateClientNotFound) IsServerError ¶
func (o *DynamicClientRegistrationUpdateClientNotFound) IsServerError() bool
IsServerError returns true when this dynamic client registration update client not found response has a 5xx status code
func (*DynamicClientRegistrationUpdateClientNotFound) IsSuccess ¶
func (o *DynamicClientRegistrationUpdateClientNotFound) IsSuccess() bool
IsSuccess returns true when this dynamic client registration update client not found response has a 2xx status code
func (*DynamicClientRegistrationUpdateClientNotFound) String ¶
func (o *DynamicClientRegistrationUpdateClientNotFound) String() 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 ¶
func (o *DynamicClientRegistrationUpdateClientOK) Code() int
Code gets the status code for the dynamic client registration update client o k response
func (*DynamicClientRegistrationUpdateClientOK) Error ¶
func (o *DynamicClientRegistrationUpdateClientOK) Error() string
func (*DynamicClientRegistrationUpdateClientOK) GetPayload ¶
func (o *DynamicClientRegistrationUpdateClientOK) GetPayload() *models.DynamicClientRegistrationResponse
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 ¶
func (o *DynamicClientRegistrationUpdateClientOK) IsCode(code int) bool
IsCode returns true when this dynamic client registration update client o k response a status code equal to that given
func (*DynamicClientRegistrationUpdateClientOK) IsRedirect ¶
func (o *DynamicClientRegistrationUpdateClientOK) IsRedirect() bool
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 ¶
func (o *DynamicClientRegistrationUpdateClientOK) IsSuccess() bool
IsSuccess returns true when this dynamic client registration update client o k response has a 2xx status code
func (*DynamicClientRegistrationUpdateClientOK) String ¶
func (o *DynamicClientRegistrationUpdateClientOK) String() 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 ¶
func (o *DynamicClientRegistrationUpdateClientParams) SetCid(cid string)
SetCid adds the cid to the dynamic client registration update client params
func (*DynamicClientRegistrationUpdateClientParams) SetClient ¶
func (o *DynamicClientRegistrationUpdateClientParams) SetClient(client *models.DynamicClientRegistrationJSONRequest)
SetClient adds the client to the dynamic client registration update client params
func (*DynamicClientRegistrationUpdateClientParams) SetContext ¶
func (o *DynamicClientRegistrationUpdateClientParams) SetContext(ctx context.Context)
SetContext adds the context to the dynamic client registration update client params
func (*DynamicClientRegistrationUpdateClientParams) SetDefaults ¶
func (o *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 ¶
func (o *DynamicClientRegistrationUpdateClientParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dynamic client registration update client params
func (*DynamicClientRegistrationUpdateClientParams) WithCid ¶
func (o *DynamicClientRegistrationUpdateClientParams) WithCid(cid string) *DynamicClientRegistrationUpdateClientParams
WithCid adds the cid to the dynamic client registration update client params
func (*DynamicClientRegistrationUpdateClientParams) WithClient ¶
func (o *DynamicClientRegistrationUpdateClientParams) WithClient(client *models.DynamicClientRegistrationJSONRequest) *DynamicClientRegistrationUpdateClientParams
WithClient adds the client to the dynamic client registration update client params
func (*DynamicClientRegistrationUpdateClientParams) WithContext ¶
func (o *DynamicClientRegistrationUpdateClientParams) WithContext(ctx context.Context) *DynamicClientRegistrationUpdateClientParams
WithContext adds the context to the dynamic client registration update client params
func (*DynamicClientRegistrationUpdateClientParams) WithDefaults ¶
func (o *DynamicClientRegistrationUpdateClientParams) WithDefaults() *DynamicClientRegistrationUpdateClientParams
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 ¶
func (o *DynamicClientRegistrationUpdateClientParams) WithHTTPClient(client *http.Client) *DynamicClientRegistrationUpdateClientParams
WithHTTPClient adds the HTTPClient to the dynamic client registration update client params
func (*DynamicClientRegistrationUpdateClientParams) WithTimeout ¶
func (o *DynamicClientRegistrationUpdateClientParams) WithTimeout(timeout time.Duration) *DynamicClientRegistrationUpdateClientParams
WithTimeout adds the timeout to the dynamic client registration update client params
func (*DynamicClientRegistrationUpdateClientParams) WriteToRequest ¶
func (o *DynamicClientRegistrationUpdateClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 ¶
func (o *DynamicClientRegistrationUpdateClientUnauthorized) Code() int
Code gets the status code for the dynamic client registration update client unauthorized response
func (*DynamicClientRegistrationUpdateClientUnauthorized) Error ¶
func (o *DynamicClientRegistrationUpdateClientUnauthorized) Error() string
func (*DynamicClientRegistrationUpdateClientUnauthorized) GetPayload ¶
func (o *DynamicClientRegistrationUpdateClientUnauthorized) GetPayload() *models.RFC6749Error
func (*DynamicClientRegistrationUpdateClientUnauthorized) IsClientError ¶
func (o *DynamicClientRegistrationUpdateClientUnauthorized) IsClientError() bool
IsClientError returns true when this dynamic client registration update client unauthorized response has a 4xx status code
func (*DynamicClientRegistrationUpdateClientUnauthorized) IsCode ¶
func (o *DynamicClientRegistrationUpdateClientUnauthorized) IsCode(code int) bool
IsCode returns true when this dynamic client registration update client unauthorized response a status code equal to that given
func (*DynamicClientRegistrationUpdateClientUnauthorized) IsRedirect ¶
func (o *DynamicClientRegistrationUpdateClientUnauthorized) IsRedirect() bool
IsRedirect returns true when this dynamic client registration update client unauthorized response has a 3xx status code
func (*DynamicClientRegistrationUpdateClientUnauthorized) IsServerError ¶
func (o *DynamicClientRegistrationUpdateClientUnauthorized) IsServerError() bool
IsServerError returns true when this dynamic client registration update client unauthorized response has a 5xx status code
func (*DynamicClientRegistrationUpdateClientUnauthorized) IsSuccess ¶
func (o *DynamicClientRegistrationUpdateClientUnauthorized) IsSuccess() bool
IsSuccess returns true when this dynamic client registration update client unauthorized response has a 2xx status code
func (*DynamicClientRegistrationUpdateClientUnauthorized) String ¶
func (o *DynamicClientRegistrationUpdateClientUnauthorized) String() string
Source Files
¶
- dcr_client.go
- dynamic_client_registration_delete_client_parameters.go
- dynamic_client_registration_delete_client_responses.go
- dynamic_client_registration_get_client_parameters.go
- dynamic_client_registration_get_client_responses.go
- dynamic_client_registration_parameters.go
- dynamic_client_registration_responses.go
- dynamic_client_registration_update_client_parameters.go
- dynamic_client_registration_update_client_responses.go