c_o_n_s_e_n_t_p_a_g_e

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptFDXConsentSystemForbidden

type AcceptFDXConsentSystemForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewAcceptFDXConsentSystemForbidden

func NewAcceptFDXConsentSystemForbidden() *AcceptFDXConsentSystemForbidden

NewAcceptFDXConsentSystemForbidden creates a AcceptFDXConsentSystemForbidden with default headers values

func (*AcceptFDXConsentSystemForbidden) Code

Code gets the status code for the accept f d x consent system forbidden response

func (*AcceptFDXConsentSystemForbidden) Error

func (*AcceptFDXConsentSystemForbidden) GetPayload

func (o *AcceptFDXConsentSystemForbidden) GetPayload() *models.Error

func (*AcceptFDXConsentSystemForbidden) IsClientError

func (o *AcceptFDXConsentSystemForbidden) IsClientError() bool

IsClientError returns true when this accept f d x consent system forbidden response has a 4xx status code

func (*AcceptFDXConsentSystemForbidden) IsCode

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

IsCode returns true when this accept f d x consent system forbidden response a status code equal to that given

func (*AcceptFDXConsentSystemForbidden) IsRedirect

func (o *AcceptFDXConsentSystemForbidden) IsRedirect() bool

IsRedirect returns true when this accept f d x consent system forbidden response has a 3xx status code

func (*AcceptFDXConsentSystemForbidden) IsServerError

func (o *AcceptFDXConsentSystemForbidden) IsServerError() bool

IsServerError returns true when this accept f d x consent system forbidden response has a 5xx status code

func (*AcceptFDXConsentSystemForbidden) IsSuccess

func (o *AcceptFDXConsentSystemForbidden) IsSuccess() bool

IsSuccess returns true when this accept f d x consent system forbidden response has a 2xx status code

func (*AcceptFDXConsentSystemForbidden) String

type AcceptFDXConsentSystemNotFound

type AcceptFDXConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewAcceptFDXConsentSystemNotFound

func NewAcceptFDXConsentSystemNotFound() *AcceptFDXConsentSystemNotFound

NewAcceptFDXConsentSystemNotFound creates a AcceptFDXConsentSystemNotFound with default headers values

func (*AcceptFDXConsentSystemNotFound) Code

Code gets the status code for the accept f d x consent system not found response

func (*AcceptFDXConsentSystemNotFound) Error

func (*AcceptFDXConsentSystemNotFound) GetPayload

func (o *AcceptFDXConsentSystemNotFound) GetPayload() *models.Error

func (*AcceptFDXConsentSystemNotFound) IsClientError

func (o *AcceptFDXConsentSystemNotFound) IsClientError() bool

IsClientError returns true when this accept f d x consent system not found response has a 4xx status code

func (*AcceptFDXConsentSystemNotFound) IsCode

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

IsCode returns true when this accept f d x consent system not found response a status code equal to that given

func (*AcceptFDXConsentSystemNotFound) IsRedirect

func (o *AcceptFDXConsentSystemNotFound) IsRedirect() bool

IsRedirect returns true when this accept f d x consent system not found response has a 3xx status code

func (*AcceptFDXConsentSystemNotFound) IsServerError

func (o *AcceptFDXConsentSystemNotFound) IsServerError() bool

IsServerError returns true when this accept f d x consent system not found response has a 5xx status code

func (*AcceptFDXConsentSystemNotFound) IsSuccess

func (o *AcceptFDXConsentSystemNotFound) IsSuccess() bool

IsSuccess returns true when this accept f d x consent system not found response has a 2xx status code

func (*AcceptFDXConsentSystemNotFound) String

type AcceptFDXConsentSystemOK

type AcceptFDXConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

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

Consent Accepted

func NewAcceptFDXConsentSystemOK

func NewAcceptFDXConsentSystemOK() *AcceptFDXConsentSystemOK

NewAcceptFDXConsentSystemOK creates a AcceptFDXConsentSystemOK with default headers values

func (*AcceptFDXConsentSystemOK) Code

func (o *AcceptFDXConsentSystemOK) Code() int

Code gets the status code for the accept f d x consent system o k response

func (*AcceptFDXConsentSystemOK) Error

func (o *AcceptFDXConsentSystemOK) Error() string

func (*AcceptFDXConsentSystemOK) GetPayload

func (*AcceptFDXConsentSystemOK) IsClientError

func (o *AcceptFDXConsentSystemOK) IsClientError() bool

IsClientError returns true when this accept f d x consent system o k response has a 4xx status code

func (*AcceptFDXConsentSystemOK) IsCode

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

IsCode returns true when this accept f d x consent system o k response a status code equal to that given

func (*AcceptFDXConsentSystemOK) IsRedirect

func (o *AcceptFDXConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this accept f d x consent system o k response has a 3xx status code

func (*AcceptFDXConsentSystemOK) IsServerError

func (o *AcceptFDXConsentSystemOK) IsServerError() bool

IsServerError returns true when this accept f d x consent system o k response has a 5xx status code

func (*AcceptFDXConsentSystemOK) IsSuccess

func (o *AcceptFDXConsentSystemOK) IsSuccess() bool

IsSuccess returns true when this accept f d x consent system o k response has a 2xx status code

func (*AcceptFDXConsentSystemOK) String

func (o *AcceptFDXConsentSystemOK) String() string

type AcceptFDXConsentSystemParams

type AcceptFDXConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptFDXConsentRequest

	// Login.
	Login string

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

AcceptFDXConsentSystemParams contains all the parameters to send to the API endpoint

for the accept f d x consent system operation.

Typically these are written to a http.Request.

func NewAcceptFDXConsentSystemParams

func NewAcceptFDXConsentSystemParams() *AcceptFDXConsentSystemParams

NewAcceptFDXConsentSystemParams creates a new AcceptFDXConsentSystemParams 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 NewAcceptFDXConsentSystemParamsWithContext

func NewAcceptFDXConsentSystemParamsWithContext(ctx context.Context) *AcceptFDXConsentSystemParams

NewAcceptFDXConsentSystemParamsWithContext creates a new AcceptFDXConsentSystemParams object with the ability to set a context for a request.

func NewAcceptFDXConsentSystemParamsWithHTTPClient

func NewAcceptFDXConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptFDXConsentSystemParams

NewAcceptFDXConsentSystemParamsWithHTTPClient creates a new AcceptFDXConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptFDXConsentSystemParamsWithTimeout

func NewAcceptFDXConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptFDXConsentSystemParams

NewAcceptFDXConsentSystemParamsWithTimeout creates a new AcceptFDXConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptFDXConsentSystemParams) SetAcceptConsent

func (o *AcceptFDXConsentSystemParams) SetAcceptConsent(acceptConsent *models.AcceptFDXConsentRequest)

SetAcceptConsent adds the acceptConsent to the accept f d x consent system params

func (*AcceptFDXConsentSystemParams) SetContext

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

SetContext adds the context to the accept f d x consent system params

func (*AcceptFDXConsentSystemParams) SetDefaults

func (o *AcceptFDXConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the accept f d x consent system params (not the query body).

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

func (*AcceptFDXConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept f d x consent system params

func (*AcceptFDXConsentSystemParams) SetLogin

func (o *AcceptFDXConsentSystemParams) SetLogin(login string)

SetLogin adds the login to the accept f d x consent system params

func (*AcceptFDXConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the accept f d x consent system params

func (*AcceptFDXConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept f d x consent system params

func (*AcceptFDXConsentSystemParams) WithContext

WithContext adds the context to the accept f d x consent system params

func (*AcceptFDXConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept f d x consent system params (not the query body).

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

func (*AcceptFDXConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept f d x consent system params

func (*AcceptFDXConsentSystemParams) WithLogin

WithLogin adds the login to the accept f d x consent system params

func (*AcceptFDXConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept f d x consent system params

func (*AcceptFDXConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptFDXConsentSystemReader

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

AcceptFDXConsentSystemReader is a Reader for the AcceptFDXConsentSystem structure.

func (*AcceptFDXConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptFDXConsentSystemTooManyRequests

type AcceptFDXConsentSystemTooManyRequests struct {
	Payload *models.Error
}

AcceptFDXConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewAcceptFDXConsentSystemTooManyRequests

func NewAcceptFDXConsentSystemTooManyRequests() *AcceptFDXConsentSystemTooManyRequests

NewAcceptFDXConsentSystemTooManyRequests creates a AcceptFDXConsentSystemTooManyRequests with default headers values

func (*AcceptFDXConsentSystemTooManyRequests) Code

Code gets the status code for the accept f d x consent system too many requests response

func (*AcceptFDXConsentSystemTooManyRequests) Error

func (*AcceptFDXConsentSystemTooManyRequests) GetPayload

func (*AcceptFDXConsentSystemTooManyRequests) IsClientError

func (o *AcceptFDXConsentSystemTooManyRequests) IsClientError() bool

IsClientError returns true when this accept f d x consent system too many requests response has a 4xx status code

func (*AcceptFDXConsentSystemTooManyRequests) IsCode

IsCode returns true when this accept f d x consent system too many requests response a status code equal to that given

func (*AcceptFDXConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept f d x consent system too many requests response has a 3xx status code

func (*AcceptFDXConsentSystemTooManyRequests) IsServerError

func (o *AcceptFDXConsentSystemTooManyRequests) IsServerError() bool

IsServerError returns true when this accept f d x consent system too many requests response has a 5xx status code

func (*AcceptFDXConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept f d x consent system too many requests response has a 2xx status code

func (*AcceptFDXConsentSystemTooManyRequests) String

type AcceptFDXConsentSystemUnauthorized

type AcceptFDXConsentSystemUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewAcceptFDXConsentSystemUnauthorized

func NewAcceptFDXConsentSystemUnauthorized() *AcceptFDXConsentSystemUnauthorized

NewAcceptFDXConsentSystemUnauthorized creates a AcceptFDXConsentSystemUnauthorized with default headers values

func (*AcceptFDXConsentSystemUnauthorized) Code

Code gets the status code for the accept f d x consent system unauthorized response

func (*AcceptFDXConsentSystemUnauthorized) Error

func (*AcceptFDXConsentSystemUnauthorized) GetPayload

func (*AcceptFDXConsentSystemUnauthorized) IsClientError

func (o *AcceptFDXConsentSystemUnauthorized) IsClientError() bool

IsClientError returns true when this accept f d x consent system unauthorized response has a 4xx status code

func (*AcceptFDXConsentSystemUnauthorized) IsCode

IsCode returns true when this accept f d x consent system unauthorized response a status code equal to that given

func (*AcceptFDXConsentSystemUnauthorized) IsRedirect

func (o *AcceptFDXConsentSystemUnauthorized) IsRedirect() bool

IsRedirect returns true when this accept f d x consent system unauthorized response has a 3xx status code

func (*AcceptFDXConsentSystemUnauthorized) IsServerError

func (o *AcceptFDXConsentSystemUnauthorized) IsServerError() bool

IsServerError returns true when this accept f d x consent system unauthorized response has a 5xx status code

func (*AcceptFDXConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept f d x consent system unauthorized response has a 2xx status code

func (*AcceptFDXConsentSystemUnauthorized) String

type Client

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

Client for c o n s e n t p a g e API

func (*Client) AcceptFDXConsentSystem

func (a *Client) AcceptFDXConsentSystem(params *AcceptFDXConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptFDXConsentSystemOK, error)
AcceptFDXConsentSystem accepts f d x consent

Used by a custom consent page to notify Cloudentity that a consumer accepted a consent.

The `login` path parameter accepts the `login_id` value—the login session identifier.

Cloudentity passes the login session identifier along with the `login_state` parameter when redirecting a user to the consent page.

Authorization: Bearer token.

To obtain a token, use the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) GetFDXConsentSystem

func (a *Client) GetFDXConsentSystem(params *GetFDXConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFDXConsentSystemOK, error)
GetFDXConsentSystem gets f d x consent

Retrieve FDX consent-related data: information about a consent, its status, type, and scopes it requires, as well

as data of the client application requesting this consent.

Pass the `Authorization: Bearer` header with a token as the bearer value for authorization. To obtain a token and create the consent, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) RejectFDXConsentSystem

func (a *Client) RejectFDXConsentSystem(params *RejectFDXConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectFDXConsentSystemOK, error)
RejectFDXConsentSystem rejects f d x consent

Used by a consent page to notify Cloudentity that a consumer rejected a consent.

The `login` path parameter accepts the `login_id` value—the login session identifier.

Cloudentity passes the login session identifier along with the `login_state` parameter when redirecting a user to the consent page.

Authorization: Bearer token.

To obtain a token, use the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AcceptFDXConsentSystem(params *AcceptFDXConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptFDXConsentSystemOK, error)

	GetFDXConsentSystem(params *GetFDXConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFDXConsentSystemOK, error)

	RejectFDXConsentSystem(params *RejectFDXConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectFDXConsentSystemOK, 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 c o n s e n t p a g e API client.

type GetFDXConsentSystemForbidden

type GetFDXConsentSystemForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewGetFDXConsentSystemForbidden

func NewGetFDXConsentSystemForbidden() *GetFDXConsentSystemForbidden

NewGetFDXConsentSystemForbidden creates a GetFDXConsentSystemForbidden with default headers values

func (*GetFDXConsentSystemForbidden) Code

Code gets the status code for the get f d x consent system forbidden response

func (*GetFDXConsentSystemForbidden) Error

func (*GetFDXConsentSystemForbidden) GetPayload

func (o *GetFDXConsentSystemForbidden) GetPayload() *models.Error

func (*GetFDXConsentSystemForbidden) IsClientError

func (o *GetFDXConsentSystemForbidden) IsClientError() bool

IsClientError returns true when this get f d x consent system forbidden response has a 4xx status code

func (*GetFDXConsentSystemForbidden) IsCode

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

IsCode returns true when this get f d x consent system forbidden response a status code equal to that given

func (*GetFDXConsentSystemForbidden) IsRedirect

func (o *GetFDXConsentSystemForbidden) IsRedirect() bool

IsRedirect returns true when this get f d x consent system forbidden response has a 3xx status code

func (*GetFDXConsentSystemForbidden) IsServerError

func (o *GetFDXConsentSystemForbidden) IsServerError() bool

IsServerError returns true when this get f d x consent system forbidden response has a 5xx status code

func (*GetFDXConsentSystemForbidden) IsSuccess

func (o *GetFDXConsentSystemForbidden) IsSuccess() bool

IsSuccess returns true when this get f d x consent system forbidden response has a 2xx status code

func (*GetFDXConsentSystemForbidden) String

type GetFDXConsentSystemNotFound

type GetFDXConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewGetFDXConsentSystemNotFound

func NewGetFDXConsentSystemNotFound() *GetFDXConsentSystemNotFound

NewGetFDXConsentSystemNotFound creates a GetFDXConsentSystemNotFound with default headers values

func (*GetFDXConsentSystemNotFound) Code

func (o *GetFDXConsentSystemNotFound) Code() int

Code gets the status code for the get f d x consent system not found response

func (*GetFDXConsentSystemNotFound) Error

func (*GetFDXConsentSystemNotFound) GetPayload

func (o *GetFDXConsentSystemNotFound) GetPayload() *models.Error

func (*GetFDXConsentSystemNotFound) IsClientError

func (o *GetFDXConsentSystemNotFound) IsClientError() bool

IsClientError returns true when this get f d x consent system not found response has a 4xx status code

func (*GetFDXConsentSystemNotFound) IsCode

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

IsCode returns true when this get f d x consent system not found response a status code equal to that given

func (*GetFDXConsentSystemNotFound) IsRedirect

func (o *GetFDXConsentSystemNotFound) IsRedirect() bool

IsRedirect returns true when this get f d x consent system not found response has a 3xx status code

func (*GetFDXConsentSystemNotFound) IsServerError

func (o *GetFDXConsentSystemNotFound) IsServerError() bool

IsServerError returns true when this get f d x consent system not found response has a 5xx status code

func (*GetFDXConsentSystemNotFound) IsSuccess

func (o *GetFDXConsentSystemNotFound) IsSuccess() bool

IsSuccess returns true when this get f d x consent system not found response has a 2xx status code

func (*GetFDXConsentSystemNotFound) String

func (o *GetFDXConsentSystemNotFound) String() string

type GetFDXConsentSystemOK

type GetFDXConsentSystemOK struct {
	Payload *models.GetFDXConsentResponse
}

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

GetFDXConsentResponse

func NewGetFDXConsentSystemOK

func NewGetFDXConsentSystemOK() *GetFDXConsentSystemOK

NewGetFDXConsentSystemOK creates a GetFDXConsentSystemOK with default headers values

func (*GetFDXConsentSystemOK) Code

func (o *GetFDXConsentSystemOK) Code() int

Code gets the status code for the get f d x consent system o k response

func (*GetFDXConsentSystemOK) Error

func (o *GetFDXConsentSystemOK) Error() string

func (*GetFDXConsentSystemOK) GetPayload

func (*GetFDXConsentSystemOK) IsClientError

func (o *GetFDXConsentSystemOK) IsClientError() bool

IsClientError returns true when this get f d x consent system o k response has a 4xx status code

func (*GetFDXConsentSystemOK) IsCode

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

IsCode returns true when this get f d x consent system o k response a status code equal to that given

func (*GetFDXConsentSystemOK) IsRedirect

func (o *GetFDXConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this get f d x consent system o k response has a 3xx status code

func (*GetFDXConsentSystemOK) IsServerError

func (o *GetFDXConsentSystemOK) IsServerError() bool

IsServerError returns true when this get f d x consent system o k response has a 5xx status code

func (*GetFDXConsentSystemOK) IsSuccess

func (o *GetFDXConsentSystemOK) IsSuccess() bool

IsSuccess returns true when this get f d x consent system o k response has a 2xx status code

func (*GetFDXConsentSystemOK) String

func (o *GetFDXConsentSystemOK) String() string

type GetFDXConsentSystemParams

type GetFDXConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetFDXConsentSystemParams contains all the parameters to send to the API endpoint

for the get f d x consent system operation.

Typically these are written to a http.Request.

func NewGetFDXConsentSystemParams

func NewGetFDXConsentSystemParams() *GetFDXConsentSystemParams

NewGetFDXConsentSystemParams creates a new GetFDXConsentSystemParams 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 NewGetFDXConsentSystemParamsWithContext

func NewGetFDXConsentSystemParamsWithContext(ctx context.Context) *GetFDXConsentSystemParams

NewGetFDXConsentSystemParamsWithContext creates a new GetFDXConsentSystemParams object with the ability to set a context for a request.

func NewGetFDXConsentSystemParamsWithHTTPClient

func NewGetFDXConsentSystemParamsWithHTTPClient(client *http.Client) *GetFDXConsentSystemParams

NewGetFDXConsentSystemParamsWithHTTPClient creates a new GetFDXConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetFDXConsentSystemParamsWithTimeout

func NewGetFDXConsentSystemParamsWithTimeout(timeout time.Duration) *GetFDXConsentSystemParams

NewGetFDXConsentSystemParamsWithTimeout creates a new GetFDXConsentSystemParams object with the ability to set a timeout on a request.

func (*GetFDXConsentSystemParams) SetContext

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

SetContext adds the context to the get f d x consent system params

func (*GetFDXConsentSystemParams) SetDefaults

func (o *GetFDXConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the get f d x consent system params (not the query body).

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

func (*GetFDXConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get f d x consent system params

func (*GetFDXConsentSystemParams) SetLogin

func (o *GetFDXConsentSystemParams) SetLogin(login string)

SetLogin adds the login to the get f d x consent system params

func (*GetFDXConsentSystemParams) SetLoginState

func (o *GetFDXConsentSystemParams) SetLoginState(loginState *string)

SetLoginState adds the loginState to the get f d x consent system params

func (*GetFDXConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the get f d x consent system params

func (*GetFDXConsentSystemParams) WithContext

WithContext adds the context to the get f d x consent system params

func (*GetFDXConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get f d x consent system params (not the query body).

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

func (*GetFDXConsentSystemParams) WithHTTPClient

func (o *GetFDXConsentSystemParams) WithHTTPClient(client *http.Client) *GetFDXConsentSystemParams

WithHTTPClient adds the HTTPClient to the get f d x consent system params

func (*GetFDXConsentSystemParams) WithLogin

WithLogin adds the login to the get f d x consent system params

func (*GetFDXConsentSystemParams) WithLoginState

func (o *GetFDXConsentSystemParams) WithLoginState(loginState *string) *GetFDXConsentSystemParams

WithLoginState adds the loginState to the get f d x consent system params

func (*GetFDXConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get f d x consent system params

func (*GetFDXConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFDXConsentSystemReader

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

GetFDXConsentSystemReader is a Reader for the GetFDXConsentSystem structure.

func (*GetFDXConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFDXConsentSystemTooManyRequests

type GetFDXConsentSystemTooManyRequests struct {
	Payload *models.Error
}

GetFDXConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGetFDXConsentSystemTooManyRequests

func NewGetFDXConsentSystemTooManyRequests() *GetFDXConsentSystemTooManyRequests

NewGetFDXConsentSystemTooManyRequests creates a GetFDXConsentSystemTooManyRequests with default headers values

func (*GetFDXConsentSystemTooManyRequests) Code

Code gets the status code for the get f d x consent system too many requests response

func (*GetFDXConsentSystemTooManyRequests) Error

func (*GetFDXConsentSystemTooManyRequests) GetPayload

func (*GetFDXConsentSystemTooManyRequests) IsClientError

func (o *GetFDXConsentSystemTooManyRequests) IsClientError() bool

IsClientError returns true when this get f d x consent system too many requests response has a 4xx status code

func (*GetFDXConsentSystemTooManyRequests) IsCode

IsCode returns true when this get f d x consent system too many requests response a status code equal to that given

func (*GetFDXConsentSystemTooManyRequests) IsRedirect

func (o *GetFDXConsentSystemTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get f d x consent system too many requests response has a 3xx status code

func (*GetFDXConsentSystemTooManyRequests) IsServerError

func (o *GetFDXConsentSystemTooManyRequests) IsServerError() bool

IsServerError returns true when this get f d x consent system too many requests response has a 5xx status code

func (*GetFDXConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get f d x consent system too many requests response has a 2xx status code

func (*GetFDXConsentSystemTooManyRequests) String

type GetFDXConsentSystemUnauthorized

type GetFDXConsentSystemUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewGetFDXConsentSystemUnauthorized

func NewGetFDXConsentSystemUnauthorized() *GetFDXConsentSystemUnauthorized

NewGetFDXConsentSystemUnauthorized creates a GetFDXConsentSystemUnauthorized with default headers values

func (*GetFDXConsentSystemUnauthorized) Code

Code gets the status code for the get f d x consent system unauthorized response

func (*GetFDXConsentSystemUnauthorized) Error

func (*GetFDXConsentSystemUnauthorized) GetPayload

func (o *GetFDXConsentSystemUnauthorized) GetPayload() *models.Error

func (*GetFDXConsentSystemUnauthorized) IsClientError

func (o *GetFDXConsentSystemUnauthorized) IsClientError() bool

IsClientError returns true when this get f d x consent system unauthorized response has a 4xx status code

func (*GetFDXConsentSystemUnauthorized) IsCode

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

IsCode returns true when this get f d x consent system unauthorized response a status code equal to that given

func (*GetFDXConsentSystemUnauthorized) IsRedirect

func (o *GetFDXConsentSystemUnauthorized) IsRedirect() bool

IsRedirect returns true when this get f d x consent system unauthorized response has a 3xx status code

func (*GetFDXConsentSystemUnauthorized) IsServerError

func (o *GetFDXConsentSystemUnauthorized) IsServerError() bool

IsServerError returns true when this get f d x consent system unauthorized response has a 5xx status code

func (*GetFDXConsentSystemUnauthorized) IsSuccess

func (o *GetFDXConsentSystemUnauthorized) IsSuccess() bool

IsSuccess returns true when this get f d x consent system unauthorized response has a 2xx status code

func (*GetFDXConsentSystemUnauthorized) String

type RejectFDXConsentSystemForbidden

type RejectFDXConsentSystemForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewRejectFDXConsentSystemForbidden

func NewRejectFDXConsentSystemForbidden() *RejectFDXConsentSystemForbidden

NewRejectFDXConsentSystemForbidden creates a RejectFDXConsentSystemForbidden with default headers values

func (*RejectFDXConsentSystemForbidden) Code

Code gets the status code for the reject f d x consent system forbidden response

func (*RejectFDXConsentSystemForbidden) Error

func (*RejectFDXConsentSystemForbidden) GetPayload

func (o *RejectFDXConsentSystemForbidden) GetPayload() *models.Error

func (*RejectFDXConsentSystemForbidden) IsClientError

func (o *RejectFDXConsentSystemForbidden) IsClientError() bool

IsClientError returns true when this reject f d x consent system forbidden response has a 4xx status code

func (*RejectFDXConsentSystemForbidden) IsCode

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

IsCode returns true when this reject f d x consent system forbidden response a status code equal to that given

func (*RejectFDXConsentSystemForbidden) IsRedirect

func (o *RejectFDXConsentSystemForbidden) IsRedirect() bool

IsRedirect returns true when this reject f d x consent system forbidden response has a 3xx status code

func (*RejectFDXConsentSystemForbidden) IsServerError

func (o *RejectFDXConsentSystemForbidden) IsServerError() bool

IsServerError returns true when this reject f d x consent system forbidden response has a 5xx status code

func (*RejectFDXConsentSystemForbidden) IsSuccess

func (o *RejectFDXConsentSystemForbidden) IsSuccess() bool

IsSuccess returns true when this reject f d x consent system forbidden response has a 2xx status code

func (*RejectFDXConsentSystemForbidden) String

type RejectFDXConsentSystemNotFound

type RejectFDXConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewRejectFDXConsentSystemNotFound

func NewRejectFDXConsentSystemNotFound() *RejectFDXConsentSystemNotFound

NewRejectFDXConsentSystemNotFound creates a RejectFDXConsentSystemNotFound with default headers values

func (*RejectFDXConsentSystemNotFound) Code

Code gets the status code for the reject f d x consent system not found response

func (*RejectFDXConsentSystemNotFound) Error

func (*RejectFDXConsentSystemNotFound) GetPayload

func (o *RejectFDXConsentSystemNotFound) GetPayload() *models.Error

func (*RejectFDXConsentSystemNotFound) IsClientError

func (o *RejectFDXConsentSystemNotFound) IsClientError() bool

IsClientError returns true when this reject f d x consent system not found response has a 4xx status code

func (*RejectFDXConsentSystemNotFound) IsCode

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

IsCode returns true when this reject f d x consent system not found response a status code equal to that given

func (*RejectFDXConsentSystemNotFound) IsRedirect

func (o *RejectFDXConsentSystemNotFound) IsRedirect() bool

IsRedirect returns true when this reject f d x consent system not found response has a 3xx status code

func (*RejectFDXConsentSystemNotFound) IsServerError

func (o *RejectFDXConsentSystemNotFound) IsServerError() bool

IsServerError returns true when this reject f d x consent system not found response has a 5xx status code

func (*RejectFDXConsentSystemNotFound) IsSuccess

func (o *RejectFDXConsentSystemNotFound) IsSuccess() bool

IsSuccess returns true when this reject f d x consent system not found response has a 2xx status code

func (*RejectFDXConsentSystemNotFound) String

type RejectFDXConsentSystemOK

type RejectFDXConsentSystemOK struct {
	Payload *models.ConsentRejected
}

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

Consent rejected

func NewRejectFDXConsentSystemOK

func NewRejectFDXConsentSystemOK() *RejectFDXConsentSystemOK

NewRejectFDXConsentSystemOK creates a RejectFDXConsentSystemOK with default headers values

func (*RejectFDXConsentSystemOK) Code

func (o *RejectFDXConsentSystemOK) Code() int

Code gets the status code for the reject f d x consent system o k response

func (*RejectFDXConsentSystemOK) Error

func (o *RejectFDXConsentSystemOK) Error() string

func (*RejectFDXConsentSystemOK) GetPayload

func (*RejectFDXConsentSystemOK) IsClientError

func (o *RejectFDXConsentSystemOK) IsClientError() bool

IsClientError returns true when this reject f d x consent system o k response has a 4xx status code

func (*RejectFDXConsentSystemOK) IsCode

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

IsCode returns true when this reject f d x consent system o k response a status code equal to that given

func (*RejectFDXConsentSystemOK) IsRedirect

func (o *RejectFDXConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this reject f d x consent system o k response has a 3xx status code

func (*RejectFDXConsentSystemOK) IsServerError

func (o *RejectFDXConsentSystemOK) IsServerError() bool

IsServerError returns true when this reject f d x consent system o k response has a 5xx status code

func (*RejectFDXConsentSystemOK) IsSuccess

func (o *RejectFDXConsentSystemOK) IsSuccess() bool

IsSuccess returns true when this reject f d x consent system o k response has a 2xx status code

func (*RejectFDXConsentSystemOK) String

func (o *RejectFDXConsentSystemOK) String() string

type RejectFDXConsentSystemParams

type RejectFDXConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectFDXConsentSystemParams contains all the parameters to send to the API endpoint

for the reject f d x consent system operation.

Typically these are written to a http.Request.

func NewRejectFDXConsentSystemParams

func NewRejectFDXConsentSystemParams() *RejectFDXConsentSystemParams

NewRejectFDXConsentSystemParams creates a new RejectFDXConsentSystemParams 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 NewRejectFDXConsentSystemParamsWithContext

func NewRejectFDXConsentSystemParamsWithContext(ctx context.Context) *RejectFDXConsentSystemParams

NewRejectFDXConsentSystemParamsWithContext creates a new RejectFDXConsentSystemParams object with the ability to set a context for a request.

func NewRejectFDXConsentSystemParamsWithHTTPClient

func NewRejectFDXConsentSystemParamsWithHTTPClient(client *http.Client) *RejectFDXConsentSystemParams

NewRejectFDXConsentSystemParamsWithHTTPClient creates a new RejectFDXConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectFDXConsentSystemParamsWithTimeout

func NewRejectFDXConsentSystemParamsWithTimeout(timeout time.Duration) *RejectFDXConsentSystemParams

NewRejectFDXConsentSystemParamsWithTimeout creates a new RejectFDXConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectFDXConsentSystemParams) SetContext

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

SetContext adds the context to the reject f d x consent system params

func (*RejectFDXConsentSystemParams) SetDefaults

func (o *RejectFDXConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the reject f d x consent system params (not the query body).

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

func (*RejectFDXConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject f d x consent system params

func (*RejectFDXConsentSystemParams) SetLogin

func (o *RejectFDXConsentSystemParams) SetLogin(login string)

SetLogin adds the login to the reject f d x consent system params

func (*RejectFDXConsentSystemParams) SetRejectConsent

func (o *RejectFDXConsentSystemParams) SetRejectConsent(rejectConsent *models.RejectConsentRequest)

SetRejectConsent adds the rejectConsent to the reject f d x consent system params

func (*RejectFDXConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the reject f d x consent system params

func (*RejectFDXConsentSystemParams) WithContext

WithContext adds the context to the reject f d x consent system params

func (*RejectFDXConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject f d x consent system params (not the query body).

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

func (*RejectFDXConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject f d x consent system params

func (*RejectFDXConsentSystemParams) WithLogin

WithLogin adds the login to the reject f d x consent system params

func (*RejectFDXConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject f d x consent system params

func (*RejectFDXConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject f d x consent system params

func (*RejectFDXConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectFDXConsentSystemReader

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

RejectFDXConsentSystemReader is a Reader for the RejectFDXConsentSystem structure.

func (*RejectFDXConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectFDXConsentSystemTooManyRequests

type RejectFDXConsentSystemTooManyRequests struct {
	Payload *models.Error
}

RejectFDXConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewRejectFDXConsentSystemTooManyRequests

func NewRejectFDXConsentSystemTooManyRequests() *RejectFDXConsentSystemTooManyRequests

NewRejectFDXConsentSystemTooManyRequests creates a RejectFDXConsentSystemTooManyRequests with default headers values

func (*RejectFDXConsentSystemTooManyRequests) Code

Code gets the status code for the reject f d x consent system too many requests response

func (*RejectFDXConsentSystemTooManyRequests) Error

func (*RejectFDXConsentSystemTooManyRequests) GetPayload

func (*RejectFDXConsentSystemTooManyRequests) IsClientError

func (o *RejectFDXConsentSystemTooManyRequests) IsClientError() bool

IsClientError returns true when this reject f d x consent system too many requests response has a 4xx status code

func (*RejectFDXConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject f d x consent system too many requests response a status code equal to that given

func (*RejectFDXConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject f d x consent system too many requests response has a 3xx status code

func (*RejectFDXConsentSystemTooManyRequests) IsServerError

func (o *RejectFDXConsentSystemTooManyRequests) IsServerError() bool

IsServerError returns true when this reject f d x consent system too many requests response has a 5xx status code

func (*RejectFDXConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject f d x consent system too many requests response has a 2xx status code

func (*RejectFDXConsentSystemTooManyRequests) String

type RejectFDXConsentSystemUnauthorized

type RejectFDXConsentSystemUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewRejectFDXConsentSystemUnauthorized

func NewRejectFDXConsentSystemUnauthorized() *RejectFDXConsentSystemUnauthorized

NewRejectFDXConsentSystemUnauthorized creates a RejectFDXConsentSystemUnauthorized with default headers values

func (*RejectFDXConsentSystemUnauthorized) Code

Code gets the status code for the reject f d x consent system unauthorized response

func (*RejectFDXConsentSystemUnauthorized) Error

func (*RejectFDXConsentSystemUnauthorized) GetPayload

func (*RejectFDXConsentSystemUnauthorized) IsClientError

func (o *RejectFDXConsentSystemUnauthorized) IsClientError() bool

IsClientError returns true when this reject f d x consent system unauthorized response has a 4xx status code

func (*RejectFDXConsentSystemUnauthorized) IsCode

IsCode returns true when this reject f d x consent system unauthorized response a status code equal to that given

func (*RejectFDXConsentSystemUnauthorized) IsRedirect

func (o *RejectFDXConsentSystemUnauthorized) IsRedirect() bool

IsRedirect returns true when this reject f d x consent system unauthorized response has a 3xx status code

func (*RejectFDXConsentSystemUnauthorized) IsServerError

func (o *RejectFDXConsentSystemUnauthorized) IsServerError() bool

IsServerError returns true when this reject f d x consent system unauthorized response has a 5xx status code

func (*RejectFDXConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject f d x consent system unauthorized response has a 2xx status code

func (*RejectFDXConsentSystemUnauthorized) String

Jump to

Keyboard shortcuts

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