Documentation ¶
Index ¶
- type Client
- func (a *Client) GetSelfServiceBrowserLoginRequest(params *GetSelfServiceBrowserLoginRequestParams) (*GetSelfServiceBrowserLoginRequestOK, error)
- func (a *Client) GetSelfServiceBrowserProfileManagementRequest(params *GetSelfServiceBrowserProfileManagementRequestParams) (*GetSelfServiceBrowserProfileManagementRequestOK, error)
- func (a *Client) GetSelfServiceBrowserRegistrationRequest(params *GetSelfServiceBrowserRegistrationRequestParams) (*GetSelfServiceBrowserRegistrationRequestOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type GetSelfServiceBrowserLoginRequestForbidden
- type GetSelfServiceBrowserLoginRequestInternalServerError
- type GetSelfServiceBrowserLoginRequestNotFound
- type GetSelfServiceBrowserLoginRequestOK
- type GetSelfServiceBrowserLoginRequestParams
- func NewGetSelfServiceBrowserLoginRequestParams() *GetSelfServiceBrowserLoginRequestParams
- func NewGetSelfServiceBrowserLoginRequestParamsWithContext(ctx context.Context) *GetSelfServiceBrowserLoginRequestParams
- func NewGetSelfServiceBrowserLoginRequestParamsWithHTTPClient(client *http.Client) *GetSelfServiceBrowserLoginRequestParams
- func NewGetSelfServiceBrowserLoginRequestParamsWithTimeout(timeout time.Duration) *GetSelfServiceBrowserLoginRequestParams
- func (o *GetSelfServiceBrowserLoginRequestParams) SetContext(ctx context.Context)
- func (o *GetSelfServiceBrowserLoginRequestParams) SetHTTPClient(client *http.Client)
- func (o *GetSelfServiceBrowserLoginRequestParams) SetRequest(request string)
- func (o *GetSelfServiceBrowserLoginRequestParams) SetTimeout(timeout time.Duration)
- func (o *GetSelfServiceBrowserLoginRequestParams) WithContext(ctx context.Context) *GetSelfServiceBrowserLoginRequestParams
- func (o *GetSelfServiceBrowserLoginRequestParams) WithHTTPClient(client *http.Client) *GetSelfServiceBrowserLoginRequestParams
- func (o *GetSelfServiceBrowserLoginRequestParams) WithRequest(request string) *GetSelfServiceBrowserLoginRequestParams
- func (o *GetSelfServiceBrowserLoginRequestParams) WithTimeout(timeout time.Duration) *GetSelfServiceBrowserLoginRequestParams
- func (o *GetSelfServiceBrowserLoginRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSelfServiceBrowserLoginRequestReader
- type GetSelfServiceBrowserProfileManagementRequestForbidden
- type GetSelfServiceBrowserProfileManagementRequestInternalServerError
- type GetSelfServiceBrowserProfileManagementRequestNotFound
- type GetSelfServiceBrowserProfileManagementRequestOK
- type GetSelfServiceBrowserProfileManagementRequestParams
- func NewGetSelfServiceBrowserProfileManagementRequestParams() *GetSelfServiceBrowserProfileManagementRequestParams
- func NewGetSelfServiceBrowserProfileManagementRequestParamsWithContext(ctx context.Context) *GetSelfServiceBrowserProfileManagementRequestParams
- func NewGetSelfServiceBrowserProfileManagementRequestParamsWithHTTPClient(client *http.Client) *GetSelfServiceBrowserProfileManagementRequestParams
- func NewGetSelfServiceBrowserProfileManagementRequestParamsWithTimeout(timeout time.Duration) *GetSelfServiceBrowserProfileManagementRequestParams
- func (o *GetSelfServiceBrowserProfileManagementRequestParams) SetContext(ctx context.Context)
- func (o *GetSelfServiceBrowserProfileManagementRequestParams) SetHTTPClient(client *http.Client)
- func (o *GetSelfServiceBrowserProfileManagementRequestParams) SetRequest(request string)
- func (o *GetSelfServiceBrowserProfileManagementRequestParams) SetTimeout(timeout time.Duration)
- func (o *GetSelfServiceBrowserProfileManagementRequestParams) WithContext(ctx context.Context) *GetSelfServiceBrowserProfileManagementRequestParams
- func (o *GetSelfServiceBrowserProfileManagementRequestParams) WithHTTPClient(client *http.Client) *GetSelfServiceBrowserProfileManagementRequestParams
- func (o *GetSelfServiceBrowserProfileManagementRequestParams) WithRequest(request string) *GetSelfServiceBrowserProfileManagementRequestParams
- func (o *GetSelfServiceBrowserProfileManagementRequestParams) WithTimeout(timeout time.Duration) *GetSelfServiceBrowserProfileManagementRequestParams
- func (o *GetSelfServiceBrowserProfileManagementRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSelfServiceBrowserProfileManagementRequestReader
- type GetSelfServiceBrowserRegistrationRequestForbidden
- type GetSelfServiceBrowserRegistrationRequestInternalServerError
- type GetSelfServiceBrowserRegistrationRequestNotFound
- type GetSelfServiceBrowserRegistrationRequestOK
- type GetSelfServiceBrowserRegistrationRequestParams
- func NewGetSelfServiceBrowserRegistrationRequestParams() *GetSelfServiceBrowserRegistrationRequestParams
- func NewGetSelfServiceBrowserRegistrationRequestParamsWithContext(ctx context.Context) *GetSelfServiceBrowserRegistrationRequestParams
- func NewGetSelfServiceBrowserRegistrationRequestParamsWithHTTPClient(client *http.Client) *GetSelfServiceBrowserRegistrationRequestParams
- func NewGetSelfServiceBrowserRegistrationRequestParamsWithTimeout(timeout time.Duration) *GetSelfServiceBrowserRegistrationRequestParams
- func (o *GetSelfServiceBrowserRegistrationRequestParams) SetContext(ctx context.Context)
- func (o *GetSelfServiceBrowserRegistrationRequestParams) SetHTTPClient(client *http.Client)
- func (o *GetSelfServiceBrowserRegistrationRequestParams) SetRequest(request string)
- func (o *GetSelfServiceBrowserRegistrationRequestParams) SetTimeout(timeout time.Duration)
- func (o *GetSelfServiceBrowserRegistrationRequestParams) WithContext(ctx context.Context) *GetSelfServiceBrowserRegistrationRequestParams
- func (o *GetSelfServiceBrowserRegistrationRequestParams) WithHTTPClient(client *http.Client) *GetSelfServiceBrowserRegistrationRequestParams
- func (o *GetSelfServiceBrowserRegistrationRequestParams) WithRequest(request string) *GetSelfServiceBrowserRegistrationRequestParams
- func (o *GetSelfServiceBrowserRegistrationRequestParams) WithTimeout(timeout time.Duration) *GetSelfServiceBrowserRegistrationRequestParams
- func (o *GetSelfServiceBrowserRegistrationRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSelfServiceBrowserRegistrationRequestReader
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 New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new common API client.
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 to prevent scanning attacks.
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) GetSelfServiceBrowserProfileManagementRequest ¶
func (a *Client) GetSelfServiceBrowserProfileManagementRequest(params *GetSelfServiceBrowserProfileManagementRequestParams) (*GetSelfServiceBrowserProfileManagementRequestOK, error)
GetSelfServiceBrowserProfileManagementRequest gets the request context of browser based profile management 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 Profile Management Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-profile-management).
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 to prevent scanning attacks.
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) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
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 (o *GetSelfServiceBrowserLoginRequestForbidden) Error() string
func (*GetSelfServiceBrowserLoginRequestForbidden) GetPayload ¶
func (o *GetSelfServiceBrowserLoginRequestForbidden) GetPayload() *models.GenericError
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 (o *GetSelfServiceBrowserLoginRequestInternalServerError) Error() string
func (*GetSelfServiceBrowserLoginRequestInternalServerError) GetPayload ¶
func (o *GetSelfServiceBrowserLoginRequestInternalServerError) GetPayload() *models.GenericError
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 (o *GetSelfServiceBrowserLoginRequestNotFound) Error() string
func (*GetSelfServiceBrowserLoginRequestNotFound) GetPayload ¶
func (o *GetSelfServiceBrowserLoginRequestNotFound) GetPayload() *models.GenericError
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 (o *GetSelfServiceBrowserLoginRequestOK) Error() string
func (*GetSelfServiceBrowserLoginRequestOK) GetPayload ¶
func (o *GetSelfServiceBrowserLoginRequestOK) GetPayload() *models.LoginRequest
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 ¶
func (o *GetSelfServiceBrowserLoginRequestParams) SetContext(ctx context.Context)
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 ¶
func (o *GetSelfServiceBrowserLoginRequestParams) WithContext(ctx context.Context) *GetSelfServiceBrowserLoginRequestParams
WithContext adds the context to the get self service browser login request params
func (*GetSelfServiceBrowserLoginRequestParams) WithHTTPClient ¶
func (o *GetSelfServiceBrowserLoginRequestParams) WithHTTPClient(client *http.Client) *GetSelfServiceBrowserLoginRequestParams
WithHTTPClient adds the HTTPClient to the get self service browser login request params
func (*GetSelfServiceBrowserLoginRequestParams) WithRequest ¶
func (o *GetSelfServiceBrowserLoginRequestParams) WithRequest(request string) *GetSelfServiceBrowserLoginRequestParams
WithRequest adds the request to the get self service browser login request params
func (*GetSelfServiceBrowserLoginRequestParams) WithTimeout ¶
func (o *GetSelfServiceBrowserLoginRequestParams) WithTimeout(timeout time.Duration) *GetSelfServiceBrowserLoginRequestParams
WithTimeout adds the timeout to the get self service browser login request params
func (*GetSelfServiceBrowserLoginRequestParams) WriteToRequest ¶
func (o *GetSelfServiceBrowserLoginRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetSelfServiceBrowserProfileManagementRequestForbidden) Error() string
func (*GetSelfServiceBrowserProfileManagementRequestForbidden) GetPayload ¶
func (o *GetSelfServiceBrowserProfileManagementRequestForbidden) GetPayload() *models.GenericError
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 (o *GetSelfServiceBrowserProfileManagementRequestInternalServerError) Error() string
func (*GetSelfServiceBrowserProfileManagementRequestInternalServerError) GetPayload ¶
func (o *GetSelfServiceBrowserProfileManagementRequestInternalServerError) GetPayload() *models.GenericError
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 (o *GetSelfServiceBrowserProfileManagementRequestNotFound) Error() string
func (*GetSelfServiceBrowserProfileManagementRequestNotFound) GetPayload ¶
func (o *GetSelfServiceBrowserProfileManagementRequestNotFound) GetPayload() *models.GenericError
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 (o *GetSelfServiceBrowserProfileManagementRequestOK) Error() string
func (*GetSelfServiceBrowserProfileManagementRequestOK) GetPayload ¶
func (o *GetSelfServiceBrowserProfileManagementRequestOK) GetPayload() *models.ProfileManagementRequest
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 ¶
func (o *GetSelfServiceBrowserProfileManagementRequestParams) SetContext(ctx context.Context)
SetContext adds the context to the get self service browser profile management request params
func (*GetSelfServiceBrowserProfileManagementRequestParams) SetHTTPClient ¶
func (o *GetSelfServiceBrowserProfileManagementRequestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get self service browser profile management request params
func (*GetSelfServiceBrowserProfileManagementRequestParams) SetRequest ¶
func (o *GetSelfServiceBrowserProfileManagementRequestParams) SetRequest(request string)
SetRequest adds the request to the get self service browser profile management request params
func (*GetSelfServiceBrowserProfileManagementRequestParams) SetTimeout ¶
func (o *GetSelfServiceBrowserProfileManagementRequestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get self service browser profile management request params
func (*GetSelfServiceBrowserProfileManagementRequestParams) WithContext ¶
func (o *GetSelfServiceBrowserProfileManagementRequestParams) WithContext(ctx context.Context) *GetSelfServiceBrowserProfileManagementRequestParams
WithContext adds the context to the get self service browser profile management request params
func (*GetSelfServiceBrowserProfileManagementRequestParams) WithHTTPClient ¶
func (o *GetSelfServiceBrowserProfileManagementRequestParams) WithHTTPClient(client *http.Client) *GetSelfServiceBrowserProfileManagementRequestParams
WithHTTPClient adds the HTTPClient to the get self service browser profile management request params
func (*GetSelfServiceBrowserProfileManagementRequestParams) WithRequest ¶
func (o *GetSelfServiceBrowserProfileManagementRequestParams) WithRequest(request string) *GetSelfServiceBrowserProfileManagementRequestParams
WithRequest adds the request to the get self service browser profile management request params
func (*GetSelfServiceBrowserProfileManagementRequestParams) WithTimeout ¶
func (o *GetSelfServiceBrowserProfileManagementRequestParams) WithTimeout(timeout time.Duration) *GetSelfServiceBrowserProfileManagementRequestParams
WithTimeout adds the timeout to the get self service browser profile management request params
func (*GetSelfServiceBrowserProfileManagementRequestParams) WriteToRequest ¶
func (o *GetSelfServiceBrowserProfileManagementRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 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 (o *GetSelfServiceBrowserRegistrationRequestForbidden) Error() string
func (*GetSelfServiceBrowserRegistrationRequestForbidden) GetPayload ¶
func (o *GetSelfServiceBrowserRegistrationRequestForbidden) GetPayload() *models.GenericError
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 (o *GetSelfServiceBrowserRegistrationRequestInternalServerError) Error() string
func (*GetSelfServiceBrowserRegistrationRequestInternalServerError) GetPayload ¶
func (o *GetSelfServiceBrowserRegistrationRequestInternalServerError) GetPayload() *models.GenericError
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 (o *GetSelfServiceBrowserRegistrationRequestNotFound) Error() string
func (*GetSelfServiceBrowserRegistrationRequestNotFound) GetPayload ¶
func (o *GetSelfServiceBrowserRegistrationRequestNotFound) GetPayload() *models.GenericError
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 (o *GetSelfServiceBrowserRegistrationRequestOK) Error() string
func (*GetSelfServiceBrowserRegistrationRequestOK) GetPayload ¶
func (o *GetSelfServiceBrowserRegistrationRequestOK) GetPayload() *models.RegistrationRequest
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 ¶
func (o *GetSelfServiceBrowserRegistrationRequestParams) SetContext(ctx context.Context)
SetContext adds the context to the get self service browser registration request params
func (*GetSelfServiceBrowserRegistrationRequestParams) SetHTTPClient ¶
func (o *GetSelfServiceBrowserRegistrationRequestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get self service browser registration request params
func (*GetSelfServiceBrowserRegistrationRequestParams) SetRequest ¶
func (o *GetSelfServiceBrowserRegistrationRequestParams) SetRequest(request string)
SetRequest adds the request to the get self service browser registration request params
func (*GetSelfServiceBrowserRegistrationRequestParams) SetTimeout ¶
func (o *GetSelfServiceBrowserRegistrationRequestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get self service browser registration request params
func (*GetSelfServiceBrowserRegistrationRequestParams) WithContext ¶
func (o *GetSelfServiceBrowserRegistrationRequestParams) WithContext(ctx context.Context) *GetSelfServiceBrowserRegistrationRequestParams
WithContext adds the context to the get self service browser registration request params
func (*GetSelfServiceBrowserRegistrationRequestParams) WithHTTPClient ¶
func (o *GetSelfServiceBrowserRegistrationRequestParams) WithHTTPClient(client *http.Client) *GetSelfServiceBrowserRegistrationRequestParams
WithHTTPClient adds the HTTPClient to the get self service browser registration request params
func (*GetSelfServiceBrowserRegistrationRequestParams) WithRequest ¶
func (o *GetSelfServiceBrowserRegistrationRequestParams) WithRequest(request string) *GetSelfServiceBrowserRegistrationRequestParams
WithRequest adds the request to the get self service browser registration request params
func (*GetSelfServiceBrowserRegistrationRequestParams) WithTimeout ¶
func (o *GetSelfServiceBrowserRegistrationRequestParams) WithTimeout(timeout time.Duration) *GetSelfServiceBrowserRegistrationRequestParams
WithTimeout adds the timeout to the get self service browser registration request params
func (*GetSelfServiceBrowserRegistrationRequestParams) WriteToRequest ¶
func (o *GetSelfServiceBrowserRegistrationRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
Source Files ¶
- common_client.go
- get_self_service_browser_login_request_parameters.go
- get_self_service_browser_login_request_responses.go
- get_self_service_browser_profile_management_request_parameters.go
- get_self_service_browser_profile_management_request_responses.go
- get_self_service_browser_registration_request_parameters.go
- get_self_service_browser_registration_request_responses.go