common

package
v0.6.0-alpha.1....-b963bfc Latest Latest
Warning

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

Go to latest
Published: May 6, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for common API

func (*Client) GetSchema

func (a *Client) GetSchema(params *GetSchemaParams) (*GetSchemaOK, error)

GetSchema Get a traits schema definition

func (*Client) GetSelfServiceBrowserLoginRequest

func (a *Client) GetSelfServiceBrowserLoginRequest(params *GetSelfServiceBrowserLoginRequestParams) (*GetSelfServiceBrowserLoginRequestOK, error)
GetSelfServiceBrowserLoginRequest gets the request context of browser based login user flows

This endpoint returns a login request's context with, for example, error details and

other information.

When accessing this endpoint through ORY Kratos' Public API, ensure that cookies are set as they are required for CSRF to work. To prevent token scanning attacks, the public endpoint does not return 404 status codes.

More information can be found at [ORY Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).

func (*Client) GetSelfServiceBrowserRecoveryRequest

func (a *Client) GetSelfServiceBrowserRecoveryRequest(params *GetSelfServiceBrowserRecoveryRequestParams) (*GetSelfServiceBrowserRecoveryRequestOK, error)
GetSelfServiceBrowserRecoveryRequest gets the request context of browser based recovery flows

When accessing this endpoint through ORY Kratos' Public API, ensure that cookies are set as they are required

for checking the auth session. To prevent scanning attacks, the public endpoint does not return 404 status codes but instead 403 or 500.

More information can be found at [ORY Kratos Account Recovery Documentation](../self-service/flows/password-reset-account-recovery).

func (*Client) GetSelfServiceBrowserRegistrationRequest

func (a *Client) GetSelfServiceBrowserRegistrationRequest(params *GetSelfServiceBrowserRegistrationRequestParams) (*GetSelfServiceBrowserRegistrationRequestOK, error)
GetSelfServiceBrowserRegistrationRequest gets the request context of browser based registration user flows

This endpoint returns a registration request's context with, for example, error details and

other information.

When accessing this endpoint through ORY Kratos' Public API, ensure that cookies are set as they are required for CSRF to work. To prevent token scanning attacks, the public endpoint does not return 404 status codes.

More information can be found at [ORY Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).

func (*Client) GetSelfServiceBrowserSettingsRequest

func (a *Client) GetSelfServiceBrowserSettingsRequest(params *GetSelfServiceBrowserSettingsRequestParams) (*GetSelfServiceBrowserSettingsRequestOK, error)
GetSelfServiceBrowserSettingsRequest gets the request context of browser based settings flows

When accessing this endpoint through ORY Kratos' Public API, ensure that cookies are set as they are required

for checking the auth session. To prevent scanning attacks, the public endpoint does not return 404 status codes but instead 403 or 500.

More information can be found at [ORY Kratos User Settings & Profile Management Documentation](../self-service/flows/user-settings).

func (*Client) GetSelfServiceError

func (a *Client) GetSelfServiceError(params *GetSelfServiceErrorParams) (*GetSelfServiceErrorOK, error)
GetSelfServiceError gets user facing self service errors

This endpoint returns the error associated with a user-facing self service errors.

When accessing this endpoint through ORY Kratos' Public API, ensure that cookies are set as they are required for CSRF to work. To prevent token scanning attacks, the public endpoint does not return 404 status codes.

More information can be found at [ORY Kratos User User Facing Error Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-facing-errors).

func (*Client) GetSelfServiceVerificationRequest

func (a *Client) GetSelfServiceVerificationRequest(params *GetSelfServiceVerificationRequestParams) (*GetSelfServiceVerificationRequestOK, error)
GetSelfServiceVerificationRequest gets the request context of browser based verification flows

When accessing this endpoint through ORY Kratos' Public API, ensure that cookies are set as they are required

for checking the auth session. To prevent scanning attacks, the public endpoint does not return 404 status codes but instead 403 or 500.

More information can be found at [ORY Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/selfservice/flows/verify-email-account-activation).

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetSchema(params *GetSchemaParams) (*GetSchemaOK, error)

	GetSelfServiceBrowserLoginRequest(params *GetSelfServiceBrowserLoginRequestParams) (*GetSelfServiceBrowserLoginRequestOK, error)

	GetSelfServiceBrowserRecoveryRequest(params *GetSelfServiceBrowserRecoveryRequestParams) (*GetSelfServiceBrowserRecoveryRequestOK, error)

	GetSelfServiceBrowserRegistrationRequest(params *GetSelfServiceBrowserRegistrationRequestParams) (*GetSelfServiceBrowserRegistrationRequestOK, error)

	GetSelfServiceBrowserSettingsRequest(params *GetSelfServiceBrowserSettingsRequestParams) (*GetSelfServiceBrowserSettingsRequestOK, error)

	GetSelfServiceError(params *GetSelfServiceErrorParams) (*GetSelfServiceErrorOK, error)

	GetSelfServiceVerificationRequest(params *GetSelfServiceVerificationRequestParams) (*GetSelfServiceVerificationRequestOK, 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 common API client.

type GetSchemaInternalServerError

type GetSchemaInternalServerError struct {
	Payload *models.GenericError
}

GetSchemaInternalServerError handles this case with default header values.

genericError

func NewGetSchemaInternalServerError

func NewGetSchemaInternalServerError() *GetSchemaInternalServerError

NewGetSchemaInternalServerError creates a GetSchemaInternalServerError with default headers values

func (*GetSchemaInternalServerError) Error

func (*GetSchemaInternalServerError) GetPayload

type GetSchemaNotFound

type GetSchemaNotFound struct {
	Payload *models.GenericError
}

GetSchemaNotFound handles this case with default header values.

genericError

func NewGetSchemaNotFound

func NewGetSchemaNotFound() *GetSchemaNotFound

NewGetSchemaNotFound creates a GetSchemaNotFound with default headers values

func (*GetSchemaNotFound) Error

func (o *GetSchemaNotFound) Error() string

func (*GetSchemaNotFound) GetPayload

func (o *GetSchemaNotFound) GetPayload() *models.GenericError

type GetSchemaOK

type GetSchemaOK struct {
	Payload interface{}
}

GetSchemaOK handles this case with default header values.

The raw identity traits schema

func NewGetSchemaOK

func NewGetSchemaOK() *GetSchemaOK

NewGetSchemaOK creates a GetSchemaOK with default headers values

func (*GetSchemaOK) Error

func (o *GetSchemaOK) Error() string

func (*GetSchemaOK) GetPayload

func (o *GetSchemaOK) GetPayload() interface{}

type GetSchemaParams

type GetSchemaParams struct {

	/*ID
	  ID must be set to the ID of schema you want to get

	*/
	ID string

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

GetSchemaParams contains all the parameters to send to the API endpoint for the get schema operation typically these are written to a http.Request

func NewGetSchemaParams

func NewGetSchemaParams() *GetSchemaParams

NewGetSchemaParams creates a new GetSchemaParams object with the default values initialized.

func NewGetSchemaParamsWithContext

func NewGetSchemaParamsWithContext(ctx context.Context) *GetSchemaParams

NewGetSchemaParamsWithContext creates a new GetSchemaParams object with the default values initialized, and the ability to set a context for a request

func NewGetSchemaParamsWithHTTPClient

func NewGetSchemaParamsWithHTTPClient(client *http.Client) *GetSchemaParams

NewGetSchemaParamsWithHTTPClient creates a new GetSchemaParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSchemaParamsWithTimeout

func NewGetSchemaParamsWithTimeout(timeout time.Duration) *GetSchemaParams

NewGetSchemaParamsWithTimeout creates a new GetSchemaParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSchemaParams) SetContext

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

SetContext adds the context to the get schema params

func (*GetSchemaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get schema params

func (*GetSchemaParams) SetID

func (o *GetSchemaParams) SetID(id string)

SetID adds the id to the get schema params

func (*GetSchemaParams) SetTimeout

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

SetTimeout adds the timeout to the get schema params

func (*GetSchemaParams) WithContext

func (o *GetSchemaParams) WithContext(ctx context.Context) *GetSchemaParams

WithContext adds the context to the get schema params

func (*GetSchemaParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get schema params

func (*GetSchemaParams) WithID

func (o *GetSchemaParams) WithID(id string) *GetSchemaParams

WithID adds the id to the get schema params

func (*GetSchemaParams) WithTimeout

func (o *GetSchemaParams) WithTimeout(timeout time.Duration) *GetSchemaParams

WithTimeout adds the timeout to the get schema params

func (*GetSchemaParams) WriteToRequest

func (o *GetSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSchemaReader

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

GetSchemaReader is a Reader for the GetSchema structure.

func (*GetSchemaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSelfServiceBrowserLoginRequestForbidden

type GetSelfServiceBrowserLoginRequestForbidden struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserLoginRequestForbidden handles this case with default header values.

genericError

func NewGetSelfServiceBrowserLoginRequestForbidden

func NewGetSelfServiceBrowserLoginRequestForbidden() *GetSelfServiceBrowserLoginRequestForbidden

NewGetSelfServiceBrowserLoginRequestForbidden creates a GetSelfServiceBrowserLoginRequestForbidden with default headers values

func (*GetSelfServiceBrowserLoginRequestForbidden) Error

func (*GetSelfServiceBrowserLoginRequestForbidden) GetPayload

type GetSelfServiceBrowserLoginRequestGone

type GetSelfServiceBrowserLoginRequestGone struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserLoginRequestGone handles this case with default header values.

genericError

func NewGetSelfServiceBrowserLoginRequestGone

func NewGetSelfServiceBrowserLoginRequestGone() *GetSelfServiceBrowserLoginRequestGone

NewGetSelfServiceBrowserLoginRequestGone creates a GetSelfServiceBrowserLoginRequestGone with default headers values

func (*GetSelfServiceBrowserLoginRequestGone) Error

func (*GetSelfServiceBrowserLoginRequestGone) GetPayload

type GetSelfServiceBrowserLoginRequestInternalServerError

type GetSelfServiceBrowserLoginRequestInternalServerError struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserLoginRequestInternalServerError handles this case with default header values.

genericError

func NewGetSelfServiceBrowserLoginRequestInternalServerError

func NewGetSelfServiceBrowserLoginRequestInternalServerError() *GetSelfServiceBrowserLoginRequestInternalServerError

NewGetSelfServiceBrowserLoginRequestInternalServerError creates a GetSelfServiceBrowserLoginRequestInternalServerError with default headers values

func (*GetSelfServiceBrowserLoginRequestInternalServerError) Error

func (*GetSelfServiceBrowserLoginRequestInternalServerError) GetPayload

type GetSelfServiceBrowserLoginRequestNotFound

type GetSelfServiceBrowserLoginRequestNotFound struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserLoginRequestNotFound handles this case with default header values.

genericError

func NewGetSelfServiceBrowserLoginRequestNotFound

func NewGetSelfServiceBrowserLoginRequestNotFound() *GetSelfServiceBrowserLoginRequestNotFound

NewGetSelfServiceBrowserLoginRequestNotFound creates a GetSelfServiceBrowserLoginRequestNotFound with default headers values

func (*GetSelfServiceBrowserLoginRequestNotFound) Error

func (*GetSelfServiceBrowserLoginRequestNotFound) GetPayload

type GetSelfServiceBrowserLoginRequestOK

type GetSelfServiceBrowserLoginRequestOK struct {
	Payload *models.LoginRequest
}

GetSelfServiceBrowserLoginRequestOK handles this case with default header values.

loginRequest

func NewGetSelfServiceBrowserLoginRequestOK

func NewGetSelfServiceBrowserLoginRequestOK() *GetSelfServiceBrowserLoginRequestOK

NewGetSelfServiceBrowserLoginRequestOK creates a GetSelfServiceBrowserLoginRequestOK with default headers values

func (*GetSelfServiceBrowserLoginRequestOK) Error

func (*GetSelfServiceBrowserLoginRequestOK) GetPayload

type GetSelfServiceBrowserLoginRequestParams

type GetSelfServiceBrowserLoginRequestParams struct {

	/*Request
	  Request is the Login Request ID

	The value for this parameter comes from `request` URL Query parameter sent to your
	application (e.g. `/login?request=abcde`).

	*/
	Request string

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

GetSelfServiceBrowserLoginRequestParams contains all the parameters to send to the API endpoint for the get self service browser login request operation typically these are written to a http.Request

func NewGetSelfServiceBrowserLoginRequestParams

func NewGetSelfServiceBrowserLoginRequestParams() *GetSelfServiceBrowserLoginRequestParams

NewGetSelfServiceBrowserLoginRequestParams creates a new GetSelfServiceBrowserLoginRequestParams object with the default values initialized.

func NewGetSelfServiceBrowserLoginRequestParamsWithContext

func NewGetSelfServiceBrowserLoginRequestParamsWithContext(ctx context.Context) *GetSelfServiceBrowserLoginRequestParams

NewGetSelfServiceBrowserLoginRequestParamsWithContext creates a new GetSelfServiceBrowserLoginRequestParams object with the default values initialized, and the ability to set a context for a request

func NewGetSelfServiceBrowserLoginRequestParamsWithHTTPClient

func NewGetSelfServiceBrowserLoginRequestParamsWithHTTPClient(client *http.Client) *GetSelfServiceBrowserLoginRequestParams

NewGetSelfServiceBrowserLoginRequestParamsWithHTTPClient creates a new GetSelfServiceBrowserLoginRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSelfServiceBrowserLoginRequestParamsWithTimeout

func NewGetSelfServiceBrowserLoginRequestParamsWithTimeout(timeout time.Duration) *GetSelfServiceBrowserLoginRequestParams

NewGetSelfServiceBrowserLoginRequestParamsWithTimeout creates a new GetSelfServiceBrowserLoginRequestParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSelfServiceBrowserLoginRequestParams) SetContext

SetContext adds the context to the get self service browser login request params

func (*GetSelfServiceBrowserLoginRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get self service browser login request params

func (*GetSelfServiceBrowserLoginRequestParams) SetRequest

func (o *GetSelfServiceBrowserLoginRequestParams) SetRequest(request string)

SetRequest adds the request to the get self service browser login request params

func (*GetSelfServiceBrowserLoginRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get self service browser login request params

func (*GetSelfServiceBrowserLoginRequestParams) WithContext

WithContext adds the context to the get self service browser login request params

func (*GetSelfServiceBrowserLoginRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get self service browser login request params

func (*GetSelfServiceBrowserLoginRequestParams) WithRequest

WithRequest adds the request to the get self service browser login request params

func (*GetSelfServiceBrowserLoginRequestParams) WithTimeout

WithTimeout adds the timeout to the get self service browser login request params

func (*GetSelfServiceBrowserLoginRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSelfServiceBrowserLoginRequestReader

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

GetSelfServiceBrowserLoginRequestReader is a Reader for the GetSelfServiceBrowserLoginRequest structure.

func (*GetSelfServiceBrowserLoginRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSelfServiceBrowserProfileManagementRequestForbidden

type GetSelfServiceBrowserProfileManagementRequestForbidden struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserProfileManagementRequestForbidden handles this case with default header values.

genericError

func NewGetSelfServiceBrowserProfileManagementRequestForbidden

func NewGetSelfServiceBrowserProfileManagementRequestForbidden() *GetSelfServiceBrowserProfileManagementRequestForbidden

NewGetSelfServiceBrowserProfileManagementRequestForbidden creates a GetSelfServiceBrowserProfileManagementRequestForbidden with default headers values

func (*GetSelfServiceBrowserProfileManagementRequestForbidden) Error

func (*GetSelfServiceBrowserProfileManagementRequestForbidden) GetPayload

type GetSelfServiceBrowserProfileManagementRequestInternalServerError

type GetSelfServiceBrowserProfileManagementRequestInternalServerError struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserProfileManagementRequestInternalServerError handles this case with default header values.

genericError

func NewGetSelfServiceBrowserProfileManagementRequestInternalServerError

func NewGetSelfServiceBrowserProfileManagementRequestInternalServerError() *GetSelfServiceBrowserProfileManagementRequestInternalServerError

NewGetSelfServiceBrowserProfileManagementRequestInternalServerError creates a GetSelfServiceBrowserProfileManagementRequestInternalServerError with default headers values

func (*GetSelfServiceBrowserProfileManagementRequestInternalServerError) Error

func (*GetSelfServiceBrowserProfileManagementRequestInternalServerError) GetPayload

type GetSelfServiceBrowserProfileManagementRequestNotFound

type GetSelfServiceBrowserProfileManagementRequestNotFound struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserProfileManagementRequestNotFound handles this case with default header values.

genericError

func NewGetSelfServiceBrowserProfileManagementRequestNotFound

func NewGetSelfServiceBrowserProfileManagementRequestNotFound() *GetSelfServiceBrowserProfileManagementRequestNotFound

NewGetSelfServiceBrowserProfileManagementRequestNotFound creates a GetSelfServiceBrowserProfileManagementRequestNotFound with default headers values

func (*GetSelfServiceBrowserProfileManagementRequestNotFound) Error

func (*GetSelfServiceBrowserProfileManagementRequestNotFound) GetPayload

type GetSelfServiceBrowserProfileManagementRequestOK

type GetSelfServiceBrowserProfileManagementRequestOK struct {
	Payload *models.ProfileManagementRequest
}

GetSelfServiceBrowserProfileManagementRequestOK handles this case with default header values.

profileManagementRequest

func NewGetSelfServiceBrowserProfileManagementRequestOK

func NewGetSelfServiceBrowserProfileManagementRequestOK() *GetSelfServiceBrowserProfileManagementRequestOK

NewGetSelfServiceBrowserProfileManagementRequestOK creates a GetSelfServiceBrowserProfileManagementRequestOK with default headers values

func (*GetSelfServiceBrowserProfileManagementRequestOK) Error

func (*GetSelfServiceBrowserProfileManagementRequestOK) GetPayload

type GetSelfServiceBrowserProfileManagementRequestParams

type GetSelfServiceBrowserProfileManagementRequestParams struct {

	/*Request
	  Request is the Login Request ID

	The value for this parameter comes from `request` URL Query parameter sent to your
	application (e.g. `/login?request=abcde`).

	*/
	Request string

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

GetSelfServiceBrowserProfileManagementRequestParams contains all the parameters to send to the API endpoint for the get self service browser profile management request operation typically these are written to a http.Request

func NewGetSelfServiceBrowserProfileManagementRequestParams

func NewGetSelfServiceBrowserProfileManagementRequestParams() *GetSelfServiceBrowserProfileManagementRequestParams

NewGetSelfServiceBrowserProfileManagementRequestParams creates a new GetSelfServiceBrowserProfileManagementRequestParams object with the default values initialized.

func NewGetSelfServiceBrowserProfileManagementRequestParamsWithContext

func NewGetSelfServiceBrowserProfileManagementRequestParamsWithContext(ctx context.Context) *GetSelfServiceBrowserProfileManagementRequestParams

NewGetSelfServiceBrowserProfileManagementRequestParamsWithContext creates a new GetSelfServiceBrowserProfileManagementRequestParams object with the default values initialized, and the ability to set a context for a request

func NewGetSelfServiceBrowserProfileManagementRequestParamsWithHTTPClient

func NewGetSelfServiceBrowserProfileManagementRequestParamsWithHTTPClient(client *http.Client) *GetSelfServiceBrowserProfileManagementRequestParams

NewGetSelfServiceBrowserProfileManagementRequestParamsWithHTTPClient creates a new GetSelfServiceBrowserProfileManagementRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSelfServiceBrowserProfileManagementRequestParamsWithTimeout

func NewGetSelfServiceBrowserProfileManagementRequestParamsWithTimeout(timeout time.Duration) *GetSelfServiceBrowserProfileManagementRequestParams

NewGetSelfServiceBrowserProfileManagementRequestParamsWithTimeout creates a new GetSelfServiceBrowserProfileManagementRequestParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSelfServiceBrowserProfileManagementRequestParams) SetContext

SetContext adds the context to the get self service browser profile management request params

func (*GetSelfServiceBrowserProfileManagementRequestParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get self service browser profile management request params

func (*GetSelfServiceBrowserProfileManagementRequestParams) SetRequest

SetRequest adds the request to the get self service browser profile management request params

func (*GetSelfServiceBrowserProfileManagementRequestParams) SetTimeout

SetTimeout adds the timeout to the get self service browser profile management request params

func (*GetSelfServiceBrowserProfileManagementRequestParams) WithContext

WithContext adds the context to the get self service browser profile management request params

func (*GetSelfServiceBrowserProfileManagementRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get self service browser profile management request params

func (*GetSelfServiceBrowserProfileManagementRequestParams) WithRequest

WithRequest adds the request to the get self service browser profile management request params

func (*GetSelfServiceBrowserProfileManagementRequestParams) WithTimeout

WithTimeout adds the timeout to the get self service browser profile management request params

func (*GetSelfServiceBrowserProfileManagementRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSelfServiceBrowserProfileManagementRequestReader

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

GetSelfServiceBrowserProfileManagementRequestReader is a Reader for the GetSelfServiceBrowserProfileManagementRequest structure.

func (*GetSelfServiceBrowserProfileManagementRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSelfServiceBrowserRecoveryRequestForbidden

type GetSelfServiceBrowserRecoveryRequestForbidden struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserRecoveryRequestForbidden handles this case with default header values.

genericError

func NewGetSelfServiceBrowserRecoveryRequestForbidden

func NewGetSelfServiceBrowserRecoveryRequestForbidden() *GetSelfServiceBrowserRecoveryRequestForbidden

NewGetSelfServiceBrowserRecoveryRequestForbidden creates a GetSelfServiceBrowserRecoveryRequestForbidden with default headers values

func (*GetSelfServiceBrowserRecoveryRequestForbidden) Error

func (*GetSelfServiceBrowserRecoveryRequestForbidden) GetPayload

type GetSelfServiceBrowserRecoveryRequestGone

type GetSelfServiceBrowserRecoveryRequestGone struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserRecoveryRequestGone handles this case with default header values.

genericError

func NewGetSelfServiceBrowserRecoveryRequestGone

func NewGetSelfServiceBrowserRecoveryRequestGone() *GetSelfServiceBrowserRecoveryRequestGone

NewGetSelfServiceBrowserRecoveryRequestGone creates a GetSelfServiceBrowserRecoveryRequestGone with default headers values

func (*GetSelfServiceBrowserRecoveryRequestGone) Error

func (*GetSelfServiceBrowserRecoveryRequestGone) GetPayload

type GetSelfServiceBrowserRecoveryRequestInternalServerError

type GetSelfServiceBrowserRecoveryRequestInternalServerError struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserRecoveryRequestInternalServerError handles this case with default header values.

genericError

func NewGetSelfServiceBrowserRecoveryRequestInternalServerError

func NewGetSelfServiceBrowserRecoveryRequestInternalServerError() *GetSelfServiceBrowserRecoveryRequestInternalServerError

NewGetSelfServiceBrowserRecoveryRequestInternalServerError creates a GetSelfServiceBrowserRecoveryRequestInternalServerError with default headers values

func (*GetSelfServiceBrowserRecoveryRequestInternalServerError) Error

func (*GetSelfServiceBrowserRecoveryRequestInternalServerError) GetPayload

type GetSelfServiceBrowserRecoveryRequestNotFound

type GetSelfServiceBrowserRecoveryRequestNotFound struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserRecoveryRequestNotFound handles this case with default header values.

genericError

func NewGetSelfServiceBrowserRecoveryRequestNotFound

func NewGetSelfServiceBrowserRecoveryRequestNotFound() *GetSelfServiceBrowserRecoveryRequestNotFound

NewGetSelfServiceBrowserRecoveryRequestNotFound creates a GetSelfServiceBrowserRecoveryRequestNotFound with default headers values

func (*GetSelfServiceBrowserRecoveryRequestNotFound) Error

func (*GetSelfServiceBrowserRecoveryRequestNotFound) GetPayload

type GetSelfServiceBrowserRecoveryRequestOK

type GetSelfServiceBrowserRecoveryRequestOK struct {
	Payload *models.RecoveryRequest
}

GetSelfServiceBrowserRecoveryRequestOK handles this case with default header values.

recoveryRequest

func NewGetSelfServiceBrowserRecoveryRequestOK

func NewGetSelfServiceBrowserRecoveryRequestOK() *GetSelfServiceBrowserRecoveryRequestOK

NewGetSelfServiceBrowserRecoveryRequestOK creates a GetSelfServiceBrowserRecoveryRequestOK with default headers values

func (*GetSelfServiceBrowserRecoveryRequestOK) Error

func (*GetSelfServiceBrowserRecoveryRequestOK) GetPayload

type GetSelfServiceBrowserRecoveryRequestParams

type GetSelfServiceBrowserRecoveryRequestParams struct {

	/*Request
	  Request is the Login Request ID

	The value for this parameter comes from `request` URL Query parameter sent to your
	application (e.g. `/recover?request=abcde`).

	*/
	Request string

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

GetSelfServiceBrowserRecoveryRequestParams contains all the parameters to send to the API endpoint for the get self service browser recovery request operation typically these are written to a http.Request

func NewGetSelfServiceBrowserRecoveryRequestParams

func NewGetSelfServiceBrowserRecoveryRequestParams() *GetSelfServiceBrowserRecoveryRequestParams

NewGetSelfServiceBrowserRecoveryRequestParams creates a new GetSelfServiceBrowserRecoveryRequestParams object with the default values initialized.

func NewGetSelfServiceBrowserRecoveryRequestParamsWithContext

func NewGetSelfServiceBrowserRecoveryRequestParamsWithContext(ctx context.Context) *GetSelfServiceBrowserRecoveryRequestParams

NewGetSelfServiceBrowserRecoveryRequestParamsWithContext creates a new GetSelfServiceBrowserRecoveryRequestParams object with the default values initialized, and the ability to set a context for a request

func NewGetSelfServiceBrowserRecoveryRequestParamsWithHTTPClient

func NewGetSelfServiceBrowserRecoveryRequestParamsWithHTTPClient(client *http.Client) *GetSelfServiceBrowserRecoveryRequestParams

NewGetSelfServiceBrowserRecoveryRequestParamsWithHTTPClient creates a new GetSelfServiceBrowserRecoveryRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSelfServiceBrowserRecoveryRequestParamsWithTimeout

func NewGetSelfServiceBrowserRecoveryRequestParamsWithTimeout(timeout time.Duration) *GetSelfServiceBrowserRecoveryRequestParams

NewGetSelfServiceBrowserRecoveryRequestParamsWithTimeout creates a new GetSelfServiceBrowserRecoveryRequestParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSelfServiceBrowserRecoveryRequestParams) SetContext

SetContext adds the context to the get self service browser recovery request params

func (*GetSelfServiceBrowserRecoveryRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get self service browser recovery request params

func (*GetSelfServiceBrowserRecoveryRequestParams) SetRequest

func (o *GetSelfServiceBrowserRecoveryRequestParams) SetRequest(request string)

SetRequest adds the request to the get self service browser recovery request params

func (*GetSelfServiceBrowserRecoveryRequestParams) SetTimeout

SetTimeout adds the timeout to the get self service browser recovery request params

func (*GetSelfServiceBrowserRecoveryRequestParams) WithContext

WithContext adds the context to the get self service browser recovery request params

func (*GetSelfServiceBrowserRecoveryRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get self service browser recovery request params

func (*GetSelfServiceBrowserRecoveryRequestParams) WithRequest

WithRequest adds the request to the get self service browser recovery request params

func (*GetSelfServiceBrowserRecoveryRequestParams) WithTimeout

WithTimeout adds the timeout to the get self service browser recovery request params

func (*GetSelfServiceBrowserRecoveryRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSelfServiceBrowserRecoveryRequestReader

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

GetSelfServiceBrowserRecoveryRequestReader is a Reader for the GetSelfServiceBrowserRecoveryRequest structure.

func (*GetSelfServiceBrowserRecoveryRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSelfServiceBrowserRegistrationRequestForbidden

type GetSelfServiceBrowserRegistrationRequestForbidden struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserRegistrationRequestForbidden handles this case with default header values.

genericError

func NewGetSelfServiceBrowserRegistrationRequestForbidden

func NewGetSelfServiceBrowserRegistrationRequestForbidden() *GetSelfServiceBrowserRegistrationRequestForbidden

NewGetSelfServiceBrowserRegistrationRequestForbidden creates a GetSelfServiceBrowserRegistrationRequestForbidden with default headers values

func (*GetSelfServiceBrowserRegistrationRequestForbidden) Error

func (*GetSelfServiceBrowserRegistrationRequestForbidden) GetPayload

type GetSelfServiceBrowserRegistrationRequestGone

type GetSelfServiceBrowserRegistrationRequestGone struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserRegistrationRequestGone handles this case with default header values.

genericError

func NewGetSelfServiceBrowserRegistrationRequestGone

func NewGetSelfServiceBrowserRegistrationRequestGone() *GetSelfServiceBrowserRegistrationRequestGone

NewGetSelfServiceBrowserRegistrationRequestGone creates a GetSelfServiceBrowserRegistrationRequestGone with default headers values

func (*GetSelfServiceBrowserRegistrationRequestGone) Error

func (*GetSelfServiceBrowserRegistrationRequestGone) GetPayload

type GetSelfServiceBrowserRegistrationRequestInternalServerError

type GetSelfServiceBrowserRegistrationRequestInternalServerError struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserRegistrationRequestInternalServerError handles this case with default header values.

genericError

func NewGetSelfServiceBrowserRegistrationRequestInternalServerError

func NewGetSelfServiceBrowserRegistrationRequestInternalServerError() *GetSelfServiceBrowserRegistrationRequestInternalServerError

NewGetSelfServiceBrowserRegistrationRequestInternalServerError creates a GetSelfServiceBrowserRegistrationRequestInternalServerError with default headers values

func (*GetSelfServiceBrowserRegistrationRequestInternalServerError) Error

func (*GetSelfServiceBrowserRegistrationRequestInternalServerError) GetPayload

type GetSelfServiceBrowserRegistrationRequestNotFound

type GetSelfServiceBrowserRegistrationRequestNotFound struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserRegistrationRequestNotFound handles this case with default header values.

genericError

func NewGetSelfServiceBrowserRegistrationRequestNotFound

func NewGetSelfServiceBrowserRegistrationRequestNotFound() *GetSelfServiceBrowserRegistrationRequestNotFound

NewGetSelfServiceBrowserRegistrationRequestNotFound creates a GetSelfServiceBrowserRegistrationRequestNotFound with default headers values

func (*GetSelfServiceBrowserRegistrationRequestNotFound) Error

func (*GetSelfServiceBrowserRegistrationRequestNotFound) GetPayload

type GetSelfServiceBrowserRegistrationRequestOK

type GetSelfServiceBrowserRegistrationRequestOK struct {
	Payload *models.RegistrationRequest
}

GetSelfServiceBrowserRegistrationRequestOK handles this case with default header values.

registrationRequest

func NewGetSelfServiceBrowserRegistrationRequestOK

func NewGetSelfServiceBrowserRegistrationRequestOK() *GetSelfServiceBrowserRegistrationRequestOK

NewGetSelfServiceBrowserRegistrationRequestOK creates a GetSelfServiceBrowserRegistrationRequestOK with default headers values

func (*GetSelfServiceBrowserRegistrationRequestOK) Error

func (*GetSelfServiceBrowserRegistrationRequestOK) GetPayload

type GetSelfServiceBrowserRegistrationRequestParams

type GetSelfServiceBrowserRegistrationRequestParams struct {

	/*Request
	  Request is the Registration Request ID

	The value for this parameter comes from `request` URL Query parameter sent to your
	application (e.g. `/registration?request=abcde`).

	*/
	Request string

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

GetSelfServiceBrowserRegistrationRequestParams contains all the parameters to send to the API endpoint for the get self service browser registration request operation typically these are written to a http.Request

func NewGetSelfServiceBrowserRegistrationRequestParams

func NewGetSelfServiceBrowserRegistrationRequestParams() *GetSelfServiceBrowserRegistrationRequestParams

NewGetSelfServiceBrowserRegistrationRequestParams creates a new GetSelfServiceBrowserRegistrationRequestParams object with the default values initialized.

func NewGetSelfServiceBrowserRegistrationRequestParamsWithContext

func NewGetSelfServiceBrowserRegistrationRequestParamsWithContext(ctx context.Context) *GetSelfServiceBrowserRegistrationRequestParams

NewGetSelfServiceBrowserRegistrationRequestParamsWithContext creates a new GetSelfServiceBrowserRegistrationRequestParams object with the default values initialized, and the ability to set a context for a request

func NewGetSelfServiceBrowserRegistrationRequestParamsWithHTTPClient

func NewGetSelfServiceBrowserRegistrationRequestParamsWithHTTPClient(client *http.Client) *GetSelfServiceBrowserRegistrationRequestParams

NewGetSelfServiceBrowserRegistrationRequestParamsWithHTTPClient creates a new GetSelfServiceBrowserRegistrationRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSelfServiceBrowserRegistrationRequestParamsWithTimeout

func NewGetSelfServiceBrowserRegistrationRequestParamsWithTimeout(timeout time.Duration) *GetSelfServiceBrowserRegistrationRequestParams

NewGetSelfServiceBrowserRegistrationRequestParamsWithTimeout creates a new GetSelfServiceBrowserRegistrationRequestParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSelfServiceBrowserRegistrationRequestParams) SetContext

SetContext adds the context to the get self service browser registration request params

func (*GetSelfServiceBrowserRegistrationRequestParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get self service browser registration request params

func (*GetSelfServiceBrowserRegistrationRequestParams) SetRequest

SetRequest adds the request to the get self service browser registration request params

func (*GetSelfServiceBrowserRegistrationRequestParams) SetTimeout

SetTimeout adds the timeout to the get self service browser registration request params

func (*GetSelfServiceBrowserRegistrationRequestParams) WithContext

WithContext adds the context to the get self service browser registration request params

func (*GetSelfServiceBrowserRegistrationRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get self service browser registration request params

func (*GetSelfServiceBrowserRegistrationRequestParams) WithRequest

WithRequest adds the request to the get self service browser registration request params

func (*GetSelfServiceBrowserRegistrationRequestParams) WithTimeout

WithTimeout adds the timeout to the get self service browser registration request params

func (*GetSelfServiceBrowserRegistrationRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSelfServiceBrowserRegistrationRequestReader

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

GetSelfServiceBrowserRegistrationRequestReader is a Reader for the GetSelfServiceBrowserRegistrationRequest structure.

func (*GetSelfServiceBrowserRegistrationRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSelfServiceBrowserSettingsRequestForbidden

type GetSelfServiceBrowserSettingsRequestForbidden struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserSettingsRequestForbidden handles this case with default header values.

genericError

func NewGetSelfServiceBrowserSettingsRequestForbidden

func NewGetSelfServiceBrowserSettingsRequestForbidden() *GetSelfServiceBrowserSettingsRequestForbidden

NewGetSelfServiceBrowserSettingsRequestForbidden creates a GetSelfServiceBrowserSettingsRequestForbidden with default headers values

func (*GetSelfServiceBrowserSettingsRequestForbidden) Error

func (*GetSelfServiceBrowserSettingsRequestForbidden) GetPayload

type GetSelfServiceBrowserSettingsRequestGone

type GetSelfServiceBrowserSettingsRequestGone struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserSettingsRequestGone handles this case with default header values.

genericError

func NewGetSelfServiceBrowserSettingsRequestGone

func NewGetSelfServiceBrowserSettingsRequestGone() *GetSelfServiceBrowserSettingsRequestGone

NewGetSelfServiceBrowserSettingsRequestGone creates a GetSelfServiceBrowserSettingsRequestGone with default headers values

func (*GetSelfServiceBrowserSettingsRequestGone) Error

func (*GetSelfServiceBrowserSettingsRequestGone) GetPayload

type GetSelfServiceBrowserSettingsRequestInternalServerError

type GetSelfServiceBrowserSettingsRequestInternalServerError struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserSettingsRequestInternalServerError handles this case with default header values.

genericError

func NewGetSelfServiceBrowserSettingsRequestInternalServerError

func NewGetSelfServiceBrowserSettingsRequestInternalServerError() *GetSelfServiceBrowserSettingsRequestInternalServerError

NewGetSelfServiceBrowserSettingsRequestInternalServerError creates a GetSelfServiceBrowserSettingsRequestInternalServerError with default headers values

func (*GetSelfServiceBrowserSettingsRequestInternalServerError) Error

func (*GetSelfServiceBrowserSettingsRequestInternalServerError) GetPayload

type GetSelfServiceBrowserSettingsRequestNotFound

type GetSelfServiceBrowserSettingsRequestNotFound struct {
	Payload *models.GenericError
}

GetSelfServiceBrowserSettingsRequestNotFound handles this case with default header values.

genericError

func NewGetSelfServiceBrowserSettingsRequestNotFound

func NewGetSelfServiceBrowserSettingsRequestNotFound() *GetSelfServiceBrowserSettingsRequestNotFound

NewGetSelfServiceBrowserSettingsRequestNotFound creates a GetSelfServiceBrowserSettingsRequestNotFound with default headers values

func (*GetSelfServiceBrowserSettingsRequestNotFound) Error

func (*GetSelfServiceBrowserSettingsRequestNotFound) GetPayload

type GetSelfServiceBrowserSettingsRequestOK

type GetSelfServiceBrowserSettingsRequestOK struct {
	Payload *models.SettingsRequest
}

GetSelfServiceBrowserSettingsRequestOK handles this case with default header values.

settingsRequest

func NewGetSelfServiceBrowserSettingsRequestOK

func NewGetSelfServiceBrowserSettingsRequestOK() *GetSelfServiceBrowserSettingsRequestOK

NewGetSelfServiceBrowserSettingsRequestOK creates a GetSelfServiceBrowserSettingsRequestOK with default headers values

func (*GetSelfServiceBrowserSettingsRequestOK) Error

func (*GetSelfServiceBrowserSettingsRequestOK) GetPayload

type GetSelfServiceBrowserSettingsRequestParams

type GetSelfServiceBrowserSettingsRequestParams struct {

	/*Request
	  Request is the Login Request ID

	The value for this parameter comes from `request` URL Query parameter sent to your
	application (e.g. `/settingss?request=abcde`).

	*/
	Request string

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

GetSelfServiceBrowserSettingsRequestParams contains all the parameters to send to the API endpoint for the get self service browser settings request operation typically these are written to a http.Request

func NewGetSelfServiceBrowserSettingsRequestParams

func NewGetSelfServiceBrowserSettingsRequestParams() *GetSelfServiceBrowserSettingsRequestParams

NewGetSelfServiceBrowserSettingsRequestParams creates a new GetSelfServiceBrowserSettingsRequestParams object with the default values initialized.

func NewGetSelfServiceBrowserSettingsRequestParamsWithContext

func NewGetSelfServiceBrowserSettingsRequestParamsWithContext(ctx context.Context) *GetSelfServiceBrowserSettingsRequestParams

NewGetSelfServiceBrowserSettingsRequestParamsWithContext creates a new GetSelfServiceBrowserSettingsRequestParams object with the default values initialized, and the ability to set a context for a request

func NewGetSelfServiceBrowserSettingsRequestParamsWithHTTPClient

func NewGetSelfServiceBrowserSettingsRequestParamsWithHTTPClient(client *http.Client) *GetSelfServiceBrowserSettingsRequestParams

NewGetSelfServiceBrowserSettingsRequestParamsWithHTTPClient creates a new GetSelfServiceBrowserSettingsRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSelfServiceBrowserSettingsRequestParamsWithTimeout

func NewGetSelfServiceBrowserSettingsRequestParamsWithTimeout(timeout time.Duration) *GetSelfServiceBrowserSettingsRequestParams

NewGetSelfServiceBrowserSettingsRequestParamsWithTimeout creates a new GetSelfServiceBrowserSettingsRequestParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSelfServiceBrowserSettingsRequestParams) SetContext

SetContext adds the context to the get self service browser settings request params

func (*GetSelfServiceBrowserSettingsRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get self service browser settings request params

func (*GetSelfServiceBrowserSettingsRequestParams) SetRequest

func (o *GetSelfServiceBrowserSettingsRequestParams) SetRequest(request string)

SetRequest adds the request to the get self service browser settings request params

func (*GetSelfServiceBrowserSettingsRequestParams) SetTimeout

SetTimeout adds the timeout to the get self service browser settings request params

func (*GetSelfServiceBrowserSettingsRequestParams) WithContext

WithContext adds the context to the get self service browser settings request params

func (*GetSelfServiceBrowserSettingsRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get self service browser settings request params

func (*GetSelfServiceBrowserSettingsRequestParams) WithRequest

WithRequest adds the request to the get self service browser settings request params

func (*GetSelfServiceBrowserSettingsRequestParams) WithTimeout

WithTimeout adds the timeout to the get self service browser settings request params

func (*GetSelfServiceBrowserSettingsRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSelfServiceBrowserSettingsRequestReader

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

GetSelfServiceBrowserSettingsRequestReader is a Reader for the GetSelfServiceBrowserSettingsRequest structure.

func (*GetSelfServiceBrowserSettingsRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSelfServiceErrorForbidden

type GetSelfServiceErrorForbidden struct {
	Payload *models.GenericError
}

GetSelfServiceErrorForbidden handles this case with default header values.

genericError

func NewGetSelfServiceErrorForbidden

func NewGetSelfServiceErrorForbidden() *GetSelfServiceErrorForbidden

NewGetSelfServiceErrorForbidden creates a GetSelfServiceErrorForbidden with default headers values

func (*GetSelfServiceErrorForbidden) Error

func (*GetSelfServiceErrorForbidden) GetPayload

type GetSelfServiceErrorInternalServerError

type GetSelfServiceErrorInternalServerError struct {
	Payload *models.GenericError
}

GetSelfServiceErrorInternalServerError handles this case with default header values.

genericError

func NewGetSelfServiceErrorInternalServerError

func NewGetSelfServiceErrorInternalServerError() *GetSelfServiceErrorInternalServerError

NewGetSelfServiceErrorInternalServerError creates a GetSelfServiceErrorInternalServerError with default headers values

func (*GetSelfServiceErrorInternalServerError) Error

func (*GetSelfServiceErrorInternalServerError) GetPayload

type GetSelfServiceErrorNotFound

type GetSelfServiceErrorNotFound struct {
	Payload *models.GenericError
}

GetSelfServiceErrorNotFound handles this case with default header values.

genericError

func NewGetSelfServiceErrorNotFound

func NewGetSelfServiceErrorNotFound() *GetSelfServiceErrorNotFound

NewGetSelfServiceErrorNotFound creates a GetSelfServiceErrorNotFound with default headers values

func (*GetSelfServiceErrorNotFound) Error

func (*GetSelfServiceErrorNotFound) GetPayload

type GetSelfServiceErrorOK

type GetSelfServiceErrorOK struct {
	Payload *models.ErrorContainer
}

GetSelfServiceErrorOK handles this case with default header values.

User-facing error response

func NewGetSelfServiceErrorOK

func NewGetSelfServiceErrorOK() *GetSelfServiceErrorOK

NewGetSelfServiceErrorOK creates a GetSelfServiceErrorOK with default headers values

func (*GetSelfServiceErrorOK) Error

func (o *GetSelfServiceErrorOK) Error() string

func (*GetSelfServiceErrorOK) GetPayload

func (o *GetSelfServiceErrorOK) GetPayload() *models.ErrorContainer

type GetSelfServiceErrorParams

type GetSelfServiceErrorParams struct {

	/*Error*/
	Error *string

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

GetSelfServiceErrorParams contains all the parameters to send to the API endpoint for the get self service error operation typically these are written to a http.Request

func NewGetSelfServiceErrorParams

func NewGetSelfServiceErrorParams() *GetSelfServiceErrorParams

NewGetSelfServiceErrorParams creates a new GetSelfServiceErrorParams object with the default values initialized.

func NewGetSelfServiceErrorParamsWithContext

func NewGetSelfServiceErrorParamsWithContext(ctx context.Context) *GetSelfServiceErrorParams

NewGetSelfServiceErrorParamsWithContext creates a new GetSelfServiceErrorParams object with the default values initialized, and the ability to set a context for a request

func NewGetSelfServiceErrorParamsWithHTTPClient

func NewGetSelfServiceErrorParamsWithHTTPClient(client *http.Client) *GetSelfServiceErrorParams

NewGetSelfServiceErrorParamsWithHTTPClient creates a new GetSelfServiceErrorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSelfServiceErrorParamsWithTimeout

func NewGetSelfServiceErrorParamsWithTimeout(timeout time.Duration) *GetSelfServiceErrorParams

NewGetSelfServiceErrorParamsWithTimeout creates a new GetSelfServiceErrorParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSelfServiceErrorParams) SetContext

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

SetContext adds the context to the get self service error params

func (*GetSelfServiceErrorParams) SetError

func (o *GetSelfServiceErrorParams) SetError(error *string)

SetError adds the error to the get self service error params

func (*GetSelfServiceErrorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get self service error params

func (*GetSelfServiceErrorParams) SetTimeout

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

SetTimeout adds the timeout to the get self service error params

func (*GetSelfServiceErrorParams) WithContext

WithContext adds the context to the get self service error params

func (*GetSelfServiceErrorParams) WithError

WithError adds the error to the get self service error params

func (*GetSelfServiceErrorParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get self service error params

func (*GetSelfServiceErrorParams) WithTimeout

WithTimeout adds the timeout to the get self service error params

func (*GetSelfServiceErrorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSelfServiceErrorReader

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

GetSelfServiceErrorReader is a Reader for the GetSelfServiceError structure.

func (*GetSelfServiceErrorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSelfServiceVerificationRequestForbidden

type GetSelfServiceVerificationRequestForbidden struct {
	Payload *models.GenericError
}

GetSelfServiceVerificationRequestForbidden handles this case with default header values.

genericError

func NewGetSelfServiceVerificationRequestForbidden

func NewGetSelfServiceVerificationRequestForbidden() *GetSelfServiceVerificationRequestForbidden

NewGetSelfServiceVerificationRequestForbidden creates a GetSelfServiceVerificationRequestForbidden with default headers values

func (*GetSelfServiceVerificationRequestForbidden) Error

func (*GetSelfServiceVerificationRequestForbidden) GetPayload

type GetSelfServiceVerificationRequestInternalServerError

type GetSelfServiceVerificationRequestInternalServerError struct {
	Payload *models.GenericError
}

GetSelfServiceVerificationRequestInternalServerError handles this case with default header values.

genericError

func NewGetSelfServiceVerificationRequestInternalServerError

func NewGetSelfServiceVerificationRequestInternalServerError() *GetSelfServiceVerificationRequestInternalServerError

NewGetSelfServiceVerificationRequestInternalServerError creates a GetSelfServiceVerificationRequestInternalServerError with default headers values

func (*GetSelfServiceVerificationRequestInternalServerError) Error

func (*GetSelfServiceVerificationRequestInternalServerError) GetPayload

type GetSelfServiceVerificationRequestNotFound

type GetSelfServiceVerificationRequestNotFound struct {
	Payload *models.GenericError
}

GetSelfServiceVerificationRequestNotFound handles this case with default header values.

genericError

func NewGetSelfServiceVerificationRequestNotFound

func NewGetSelfServiceVerificationRequestNotFound() *GetSelfServiceVerificationRequestNotFound

NewGetSelfServiceVerificationRequestNotFound creates a GetSelfServiceVerificationRequestNotFound with default headers values

func (*GetSelfServiceVerificationRequestNotFound) Error

func (*GetSelfServiceVerificationRequestNotFound) GetPayload

type GetSelfServiceVerificationRequestOK

type GetSelfServiceVerificationRequestOK struct {
	Payload *models.VerificationRequest
}

GetSelfServiceVerificationRequestOK handles this case with default header values.

verificationRequest

func NewGetSelfServiceVerificationRequestOK

func NewGetSelfServiceVerificationRequestOK() *GetSelfServiceVerificationRequestOK

NewGetSelfServiceVerificationRequestOK creates a GetSelfServiceVerificationRequestOK with default headers values

func (*GetSelfServiceVerificationRequestOK) Error

func (*GetSelfServiceVerificationRequestOK) GetPayload

type GetSelfServiceVerificationRequestParams

type GetSelfServiceVerificationRequestParams struct {

	/*Request
	  Request is the Request ID

	The value for this parameter comes from `request` URL Query parameter sent to your
	application (e.g. `/verify?request=abcde`).

	*/
	Request string

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

GetSelfServiceVerificationRequestParams contains all the parameters to send to the API endpoint for the get self service verification request operation typically these are written to a http.Request

func NewGetSelfServiceVerificationRequestParams

func NewGetSelfServiceVerificationRequestParams() *GetSelfServiceVerificationRequestParams

NewGetSelfServiceVerificationRequestParams creates a new GetSelfServiceVerificationRequestParams object with the default values initialized.

func NewGetSelfServiceVerificationRequestParamsWithContext

func NewGetSelfServiceVerificationRequestParamsWithContext(ctx context.Context) *GetSelfServiceVerificationRequestParams

NewGetSelfServiceVerificationRequestParamsWithContext creates a new GetSelfServiceVerificationRequestParams object with the default values initialized, and the ability to set a context for a request

func NewGetSelfServiceVerificationRequestParamsWithHTTPClient

func NewGetSelfServiceVerificationRequestParamsWithHTTPClient(client *http.Client) *GetSelfServiceVerificationRequestParams

NewGetSelfServiceVerificationRequestParamsWithHTTPClient creates a new GetSelfServiceVerificationRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSelfServiceVerificationRequestParamsWithTimeout

func NewGetSelfServiceVerificationRequestParamsWithTimeout(timeout time.Duration) *GetSelfServiceVerificationRequestParams

NewGetSelfServiceVerificationRequestParamsWithTimeout creates a new GetSelfServiceVerificationRequestParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSelfServiceVerificationRequestParams) SetContext

SetContext adds the context to the get self service verification request params

func (*GetSelfServiceVerificationRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get self service verification request params

func (*GetSelfServiceVerificationRequestParams) SetRequest

func (o *GetSelfServiceVerificationRequestParams) SetRequest(request string)

SetRequest adds the request to the get self service verification request params

func (*GetSelfServiceVerificationRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get self service verification request params

func (*GetSelfServiceVerificationRequestParams) WithContext

WithContext adds the context to the get self service verification request params

func (*GetSelfServiceVerificationRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get self service verification request params

func (*GetSelfServiceVerificationRequestParams) WithRequest

WithRequest adds the request to the get self service verification request params

func (*GetSelfServiceVerificationRequestParams) WithTimeout

WithTimeout adds the timeout to the get self service verification request params

func (*GetSelfServiceVerificationRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSelfServiceVerificationRequestReader

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

GetSelfServiceVerificationRequestReader is a Reader for the GetSelfServiceVerificationRequest structure.

func (*GetSelfServiceVerificationRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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