admin

package
v1.11.10 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptConsentRequestInternalServerError

type AcceptConsentRequestInternalServerError struct {
	Payload *models.JSONError
}
AcceptConsentRequestInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewAcceptConsentRequestInternalServerError

func NewAcceptConsentRequestInternalServerError() *AcceptConsentRequestInternalServerError

NewAcceptConsentRequestInternalServerError creates a AcceptConsentRequestInternalServerError with default headers values

func (*AcceptConsentRequestInternalServerError) Error

func (*AcceptConsentRequestInternalServerError) GetPayload

type AcceptConsentRequestNotFound

type AcceptConsentRequestNotFound struct {
	Payload *models.JSONError
}
AcceptConsentRequestNotFound describes a response with status code 404, with default header values.

jsonError

func NewAcceptConsentRequestNotFound

func NewAcceptConsentRequestNotFound() *AcceptConsentRequestNotFound

NewAcceptConsentRequestNotFound creates a AcceptConsentRequestNotFound with default headers values

func (*AcceptConsentRequestNotFound) Error

func (*AcceptConsentRequestNotFound) GetPayload

type AcceptConsentRequestOK

type AcceptConsentRequestOK struct {
	Payload *models.CompletedRequest
}
AcceptConsentRequestOK describes a response with status code 200, with default header values.

completedRequest

func NewAcceptConsentRequestOK

func NewAcceptConsentRequestOK() *AcceptConsentRequestOK

NewAcceptConsentRequestOK creates a AcceptConsentRequestOK with default headers values

func (*AcceptConsentRequestOK) Error

func (o *AcceptConsentRequestOK) Error() string

func (*AcceptConsentRequestOK) GetPayload

type AcceptConsentRequestParams

type AcceptConsentRequestParams struct {

	// Body.
	Body *models.AcceptConsentRequest

	// ConsentChallenge.
	ConsentChallenge string

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

AcceptConsentRequestParams contains all the parameters to send to the API endpoint

for the accept consent request operation.

Typically these are written to a http.Request.

func NewAcceptConsentRequestParams

func NewAcceptConsentRequestParams() *AcceptConsentRequestParams

NewAcceptConsentRequestParams creates a new AcceptConsentRequestParams object, with the default timeout for this client.

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

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

func NewAcceptConsentRequestParamsWithContext

func NewAcceptConsentRequestParamsWithContext(ctx context.Context) *AcceptConsentRequestParams

NewAcceptConsentRequestParamsWithContext creates a new AcceptConsentRequestParams object with the ability to set a context for a request.

func NewAcceptConsentRequestParamsWithHTTPClient

func NewAcceptConsentRequestParamsWithHTTPClient(client *http.Client) *AcceptConsentRequestParams

NewAcceptConsentRequestParamsWithHTTPClient creates a new AcceptConsentRequestParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptConsentRequestParamsWithTimeout

func NewAcceptConsentRequestParamsWithTimeout(timeout time.Duration) *AcceptConsentRequestParams

NewAcceptConsentRequestParamsWithTimeout creates a new AcceptConsentRequestParams object with the ability to set a timeout on a request.

func (*AcceptConsentRequestParams) SetBody

SetBody adds the body to the accept consent request params

func (*AcceptConsentRequestParams) SetConsentChallenge

func (o *AcceptConsentRequestParams) SetConsentChallenge(consentChallenge string)

SetConsentChallenge adds the consentChallenge to the accept consent request params

func (*AcceptConsentRequestParams) SetContext

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

SetContext adds the context to the accept consent request params

func (*AcceptConsentRequestParams) SetDefaults added in v1.10.0

func (o *AcceptConsentRequestParams) SetDefaults()

SetDefaults hydrates default values in the accept consent request params (not the query body).

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

func (*AcceptConsentRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept consent request params

func (*AcceptConsentRequestParams) SetTimeout

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

SetTimeout adds the timeout to the accept consent request params

func (*AcceptConsentRequestParams) WithBody

WithBody adds the body to the accept consent request params

func (*AcceptConsentRequestParams) WithConsentChallenge

func (o *AcceptConsentRequestParams) WithConsentChallenge(consentChallenge string) *AcceptConsentRequestParams

WithConsentChallenge adds the consentChallenge to the accept consent request params

func (*AcceptConsentRequestParams) WithContext

WithContext adds the context to the accept consent request params

func (*AcceptConsentRequestParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the accept consent request params (not the query body).

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

func (*AcceptConsentRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept consent request params

func (*AcceptConsentRequestParams) WithTimeout

WithTimeout adds the timeout to the accept consent request params

func (*AcceptConsentRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptConsentRequestReader

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

AcceptConsentRequestReader is a Reader for the AcceptConsentRequest structure.

func (*AcceptConsentRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptLoginRequestBadRequest added in v1.9.0

type AcceptLoginRequestBadRequest struct {
	Payload *models.JSONError
}
AcceptLoginRequestBadRequest describes a response with status code 400, with default header values.

jsonError

func NewAcceptLoginRequestBadRequest added in v1.9.0

func NewAcceptLoginRequestBadRequest() *AcceptLoginRequestBadRequest

NewAcceptLoginRequestBadRequest creates a AcceptLoginRequestBadRequest with default headers values

func (*AcceptLoginRequestBadRequest) Error added in v1.9.0

func (*AcceptLoginRequestBadRequest) GetPayload added in v1.9.0

type AcceptLoginRequestInternalServerError

type AcceptLoginRequestInternalServerError struct {
	Payload *models.JSONError
}
AcceptLoginRequestInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewAcceptLoginRequestInternalServerError

func NewAcceptLoginRequestInternalServerError() *AcceptLoginRequestInternalServerError

NewAcceptLoginRequestInternalServerError creates a AcceptLoginRequestInternalServerError with default headers values

func (*AcceptLoginRequestInternalServerError) Error

func (*AcceptLoginRequestInternalServerError) GetPayload

type AcceptLoginRequestNotFound

type AcceptLoginRequestNotFound struct {
	Payload *models.JSONError
}
AcceptLoginRequestNotFound describes a response with status code 404, with default header values.

jsonError

func NewAcceptLoginRequestNotFound

func NewAcceptLoginRequestNotFound() *AcceptLoginRequestNotFound

NewAcceptLoginRequestNotFound creates a AcceptLoginRequestNotFound with default headers values

func (*AcceptLoginRequestNotFound) Error

func (*AcceptLoginRequestNotFound) GetPayload

func (o *AcceptLoginRequestNotFound) GetPayload() *models.JSONError

type AcceptLoginRequestOK

type AcceptLoginRequestOK struct {
	Payload *models.CompletedRequest
}
AcceptLoginRequestOK describes a response with status code 200, with default header values.

completedRequest

func NewAcceptLoginRequestOK

func NewAcceptLoginRequestOK() *AcceptLoginRequestOK

NewAcceptLoginRequestOK creates a AcceptLoginRequestOK with default headers values

func (*AcceptLoginRequestOK) Error

func (o *AcceptLoginRequestOK) Error() string

func (*AcceptLoginRequestOK) GetPayload

func (o *AcceptLoginRequestOK) GetPayload() *models.CompletedRequest

type AcceptLoginRequestParams

type AcceptLoginRequestParams struct {

	// Body.
	Body *models.AcceptLoginRequest

	// LoginChallenge.
	LoginChallenge string

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

AcceptLoginRequestParams contains all the parameters to send to the API endpoint

for the accept login request operation.

Typically these are written to a http.Request.

func NewAcceptLoginRequestParams

func NewAcceptLoginRequestParams() *AcceptLoginRequestParams

NewAcceptLoginRequestParams creates a new AcceptLoginRequestParams object, with the default timeout for this client.

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

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

func NewAcceptLoginRequestParamsWithContext

func NewAcceptLoginRequestParamsWithContext(ctx context.Context) *AcceptLoginRequestParams

NewAcceptLoginRequestParamsWithContext creates a new AcceptLoginRequestParams object with the ability to set a context for a request.

func NewAcceptLoginRequestParamsWithHTTPClient

func NewAcceptLoginRequestParamsWithHTTPClient(client *http.Client) *AcceptLoginRequestParams

NewAcceptLoginRequestParamsWithHTTPClient creates a new AcceptLoginRequestParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptLoginRequestParamsWithTimeout

func NewAcceptLoginRequestParamsWithTimeout(timeout time.Duration) *AcceptLoginRequestParams

NewAcceptLoginRequestParamsWithTimeout creates a new AcceptLoginRequestParams object with the ability to set a timeout on a request.

func (*AcceptLoginRequestParams) SetBody

SetBody adds the body to the accept login request params

func (*AcceptLoginRequestParams) SetContext

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

SetContext adds the context to the accept login request params

func (*AcceptLoginRequestParams) SetDefaults added in v1.10.0

func (o *AcceptLoginRequestParams) SetDefaults()

SetDefaults hydrates default values in the accept login request params (not the query body).

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

func (*AcceptLoginRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept login request params

func (*AcceptLoginRequestParams) SetLoginChallenge

func (o *AcceptLoginRequestParams) SetLoginChallenge(loginChallenge string)

SetLoginChallenge adds the loginChallenge to the accept login request params

func (*AcceptLoginRequestParams) SetTimeout

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

SetTimeout adds the timeout to the accept login request params

func (*AcceptLoginRequestParams) WithBody

WithBody adds the body to the accept login request params

func (*AcceptLoginRequestParams) WithContext

WithContext adds the context to the accept login request params

func (*AcceptLoginRequestParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the accept login request params (not the query body).

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

func (*AcceptLoginRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the accept login request params

func (*AcceptLoginRequestParams) WithLoginChallenge

func (o *AcceptLoginRequestParams) WithLoginChallenge(loginChallenge string) *AcceptLoginRequestParams

WithLoginChallenge adds the loginChallenge to the accept login request params

func (*AcceptLoginRequestParams) WithTimeout

WithTimeout adds the timeout to the accept login request params

func (*AcceptLoginRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptLoginRequestReader

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

AcceptLoginRequestReader is a Reader for the AcceptLoginRequest structure.

func (*AcceptLoginRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptLoginRequestUnauthorized

type AcceptLoginRequestUnauthorized struct {
	Payload *models.JSONError
}
AcceptLoginRequestUnauthorized describes a response with status code 401, with default header values.

jsonError

func NewAcceptLoginRequestUnauthorized

func NewAcceptLoginRequestUnauthorized() *AcceptLoginRequestUnauthorized

NewAcceptLoginRequestUnauthorized creates a AcceptLoginRequestUnauthorized with default headers values

func (*AcceptLoginRequestUnauthorized) Error

func (*AcceptLoginRequestUnauthorized) GetPayload

type AcceptLogoutRequestInternalServerError

type AcceptLogoutRequestInternalServerError struct {
	Payload *models.JSONError
}
AcceptLogoutRequestInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewAcceptLogoutRequestInternalServerError

func NewAcceptLogoutRequestInternalServerError() *AcceptLogoutRequestInternalServerError

NewAcceptLogoutRequestInternalServerError creates a AcceptLogoutRequestInternalServerError with default headers values

func (*AcceptLogoutRequestInternalServerError) Error

func (*AcceptLogoutRequestInternalServerError) GetPayload

type AcceptLogoutRequestNotFound

type AcceptLogoutRequestNotFound struct {
	Payload *models.JSONError
}
AcceptLogoutRequestNotFound describes a response with status code 404, with default header values.

jsonError

func NewAcceptLogoutRequestNotFound

func NewAcceptLogoutRequestNotFound() *AcceptLogoutRequestNotFound

NewAcceptLogoutRequestNotFound creates a AcceptLogoutRequestNotFound with default headers values

func (*AcceptLogoutRequestNotFound) Error

func (*AcceptLogoutRequestNotFound) GetPayload

func (o *AcceptLogoutRequestNotFound) GetPayload() *models.JSONError

type AcceptLogoutRequestOK

type AcceptLogoutRequestOK struct {
	Payload *models.CompletedRequest
}
AcceptLogoutRequestOK describes a response with status code 200, with default header values.

completedRequest

func NewAcceptLogoutRequestOK

func NewAcceptLogoutRequestOK() *AcceptLogoutRequestOK

NewAcceptLogoutRequestOK creates a AcceptLogoutRequestOK with default headers values

func (*AcceptLogoutRequestOK) Error

func (o *AcceptLogoutRequestOK) Error() string

func (*AcceptLogoutRequestOK) GetPayload

type AcceptLogoutRequestParams

type AcceptLogoutRequestParams struct {

	// LogoutChallenge.
	LogoutChallenge string

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

AcceptLogoutRequestParams contains all the parameters to send to the API endpoint

for the accept logout request operation.

Typically these are written to a http.Request.

func NewAcceptLogoutRequestParams

func NewAcceptLogoutRequestParams() *AcceptLogoutRequestParams

NewAcceptLogoutRequestParams creates a new AcceptLogoutRequestParams object, with the default timeout for this client.

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

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

func NewAcceptLogoutRequestParamsWithContext

func NewAcceptLogoutRequestParamsWithContext(ctx context.Context) *AcceptLogoutRequestParams

NewAcceptLogoutRequestParamsWithContext creates a new AcceptLogoutRequestParams object with the ability to set a context for a request.

func NewAcceptLogoutRequestParamsWithHTTPClient

func NewAcceptLogoutRequestParamsWithHTTPClient(client *http.Client) *AcceptLogoutRequestParams

NewAcceptLogoutRequestParamsWithHTTPClient creates a new AcceptLogoutRequestParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptLogoutRequestParamsWithTimeout

func NewAcceptLogoutRequestParamsWithTimeout(timeout time.Duration) *AcceptLogoutRequestParams

NewAcceptLogoutRequestParamsWithTimeout creates a new AcceptLogoutRequestParams object with the ability to set a timeout on a request.

func (*AcceptLogoutRequestParams) SetContext

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

SetContext adds the context to the accept logout request params

func (*AcceptLogoutRequestParams) SetDefaults added in v1.10.0

func (o *AcceptLogoutRequestParams) SetDefaults()

SetDefaults hydrates default values in the accept logout request params (not the query body).

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

func (*AcceptLogoutRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept logout request params

func (*AcceptLogoutRequestParams) SetLogoutChallenge

func (o *AcceptLogoutRequestParams) SetLogoutChallenge(logoutChallenge string)

SetLogoutChallenge adds the logoutChallenge to the accept logout request params

func (*AcceptLogoutRequestParams) SetTimeout

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

SetTimeout adds the timeout to the accept logout request params

func (*AcceptLogoutRequestParams) WithContext

WithContext adds the context to the accept logout request params

func (*AcceptLogoutRequestParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the accept logout request params (not the query body).

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

func (*AcceptLogoutRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the accept logout request params

func (*AcceptLogoutRequestParams) WithLogoutChallenge

func (o *AcceptLogoutRequestParams) WithLogoutChallenge(logoutChallenge string) *AcceptLogoutRequestParams

WithLogoutChallenge adds the logoutChallenge to the accept logout request params

func (*AcceptLogoutRequestParams) WithTimeout

WithTimeout adds the timeout to the accept logout request params

func (*AcceptLogoutRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptLogoutRequestReader

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

AcceptLogoutRequestReader is a Reader for the AcceptLogoutRequest structure.

func (*AcceptLogoutRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for admin API

func (*Client) AcceptConsentRequest

func (a *Client) AcceptConsentRequest(params *AcceptConsentRequestParams, opts ...ClientOption) (*AcceptConsentRequestOK, error)
AcceptConsentRequest accepts a consent request

When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider

to authenticate the subject and then tell ORY Hydra now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.

The consent provider which handles this request and is a web app implemented and hosted by you. It shows a subject interface which asks the subject to grant or deny the client access to the requested scope ("Application my-dropbox-app wants write access to all your private files").

The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells ORY Hydra if the subject accepted or rejected the request.

This endpoint tells ORY Hydra that the subject has authorized the OAuth 2.0 client to access resources on his/her behalf. The consent provider includes additional information, such as session data for access and ID tokens, and if the consent request should be used as basis for future requests.

The response contains a redirect URL which the consent provider should redirect the user-agent to.

func (*Client) AcceptLoginRequest

func (a *Client) AcceptLoginRequest(params *AcceptLoginRequestParams, opts ...ClientOption) (*AcceptLoginRequestOK, error)
AcceptLoginRequest accepts a login request

When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider

(sometimes called "identity provider") to authenticate the subject and then tell ORY Hydra now about it. The login provider is an web-app you write and host, and it must be able to authenticate ("show the subject a login screen") a subject (in OAuth2 the proper name for subject is "resource owner").

The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.

This endpoint tells ORY Hydra that the subject has successfully authenticated and includes additional information such as the subject's ID and if ORY Hydra should remember the subject's subject agent for future authentication attempts by setting a cookie.

The response contains a redirect URL which the login provider should redirect the user-agent to.

func (*Client) AcceptLogoutRequest

func (a *Client) AcceptLogoutRequest(params *AcceptLogoutRequestParams, opts ...ClientOption) (*AcceptLogoutRequestOK, error)
AcceptLogoutRequest accepts a logout request

When a user or an application requests ORY Hydra to log out a user, this endpoint is used to confirm that logout request.

No body is required.

The response contains a redirect URL which the consent provider should redirect the user-agent to.

func (*Client) CreateJSONWebKeySet

func (a *Client) CreateJSONWebKeySet(params *CreateJSONWebKeySetParams, opts ...ClientOption) (*CreateJSONWebKeySetCreated, error)
CreateJSONWebKeySet generates a new JSON web key

This endpoint is capable of generating JSON Web Key Sets for you. There a different strategies available, such as symmetric cryptographic keys (HS256, HS512) and asymetric cryptographic keys (RS256, ECDSA). If the specified JSON Web Key Set does not exist, it will be created.

A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.

func (*Client) CreateOAuth2Client

func (a *Client) CreateOAuth2Client(params *CreateOAuth2ClientParams, opts ...ClientOption) (*CreateOAuth2ClientCreated, error)
CreateOAuth2Client creates an o auth 2 0 client

Create a new OAuth 2.0 client If you pass `client_secret` the secret will be used, otherwise a random secret

will be generated. The secret will be returned in the response and you will not be able to retrieve it later on. Write the secret down and keep it somwhere safe.

OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.

func (*Client) DeleteJSONWebKey

func (a *Client) DeleteJSONWebKey(params *DeleteJSONWebKeyParams, opts ...ClientOption) (*DeleteJSONWebKeyNoContent, error)
DeleteJSONWebKey deletes a JSON web key

Use this endpoint to delete a single JSON Web Key.

A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.

func (*Client) DeleteJSONWebKeySet

func (a *Client) DeleteJSONWebKeySet(params *DeleteJSONWebKeySetParams, opts ...ClientOption) (*DeleteJSONWebKeySetNoContent, error)
DeleteJSONWebKeySet deletes a JSON web key set

Use this endpoint to delete a complete JSON Web Key Set and all the keys in that set.

A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.

func (*Client) DeleteOAuth2Client

func (a *Client) DeleteOAuth2Client(params *DeleteOAuth2ClientParams, opts ...ClientOption) (*DeleteOAuth2ClientNoContent, error)
DeleteOAuth2Client deletes an o auth 2 0 client

Delete an existing OAuth 2.0 Client by its ID.

OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.

Make sure that this endpoint is well protected and only callable by first-party components.

func (*Client) DeleteOAuth2Token added in v1.8.0

func (a *Client) DeleteOAuth2Token(params *DeleteOAuth2TokenParams, opts ...ClientOption) (*DeleteOAuth2TokenNoContent, error)

DeleteOAuth2Token deletes o auth2 access tokens from a client

This endpoint deletes OAuth2 access tokens issued for a client from the database

func (*Client) DeleteTrustedJwtGrantIssuer added in v1.11.0

func (a *Client) DeleteTrustedJwtGrantIssuer(params *DeleteTrustedJwtGrantIssuerParams, opts ...ClientOption) (*DeleteTrustedJwtGrantIssuerNoContent, error)
DeleteTrustedJwtGrantIssuer deletes a trusted o auth2 j w t bearer grant type issuer

Use this endpoint to delete trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you

created the trust relationship.

Once deleted, the associated issuer will no longer be able to perform the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grant.

func (*Client) FlushInactiveOAuth2Tokens

func (a *Client) FlushInactiveOAuth2Tokens(params *FlushInactiveOAuth2TokensParams, opts ...ClientOption) (*FlushInactiveOAuth2TokensNoContent, error)
FlushInactiveOAuth2Tokens flushes expired o auth2 access tokens

This endpoint flushes expired OAuth2 access tokens from the database. You can set a time after which no tokens will be

not be touched, in case you want to keep recent tokens for auditing. Refresh tokens can not be flushed as they are deleted automatically when performing the refresh flow.

func (*Client) GetConsentRequest

func (a *Client) GetConsentRequest(params *GetConsentRequestParams, opts ...ClientOption) (*GetConsentRequestOK, error)
GetConsentRequest gets consent request information

When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider

to authenticate the subject and then tell ORY Hydra now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.

The consent provider which handles this request and is a web app implemented and hosted by you. It shows a subject interface which asks the subject to grant or deny the client access to the requested scope ("Application my-dropbox-app wants write access to all your private files").

The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells ORY Hydra if the subject accepted or rejected the request.

func (*Client) GetJSONWebKey

func (a *Client) GetJSONWebKey(params *GetJSONWebKeyParams, opts ...ClientOption) (*GetJSONWebKeyOK, error)

GetJSONWebKey fetches a JSON web key

This endpoint returns a singular JSON Web Key, identified by the set and the specific key ID (kid).

func (*Client) GetJSONWebKeySet

func (a *Client) GetJSONWebKeySet(params *GetJSONWebKeySetParams, opts ...ClientOption) (*GetJSONWebKeySetOK, error)
GetJSONWebKeySet retrieves a JSON web key set

This endpoint can be used to retrieve JWK Sets stored in ORY Hydra.

A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.

func (*Client) GetLoginRequest

func (a *Client) GetLoginRequest(params *GetLoginRequestParams, opts ...ClientOption) (*GetLoginRequestOK, error)
GetLoginRequest gets a login request

When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider

(sometimes called "identity provider") to authenticate the subject and then tell ORY Hydra now about it. The login provider is an web-app you write and host, and it must be able to authenticate ("show the subject a login screen") a subject (in OAuth2 the proper name for subject is "resource owner").

The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.

func (*Client) GetLogoutRequest

func (a *Client) GetLogoutRequest(params *GetLogoutRequestParams, opts ...ClientOption) (*GetLogoutRequestOK, error)

GetLogoutRequest gets a logout request

Use this endpoint to fetch a logout request.

func (*Client) GetOAuth2Client

func (a *Client) GetOAuth2Client(params *GetOAuth2ClientParams, opts ...ClientOption) (*GetOAuth2ClientOK, error)
GetOAuth2Client gets an o auth 2 0 client

Get an OAuth 2.0 client by its ID. This endpoint never returns the client secret.

OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.

func (*Client) GetTrustedJwtGrantIssuer added in v1.11.0

func (a *Client) GetTrustedJwtGrantIssuer(params *GetTrustedJwtGrantIssuerParams, opts ...ClientOption) (*GetTrustedJwtGrantIssuerOK, error)
GetTrustedJwtGrantIssuer gets a trusted o auth2 j w t bearer grant type issuer

Use this endpoint to get a trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you

created the trust relationship.

func (*Client) GetVersion

func (a *Client) GetVersion(params *GetVersionParams, opts ...ClientOption) (*GetVersionOK, error)
GetVersion gets service version

This endpoint returns the service version typically notated using semantic versioning.

If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set.

func (*Client) IntrospectOAuth2Token

func (a *Client) IntrospectOAuth2Token(params *IntrospectOAuth2TokenParams, opts ...ClientOption) (*IntrospectOAuth2TokenOK, error)
IntrospectOAuth2Token introspects o auth2 tokens

The introspection endpoint allows to check if a token (both refresh and access) is active or not. An active token

is neither expired nor revoked. If a token is active, additional information on the token will be included. You can set additional data for a token by setting `accessTokenExtra` during the consent flow.

For more information [read this blog post](https://www.oauth.com/oauth2-servers/token-introspection-endpoint/).

func (*Client) IsInstanceAlive

func (a *Client) IsInstanceAlive(params *IsInstanceAliveParams, opts ...ClientOption) (*IsInstanceAliveOK, error)
IsInstanceAlive checks alive status

This endpoint returns a 200 status code when the HTTP server is up running.

This status does currently not include checks whether the database connection is working.

If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set.

Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.

func (*Client) ListOAuth2Clients

func (a *Client) ListOAuth2Clients(params *ListOAuth2ClientsParams, opts ...ClientOption) (*ListOAuth2ClientsOK, error)
ListOAuth2Clients lists o auth 2 0 clients

This endpoint lists all clients in the database, and never returns client secrets.

As a default it lists the first 100 clients. The `limit` parameter can be used to retrieve more clients, but it has an upper bound at 500 objects. Pagination should be used to retrieve more than 500 objects.

OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.

The "Link" header is also included in successful responses, which contains one or more links for pagination, formatted like so: '<https://hydra-url/admin/clients?limit={limit}&offset={offset}>; rel="{page}"', where page is one of the following applicable pages: 'first', 'next', 'last', and 'previous'. Multiple links can be included in this header, and will be separated by a comma.

func (*Client) ListSubjectConsentSessions

func (a *Client) ListSubjectConsentSessions(params *ListSubjectConsentSessionsParams, opts ...ClientOption) (*ListSubjectConsentSessionsOK, error)
ListSubjectConsentSessions lists all consent sessions of a subject

This endpoint lists all subject's granted consent sessions, including client and granted scope.

If the subject is unknown or has not granted any consent sessions yet, the endpoint returns an empty JSON array with status code 200 OK.

The "Link" header is also included in successful responses, which contains one or more links for pagination, formatted like so: '<https://hydra-url/admin/oauth2/auth/sessions/consent?subject={user}&limit={limit}&offset={offset}>; rel="{page}"', where page is one of the following applicable pages: 'first', 'next', 'last', and 'previous'. Multiple links can be included in this header, and will be separated by a comma.

func (*Client) ListTrustedJwtGrantIssuers added in v1.11.0

func (a *Client) ListTrustedJwtGrantIssuers(params *ListTrustedJwtGrantIssuersParams, opts ...ClientOption) (*ListTrustedJwtGrantIssuersOK, error)

ListTrustedJwtGrantIssuers lists trusted o auth2 j w t bearer grant type issuers

Use this endpoint to list all trusted JWT Bearer Grant Type Issuers.

func (*Client) PatchOAuth2Client added in v1.10.2

func (a *Client) PatchOAuth2Client(params *PatchOAuth2ClientParams, opts ...ClientOption) (*PatchOAuth2ClientOK, error)
PatchOAuth2Client patches an o auth 2 0 client

Patch an existing OAuth 2.0 Client. If you pass `client_secret`

the secret will be updated and returned via the API. This is the only time you will be able to retrieve the client secret, so write it down and keep it safe.

OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.

func (*Client) RejectConsentRequest

func (a *Client) RejectConsentRequest(params *RejectConsentRequestParams, opts ...ClientOption) (*RejectConsentRequestOK, error)
RejectConsentRequest rejects a consent request

When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider

to authenticate the subject and then tell ORY Hydra now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.

The consent provider which handles this request and is a web app implemented and hosted by you. It shows a subject interface which asks the subject to grant or deny the client access to the requested scope ("Application my-dropbox-app wants write access to all your private files").

The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells ORY Hydra if the subject accepted or rejected the request.

This endpoint tells ORY Hydra that the subject has not authorized the OAuth 2.0 client to access resources on his/her behalf. The consent provider must include a reason why the consent was not granted.

The response contains a redirect URL which the consent provider should redirect the user-agent to.

func (*Client) RejectLoginRequest

func (a *Client) RejectLoginRequest(params *RejectLoginRequestParams, opts ...ClientOption) (*RejectLoginRequestOK, error)
RejectLoginRequest rejects a login request

When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider

(sometimes called "identity provider") to authenticate the subject and then tell ORY Hydra now about it. The login provider is an web-app you write and host, and it must be able to authenticate ("show the subject a login screen") a subject (in OAuth2 the proper name for subject is "resource owner").

The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.

This endpoint tells ORY Hydra that the subject has not authenticated and includes a reason why the authentication was be denied.

The response contains a redirect URL which the login provider should redirect the user-agent to.

func (*Client) RejectLogoutRequest

func (a *Client) RejectLogoutRequest(params *RejectLogoutRequestParams, opts ...ClientOption) (*RejectLogoutRequestNoContent, error)
RejectLogoutRequest rejects a logout request

When a user or an application requests ORY Hydra to log out a user, this endpoint is used to deny that logout request.

No body is required.

The response is empty as the logout provider has to chose what action to perform next.

func (*Client) RevokeAuthenticationSession

func (a *Client) RevokeAuthenticationSession(params *RevokeAuthenticationSessionParams, opts ...ClientOption) (*RevokeAuthenticationSessionNoContent, error)
RevokeAuthenticationSession invalidates all login sessions of a certain user invalidates a subject s authentication session

This endpoint invalidates a subject's authentication session. After revoking the authentication session, the subject

has to re-authenticate at ORY Hydra. This endpoint does not invalidate any tokens and does not work with OpenID Connect Front- or Back-channel logout.

func (*Client) RevokeConsentSessions

func (a *Client) RevokeConsentSessions(params *RevokeConsentSessionsParams, opts ...ClientOption) (*RevokeConsentSessionsNoContent, error)
RevokeConsentSessions revokes consent sessions of a subject for a specific o auth 2 0 client

This endpoint revokes a subject's granted consent sessions for a specific OAuth 2.0 Client and invalidates all

associated OAuth 2.0 Access Tokens.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) TrustJwtGrantIssuer added in v1.11.0

func (a *Client) TrustJwtGrantIssuer(params *TrustJwtGrantIssuerParams, opts ...ClientOption) (*TrustJwtGrantIssuerCreated, error)
TrustJwtGrantIssuer trusts an o auth2 j w t bearer grant type issuer

Use this endpoint to establish a trust relationship for a JWT issuer

to perform JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants [RFC7523](https://datatracker.ietf.org/doc/html/rfc7523).

func (*Client) UpdateJSONWebKey

func (a *Client) UpdateJSONWebKey(params *UpdateJSONWebKeyParams, opts ...ClientOption) (*UpdateJSONWebKeyOK, error)
UpdateJSONWebKey updates a JSON web key

Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.

A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.

func (*Client) UpdateJSONWebKeySet

func (a *Client) UpdateJSONWebKeySet(params *UpdateJSONWebKeySetParams, opts ...ClientOption) (*UpdateJSONWebKeySetOK, error)
UpdateJSONWebKeySet updates a JSON web key set

Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.

A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.

func (*Client) UpdateOAuth2Client

func (a *Client) UpdateOAuth2Client(params *UpdateOAuth2ClientParams, opts ...ClientOption) (*UpdateOAuth2ClientOK, error)
UpdateOAuth2Client updates an o auth 2 0 client

Update an existing OAuth 2.0 Client. If you pass `client_secret` the secret will be updated and returned via the API.

This is the only time you will be able to retrieve the client secret, so write it down and keep it safe.

OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.

func (*Client) UpdateOAuth2ClientLifespans added in v1.11.10

func (a *Client) UpdateOAuth2ClientLifespans(params *UpdateOAuth2ClientLifespansParams, opts ...ClientOption) (*UpdateOAuth2ClientLifespansOK, error)
UpdateOAuth2ClientLifespans UpdateLifespans an existing OAuth 2.0 client's token lifespan configuration. This

client configuration takes precedence over the instance-wide token lifespan configuration.

type ClientOption added in v1.10.0

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService added in v1.3.0

type ClientService interface {
	UpdateOAuth2ClientLifespans(params *UpdateOAuth2ClientLifespansParams, opts ...ClientOption) (*UpdateOAuth2ClientLifespansOK, error)

	AcceptConsentRequest(params *AcceptConsentRequestParams, opts ...ClientOption) (*AcceptConsentRequestOK, error)

	AcceptLoginRequest(params *AcceptLoginRequestParams, opts ...ClientOption) (*AcceptLoginRequestOK, error)

	AcceptLogoutRequest(params *AcceptLogoutRequestParams, opts ...ClientOption) (*AcceptLogoutRequestOK, error)

	CreateJSONWebKeySet(params *CreateJSONWebKeySetParams, opts ...ClientOption) (*CreateJSONWebKeySetCreated, error)

	CreateOAuth2Client(params *CreateOAuth2ClientParams, opts ...ClientOption) (*CreateOAuth2ClientCreated, error)

	DeleteJSONWebKey(params *DeleteJSONWebKeyParams, opts ...ClientOption) (*DeleteJSONWebKeyNoContent, error)

	DeleteJSONWebKeySet(params *DeleteJSONWebKeySetParams, opts ...ClientOption) (*DeleteJSONWebKeySetNoContent, error)

	DeleteOAuth2Client(params *DeleteOAuth2ClientParams, opts ...ClientOption) (*DeleteOAuth2ClientNoContent, error)

	DeleteOAuth2Token(params *DeleteOAuth2TokenParams, opts ...ClientOption) (*DeleteOAuth2TokenNoContent, error)

	DeleteTrustedJwtGrantIssuer(params *DeleteTrustedJwtGrantIssuerParams, opts ...ClientOption) (*DeleteTrustedJwtGrantIssuerNoContent, error)

	FlushInactiveOAuth2Tokens(params *FlushInactiveOAuth2TokensParams, opts ...ClientOption) (*FlushInactiveOAuth2TokensNoContent, error)

	GetConsentRequest(params *GetConsentRequestParams, opts ...ClientOption) (*GetConsentRequestOK, error)

	GetJSONWebKey(params *GetJSONWebKeyParams, opts ...ClientOption) (*GetJSONWebKeyOK, error)

	GetJSONWebKeySet(params *GetJSONWebKeySetParams, opts ...ClientOption) (*GetJSONWebKeySetOK, error)

	GetLoginRequest(params *GetLoginRequestParams, opts ...ClientOption) (*GetLoginRequestOK, error)

	GetLogoutRequest(params *GetLogoutRequestParams, opts ...ClientOption) (*GetLogoutRequestOK, error)

	GetOAuth2Client(params *GetOAuth2ClientParams, opts ...ClientOption) (*GetOAuth2ClientOK, error)

	GetTrustedJwtGrantIssuer(params *GetTrustedJwtGrantIssuerParams, opts ...ClientOption) (*GetTrustedJwtGrantIssuerOK, error)

	GetVersion(params *GetVersionParams, opts ...ClientOption) (*GetVersionOK, error)

	IntrospectOAuth2Token(params *IntrospectOAuth2TokenParams, opts ...ClientOption) (*IntrospectOAuth2TokenOK, error)

	IsInstanceAlive(params *IsInstanceAliveParams, opts ...ClientOption) (*IsInstanceAliveOK, error)

	ListOAuth2Clients(params *ListOAuth2ClientsParams, opts ...ClientOption) (*ListOAuth2ClientsOK, error)

	ListSubjectConsentSessions(params *ListSubjectConsentSessionsParams, opts ...ClientOption) (*ListSubjectConsentSessionsOK, error)

	ListTrustedJwtGrantIssuers(params *ListTrustedJwtGrantIssuersParams, opts ...ClientOption) (*ListTrustedJwtGrantIssuersOK, error)

	PatchOAuth2Client(params *PatchOAuth2ClientParams, opts ...ClientOption) (*PatchOAuth2ClientOK, error)

	RejectConsentRequest(params *RejectConsentRequestParams, opts ...ClientOption) (*RejectConsentRequestOK, error)

	RejectLoginRequest(params *RejectLoginRequestParams, opts ...ClientOption) (*RejectLoginRequestOK, error)

	RejectLogoutRequest(params *RejectLogoutRequestParams, opts ...ClientOption) (*RejectLogoutRequestNoContent, error)

	RevokeAuthenticationSession(params *RevokeAuthenticationSessionParams, opts ...ClientOption) (*RevokeAuthenticationSessionNoContent, error)

	RevokeConsentSessions(params *RevokeConsentSessionsParams, opts ...ClientOption) (*RevokeConsentSessionsNoContent, error)

	TrustJwtGrantIssuer(params *TrustJwtGrantIssuerParams, opts ...ClientOption) (*TrustJwtGrantIssuerCreated, error)

	UpdateJSONWebKey(params *UpdateJSONWebKeyParams, opts ...ClientOption) (*UpdateJSONWebKeyOK, error)

	UpdateJSONWebKeySet(params *UpdateJSONWebKeySetParams, opts ...ClientOption) (*UpdateJSONWebKeySetOK, error)

	UpdateOAuth2Client(params *UpdateOAuth2ClientParams, opts ...ClientOption) (*UpdateOAuth2ClientOK, 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 admin API client.

type CreateJSONWebKeySetCreated

type CreateJSONWebKeySetCreated struct {
	Payload *models.JSONWebKeySet
}
CreateJSONWebKeySetCreated describes a response with status code 201, with default header values.

JSONWebKeySet

func NewCreateJSONWebKeySetCreated

func NewCreateJSONWebKeySetCreated() *CreateJSONWebKeySetCreated

NewCreateJSONWebKeySetCreated creates a CreateJSONWebKeySetCreated with default headers values

func (*CreateJSONWebKeySetCreated) Error

func (*CreateJSONWebKeySetCreated) GetPayload

type CreateJSONWebKeySetForbidden

type CreateJSONWebKeySetForbidden struct {
	Payload *models.JSONError
}
CreateJSONWebKeySetForbidden describes a response with status code 403, with default header values.

jsonError

func NewCreateJSONWebKeySetForbidden

func NewCreateJSONWebKeySetForbidden() *CreateJSONWebKeySetForbidden

NewCreateJSONWebKeySetForbidden creates a CreateJSONWebKeySetForbidden with default headers values

func (*CreateJSONWebKeySetForbidden) Error

func (*CreateJSONWebKeySetForbidden) GetPayload

type CreateJSONWebKeySetInternalServerError

type CreateJSONWebKeySetInternalServerError struct {
	Payload *models.JSONError
}
CreateJSONWebKeySetInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewCreateJSONWebKeySetInternalServerError

func NewCreateJSONWebKeySetInternalServerError() *CreateJSONWebKeySetInternalServerError

NewCreateJSONWebKeySetInternalServerError creates a CreateJSONWebKeySetInternalServerError with default headers values

func (*CreateJSONWebKeySetInternalServerError) Error

func (*CreateJSONWebKeySetInternalServerError) GetPayload

type CreateJSONWebKeySetParams

type CreateJSONWebKeySetParams struct {

	// Body.
	Body *models.JSONWebKeySetGeneratorRequest

	/* Set.

	   The set
	*/
	Set string

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

CreateJSONWebKeySetParams contains all the parameters to send to the API endpoint

for the create Json web key set operation.

Typically these are written to a http.Request.

func NewCreateJSONWebKeySetParams

func NewCreateJSONWebKeySetParams() *CreateJSONWebKeySetParams

NewCreateJSONWebKeySetParams creates a new CreateJSONWebKeySetParams object, with the default timeout for this client.

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

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

func NewCreateJSONWebKeySetParamsWithContext

func NewCreateJSONWebKeySetParamsWithContext(ctx context.Context) *CreateJSONWebKeySetParams

NewCreateJSONWebKeySetParamsWithContext creates a new CreateJSONWebKeySetParams object with the ability to set a context for a request.

func NewCreateJSONWebKeySetParamsWithHTTPClient

func NewCreateJSONWebKeySetParamsWithHTTPClient(client *http.Client) *CreateJSONWebKeySetParams

NewCreateJSONWebKeySetParamsWithHTTPClient creates a new CreateJSONWebKeySetParams object with the ability to set a custom HTTPClient for a request.

func NewCreateJSONWebKeySetParamsWithTimeout

func NewCreateJSONWebKeySetParamsWithTimeout(timeout time.Duration) *CreateJSONWebKeySetParams

NewCreateJSONWebKeySetParamsWithTimeout creates a new CreateJSONWebKeySetParams object with the ability to set a timeout on a request.

func (*CreateJSONWebKeySetParams) SetBody

SetBody adds the body to the create Json web key set params

func (*CreateJSONWebKeySetParams) SetContext

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

SetContext adds the context to the create Json web key set params

func (*CreateJSONWebKeySetParams) SetDefaults added in v1.10.0

func (o *CreateJSONWebKeySetParams) SetDefaults()

SetDefaults hydrates default values in the create Json web key set params (not the query body).

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

func (*CreateJSONWebKeySetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create Json web key set params

func (*CreateJSONWebKeySetParams) SetSet

func (o *CreateJSONWebKeySetParams) SetSet(set string)

SetSet adds the set to the create Json web key set params

func (*CreateJSONWebKeySetParams) SetTimeout

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

SetTimeout adds the timeout to the create Json web key set params

func (*CreateJSONWebKeySetParams) WithBody

WithBody adds the body to the create Json web key set params

func (*CreateJSONWebKeySetParams) WithContext

WithContext adds the context to the create Json web key set params

func (*CreateJSONWebKeySetParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the create Json web key set params (not the query body).

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

func (*CreateJSONWebKeySetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create Json web key set params

func (*CreateJSONWebKeySetParams) WithSet

WithSet adds the set to the create Json web key set params

func (*CreateJSONWebKeySetParams) WithTimeout

WithTimeout adds the timeout to the create Json web key set params

func (*CreateJSONWebKeySetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateJSONWebKeySetReader

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

CreateJSONWebKeySetReader is a Reader for the CreateJSONWebKeySet structure.

func (*CreateJSONWebKeySetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateJSONWebKeySetUnauthorized

type CreateJSONWebKeySetUnauthorized struct {
	Payload *models.JSONError
}
CreateJSONWebKeySetUnauthorized describes a response with status code 401, with default header values.

jsonError

func NewCreateJSONWebKeySetUnauthorized

func NewCreateJSONWebKeySetUnauthorized() *CreateJSONWebKeySetUnauthorized

NewCreateJSONWebKeySetUnauthorized creates a CreateJSONWebKeySetUnauthorized with default headers values

func (*CreateJSONWebKeySetUnauthorized) Error

func (*CreateJSONWebKeySetUnauthorized) GetPayload

type CreateOAuth2ClientCreated

type CreateOAuth2ClientCreated struct {
	Payload *models.OAuth2Client
}
CreateOAuth2ClientCreated describes a response with status code 201, with default header values.

oAuth2Client

func NewCreateOAuth2ClientCreated

func NewCreateOAuth2ClientCreated() *CreateOAuth2ClientCreated

NewCreateOAuth2ClientCreated creates a CreateOAuth2ClientCreated with default headers values

func (*CreateOAuth2ClientCreated) Error

func (o *CreateOAuth2ClientCreated) Error() string

func (*CreateOAuth2ClientCreated) GetPayload

type CreateOAuth2ClientDefault added in v1.11.0

type CreateOAuth2ClientDefault struct {
	Payload *models.JSONError
	// contains filtered or unexported fields
}
CreateOAuth2ClientDefault describes a response with status code -1, with default header values.

jsonError

func NewCreateOAuth2ClientDefault added in v1.11.0

func NewCreateOAuth2ClientDefault(code int) *CreateOAuth2ClientDefault

NewCreateOAuth2ClientDefault creates a CreateOAuth2ClientDefault with default headers values

func (*CreateOAuth2ClientDefault) Code added in v1.11.0

func (o *CreateOAuth2ClientDefault) Code() int

Code gets the status code for the create o auth2 client default response

func (*CreateOAuth2ClientDefault) Error added in v1.11.0

func (o *CreateOAuth2ClientDefault) Error() string

func (*CreateOAuth2ClientDefault) GetPayload added in v1.11.0

func (o *CreateOAuth2ClientDefault) GetPayload() *models.JSONError

type CreateOAuth2ClientParams

type CreateOAuth2ClientParams struct {

	// Body.
	Body *models.OAuth2Client

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

CreateOAuth2ClientParams contains all the parameters to send to the API endpoint

for the create o auth2 client operation.

Typically these are written to a http.Request.

func NewCreateOAuth2ClientParams

func NewCreateOAuth2ClientParams() *CreateOAuth2ClientParams

NewCreateOAuth2ClientParams creates a new CreateOAuth2ClientParams object, with the default timeout for this client.

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

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

func NewCreateOAuth2ClientParamsWithContext

func NewCreateOAuth2ClientParamsWithContext(ctx context.Context) *CreateOAuth2ClientParams

NewCreateOAuth2ClientParamsWithContext creates a new CreateOAuth2ClientParams object with the ability to set a context for a request.

func NewCreateOAuth2ClientParamsWithHTTPClient

func NewCreateOAuth2ClientParamsWithHTTPClient(client *http.Client) *CreateOAuth2ClientParams

NewCreateOAuth2ClientParamsWithHTTPClient creates a new CreateOAuth2ClientParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOAuth2ClientParamsWithTimeout

func NewCreateOAuth2ClientParamsWithTimeout(timeout time.Duration) *CreateOAuth2ClientParams

NewCreateOAuth2ClientParamsWithTimeout creates a new CreateOAuth2ClientParams object with the ability to set a timeout on a request.

func (*CreateOAuth2ClientParams) SetBody

func (o *CreateOAuth2ClientParams) SetBody(body *models.OAuth2Client)

SetBody adds the body to the create o auth2 client params

func (*CreateOAuth2ClientParams) SetContext

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

SetContext adds the context to the create o auth2 client params

func (*CreateOAuth2ClientParams) SetDefaults added in v1.10.0

func (o *CreateOAuth2ClientParams) SetDefaults()

SetDefaults hydrates default values in the create o auth2 client params (not the query body).

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

func (*CreateOAuth2ClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create o auth2 client params

func (*CreateOAuth2ClientParams) SetTimeout

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

SetTimeout adds the timeout to the create o auth2 client params

func (*CreateOAuth2ClientParams) WithBody

WithBody adds the body to the create o auth2 client params

func (*CreateOAuth2ClientParams) WithContext

WithContext adds the context to the create o auth2 client params

func (*CreateOAuth2ClientParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the create o auth2 client params (not the query body).

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

func (*CreateOAuth2ClientParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create o auth2 client params

func (*CreateOAuth2ClientParams) WithTimeout

WithTimeout adds the timeout to the create o auth2 client params

func (*CreateOAuth2ClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOAuth2ClientReader

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

CreateOAuth2ClientReader is a Reader for the CreateOAuth2Client structure.

func (*CreateOAuth2ClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteJSONWebKeyForbidden

type DeleteJSONWebKeyForbidden struct {
	Payload *models.JSONError
}
DeleteJSONWebKeyForbidden describes a response with status code 403, with default header values.

jsonError

func NewDeleteJSONWebKeyForbidden

func NewDeleteJSONWebKeyForbidden() *DeleteJSONWebKeyForbidden

NewDeleteJSONWebKeyForbidden creates a DeleteJSONWebKeyForbidden with default headers values

func (*DeleteJSONWebKeyForbidden) Error

func (o *DeleteJSONWebKeyForbidden) Error() string

func (*DeleteJSONWebKeyForbidden) GetPayload

func (o *DeleteJSONWebKeyForbidden) GetPayload() *models.JSONError

type DeleteJSONWebKeyInternalServerError

type DeleteJSONWebKeyInternalServerError struct {
	Payload *models.JSONError
}
DeleteJSONWebKeyInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewDeleteJSONWebKeyInternalServerError

func NewDeleteJSONWebKeyInternalServerError() *DeleteJSONWebKeyInternalServerError

NewDeleteJSONWebKeyInternalServerError creates a DeleteJSONWebKeyInternalServerError with default headers values

func (*DeleteJSONWebKeyInternalServerError) Error

func (*DeleteJSONWebKeyInternalServerError) GetPayload

type DeleteJSONWebKeyNoContent

type DeleteJSONWebKeyNoContent struct {
}
DeleteJSONWebKeyNoContent describes a response with status code 204, with default header values.

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is

typically 201.

func NewDeleteJSONWebKeyNoContent

func NewDeleteJSONWebKeyNoContent() *DeleteJSONWebKeyNoContent

NewDeleteJSONWebKeyNoContent creates a DeleteJSONWebKeyNoContent with default headers values

func (*DeleteJSONWebKeyNoContent) Error

func (o *DeleteJSONWebKeyNoContent) Error() string

type DeleteJSONWebKeyParams

type DeleteJSONWebKeyParams struct {

	/* Kid.

	   The kid of the desired key
	*/
	Kid string

	/* Set.

	   The set
	*/
	Set string

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

DeleteJSONWebKeyParams contains all the parameters to send to the API endpoint

for the delete Json web key operation.

Typically these are written to a http.Request.

func NewDeleteJSONWebKeyParams

func NewDeleteJSONWebKeyParams() *DeleteJSONWebKeyParams

NewDeleteJSONWebKeyParams creates a new DeleteJSONWebKeyParams object, with the default timeout for this client.

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

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

func NewDeleteJSONWebKeyParamsWithContext

func NewDeleteJSONWebKeyParamsWithContext(ctx context.Context) *DeleteJSONWebKeyParams

NewDeleteJSONWebKeyParamsWithContext creates a new DeleteJSONWebKeyParams object with the ability to set a context for a request.

func NewDeleteJSONWebKeyParamsWithHTTPClient

func NewDeleteJSONWebKeyParamsWithHTTPClient(client *http.Client) *DeleteJSONWebKeyParams

NewDeleteJSONWebKeyParamsWithHTTPClient creates a new DeleteJSONWebKeyParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteJSONWebKeyParamsWithTimeout

func NewDeleteJSONWebKeyParamsWithTimeout(timeout time.Duration) *DeleteJSONWebKeyParams

NewDeleteJSONWebKeyParamsWithTimeout creates a new DeleteJSONWebKeyParams object with the ability to set a timeout on a request.

func (*DeleteJSONWebKeyParams) SetContext

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

SetContext adds the context to the delete Json web key params

func (*DeleteJSONWebKeyParams) SetDefaults added in v1.10.0

func (o *DeleteJSONWebKeyParams) SetDefaults()

SetDefaults hydrates default values in the delete Json web key params (not the query body).

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

func (*DeleteJSONWebKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete Json web key params

func (*DeleteJSONWebKeyParams) SetKid

func (o *DeleteJSONWebKeyParams) SetKid(kid string)

SetKid adds the kid to the delete Json web key params

func (*DeleteJSONWebKeyParams) SetSet

func (o *DeleteJSONWebKeyParams) SetSet(set string)

SetSet adds the set to the delete Json web key params

func (*DeleteJSONWebKeyParams) SetTimeout

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

SetTimeout adds the timeout to the delete Json web key params

func (*DeleteJSONWebKeyParams) WithContext

WithContext adds the context to the delete Json web key params

func (*DeleteJSONWebKeyParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the delete Json web key params (not the query body).

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

func (*DeleteJSONWebKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete Json web key params

func (*DeleteJSONWebKeyParams) WithKid

WithKid adds the kid to the delete Json web key params

func (*DeleteJSONWebKeyParams) WithSet

WithSet adds the set to the delete Json web key params

func (*DeleteJSONWebKeyParams) WithTimeout

WithTimeout adds the timeout to the delete Json web key params

func (*DeleteJSONWebKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteJSONWebKeyReader

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

DeleteJSONWebKeyReader is a Reader for the DeleteJSONWebKey structure.

func (*DeleteJSONWebKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteJSONWebKeySetForbidden

type DeleteJSONWebKeySetForbidden struct {
	Payload *models.JSONError
}
DeleteJSONWebKeySetForbidden describes a response with status code 403, with default header values.

jsonError

func NewDeleteJSONWebKeySetForbidden

func NewDeleteJSONWebKeySetForbidden() *DeleteJSONWebKeySetForbidden

NewDeleteJSONWebKeySetForbidden creates a DeleteJSONWebKeySetForbidden with default headers values

func (*DeleteJSONWebKeySetForbidden) Error

func (*DeleteJSONWebKeySetForbidden) GetPayload

type DeleteJSONWebKeySetInternalServerError

type DeleteJSONWebKeySetInternalServerError struct {
	Payload *models.JSONError
}
DeleteJSONWebKeySetInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewDeleteJSONWebKeySetInternalServerError

func NewDeleteJSONWebKeySetInternalServerError() *DeleteJSONWebKeySetInternalServerError

NewDeleteJSONWebKeySetInternalServerError creates a DeleteJSONWebKeySetInternalServerError with default headers values

func (*DeleteJSONWebKeySetInternalServerError) Error

func (*DeleteJSONWebKeySetInternalServerError) GetPayload

type DeleteJSONWebKeySetNoContent

type DeleteJSONWebKeySetNoContent struct {
}
DeleteJSONWebKeySetNoContent describes a response with status code 204, with default header values.

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is

typically 201.

func NewDeleteJSONWebKeySetNoContent

func NewDeleteJSONWebKeySetNoContent() *DeleteJSONWebKeySetNoContent

NewDeleteJSONWebKeySetNoContent creates a DeleteJSONWebKeySetNoContent with default headers values

func (*DeleteJSONWebKeySetNoContent) Error

type DeleteJSONWebKeySetParams

type DeleteJSONWebKeySetParams struct {

	/* Set.

	   The set
	*/
	Set string

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

DeleteJSONWebKeySetParams contains all the parameters to send to the API endpoint

for the delete Json web key set operation.

Typically these are written to a http.Request.

func NewDeleteJSONWebKeySetParams

func NewDeleteJSONWebKeySetParams() *DeleteJSONWebKeySetParams

NewDeleteJSONWebKeySetParams creates a new DeleteJSONWebKeySetParams object, with the default timeout for this client.

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

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

func NewDeleteJSONWebKeySetParamsWithContext

func NewDeleteJSONWebKeySetParamsWithContext(ctx context.Context) *DeleteJSONWebKeySetParams

NewDeleteJSONWebKeySetParamsWithContext creates a new DeleteJSONWebKeySetParams object with the ability to set a context for a request.

func NewDeleteJSONWebKeySetParamsWithHTTPClient

func NewDeleteJSONWebKeySetParamsWithHTTPClient(client *http.Client) *DeleteJSONWebKeySetParams

NewDeleteJSONWebKeySetParamsWithHTTPClient creates a new DeleteJSONWebKeySetParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteJSONWebKeySetParamsWithTimeout

func NewDeleteJSONWebKeySetParamsWithTimeout(timeout time.Duration) *DeleteJSONWebKeySetParams

NewDeleteJSONWebKeySetParamsWithTimeout creates a new DeleteJSONWebKeySetParams object with the ability to set a timeout on a request.

func (*DeleteJSONWebKeySetParams) SetContext

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

SetContext adds the context to the delete Json web key set params

func (*DeleteJSONWebKeySetParams) SetDefaults added in v1.10.0

func (o *DeleteJSONWebKeySetParams) SetDefaults()

SetDefaults hydrates default values in the delete Json web key set params (not the query body).

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

func (*DeleteJSONWebKeySetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete Json web key set params

func (*DeleteJSONWebKeySetParams) SetSet

func (o *DeleteJSONWebKeySetParams) SetSet(set string)

SetSet adds the set to the delete Json web key set params

func (*DeleteJSONWebKeySetParams) SetTimeout

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

SetTimeout adds the timeout to the delete Json web key set params

func (*DeleteJSONWebKeySetParams) WithContext

WithContext adds the context to the delete Json web key set params

func (*DeleteJSONWebKeySetParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the delete Json web key set params (not the query body).

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

func (*DeleteJSONWebKeySetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete Json web key set params

func (*DeleteJSONWebKeySetParams) WithSet

WithSet adds the set to the delete Json web key set params

func (*DeleteJSONWebKeySetParams) WithTimeout

WithTimeout adds the timeout to the delete Json web key set params

func (*DeleteJSONWebKeySetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteJSONWebKeySetReader

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

DeleteJSONWebKeySetReader is a Reader for the DeleteJSONWebKeySet structure.

func (*DeleteJSONWebKeySetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteJSONWebKeySetUnauthorized

type DeleteJSONWebKeySetUnauthorized struct {
	Payload *models.JSONError
}
DeleteJSONWebKeySetUnauthorized describes a response with status code 401, with default header values.

jsonError

func NewDeleteJSONWebKeySetUnauthorized

func NewDeleteJSONWebKeySetUnauthorized() *DeleteJSONWebKeySetUnauthorized

NewDeleteJSONWebKeySetUnauthorized creates a DeleteJSONWebKeySetUnauthorized with default headers values

func (*DeleteJSONWebKeySetUnauthorized) Error

func (*DeleteJSONWebKeySetUnauthorized) GetPayload

type DeleteJSONWebKeyUnauthorized

type DeleteJSONWebKeyUnauthorized struct {
	Payload *models.JSONError
}
DeleteJSONWebKeyUnauthorized describes a response with status code 401, with default header values.

jsonError

func NewDeleteJSONWebKeyUnauthorized

func NewDeleteJSONWebKeyUnauthorized() *DeleteJSONWebKeyUnauthorized

NewDeleteJSONWebKeyUnauthorized creates a DeleteJSONWebKeyUnauthorized with default headers values

func (*DeleteJSONWebKeyUnauthorized) Error

func (*DeleteJSONWebKeyUnauthorized) GetPayload

type DeleteOAuth2ClientDefault added in v1.11.0

type DeleteOAuth2ClientDefault struct {
	Payload *models.JSONError
	// contains filtered or unexported fields
}
DeleteOAuth2ClientDefault describes a response with status code -1, with default header values.

jsonError

func NewDeleteOAuth2ClientDefault added in v1.11.0

func NewDeleteOAuth2ClientDefault(code int) *DeleteOAuth2ClientDefault

NewDeleteOAuth2ClientDefault creates a DeleteOAuth2ClientDefault with default headers values

func (*DeleteOAuth2ClientDefault) Code added in v1.11.0

func (o *DeleteOAuth2ClientDefault) Code() int

Code gets the status code for the delete o auth2 client default response

func (*DeleteOAuth2ClientDefault) Error added in v1.11.0

func (o *DeleteOAuth2ClientDefault) Error() string

func (*DeleteOAuth2ClientDefault) GetPayload added in v1.11.0

func (o *DeleteOAuth2ClientDefault) GetPayload() *models.JSONError

type DeleteOAuth2ClientNoContent

type DeleteOAuth2ClientNoContent struct {
}
DeleteOAuth2ClientNoContent describes a response with status code 204, with default header values.

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is

typically 201.

func NewDeleteOAuth2ClientNoContent

func NewDeleteOAuth2ClientNoContent() *DeleteOAuth2ClientNoContent

NewDeleteOAuth2ClientNoContent creates a DeleteOAuth2ClientNoContent with default headers values

func (*DeleteOAuth2ClientNoContent) Error

type DeleteOAuth2ClientParams

type DeleteOAuth2ClientParams struct {

	/* ID.

	   The id of the OAuth 2.0 Client.
	*/
	ID string

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

DeleteOAuth2ClientParams contains all the parameters to send to the API endpoint

for the delete o auth2 client operation.

Typically these are written to a http.Request.

func NewDeleteOAuth2ClientParams

func NewDeleteOAuth2ClientParams() *DeleteOAuth2ClientParams

NewDeleteOAuth2ClientParams creates a new DeleteOAuth2ClientParams object, with the default timeout for this client.

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

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

func NewDeleteOAuth2ClientParamsWithContext

func NewDeleteOAuth2ClientParamsWithContext(ctx context.Context) *DeleteOAuth2ClientParams

NewDeleteOAuth2ClientParamsWithContext creates a new DeleteOAuth2ClientParams object with the ability to set a context for a request.

func NewDeleteOAuth2ClientParamsWithHTTPClient

func NewDeleteOAuth2ClientParamsWithHTTPClient(client *http.Client) *DeleteOAuth2ClientParams

NewDeleteOAuth2ClientParamsWithHTTPClient creates a new DeleteOAuth2ClientParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOAuth2ClientParamsWithTimeout

func NewDeleteOAuth2ClientParamsWithTimeout(timeout time.Duration) *DeleteOAuth2ClientParams

NewDeleteOAuth2ClientParamsWithTimeout creates a new DeleteOAuth2ClientParams object with the ability to set a timeout on a request.

func (*DeleteOAuth2ClientParams) SetContext

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

SetContext adds the context to the delete o auth2 client params

func (*DeleteOAuth2ClientParams) SetDefaults added in v1.10.0

func (o *DeleteOAuth2ClientParams) SetDefaults()

SetDefaults hydrates default values in the delete o auth2 client params (not the query body).

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

func (*DeleteOAuth2ClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete o auth2 client params

func (*DeleteOAuth2ClientParams) SetID

func (o *DeleteOAuth2ClientParams) SetID(id string)

SetID adds the id to the delete o auth2 client params

func (*DeleteOAuth2ClientParams) SetTimeout

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

SetTimeout adds the timeout to the delete o auth2 client params

func (*DeleteOAuth2ClientParams) WithContext

WithContext adds the context to the delete o auth2 client params

func (*DeleteOAuth2ClientParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the delete o auth2 client params (not the query body).

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

func (*DeleteOAuth2ClientParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete o auth2 client params

func (*DeleteOAuth2ClientParams) WithID

WithID adds the id to the delete o auth2 client params

func (*DeleteOAuth2ClientParams) WithTimeout

WithTimeout adds the timeout to the delete o auth2 client params

func (*DeleteOAuth2ClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOAuth2ClientReader

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

DeleteOAuth2ClientReader is a Reader for the DeleteOAuth2Client structure.

func (*DeleteOAuth2ClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOAuth2TokenInternalServerError added in v1.8.0

type DeleteOAuth2TokenInternalServerError struct {
	Payload *models.JSONError
}
DeleteOAuth2TokenInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewDeleteOAuth2TokenInternalServerError added in v1.8.0

func NewDeleteOAuth2TokenInternalServerError() *DeleteOAuth2TokenInternalServerError

NewDeleteOAuth2TokenInternalServerError creates a DeleteOAuth2TokenInternalServerError with default headers values

func (*DeleteOAuth2TokenInternalServerError) Error added in v1.8.0

func (*DeleteOAuth2TokenInternalServerError) GetPayload added in v1.8.0

type DeleteOAuth2TokenNoContent added in v1.8.0

type DeleteOAuth2TokenNoContent struct {
}
DeleteOAuth2TokenNoContent describes a response with status code 204, with default header values.

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is

typically 201.

func NewDeleteOAuth2TokenNoContent added in v1.8.0

func NewDeleteOAuth2TokenNoContent() *DeleteOAuth2TokenNoContent

NewDeleteOAuth2TokenNoContent creates a DeleteOAuth2TokenNoContent with default headers values

func (*DeleteOAuth2TokenNoContent) Error added in v1.8.0

type DeleteOAuth2TokenParams added in v1.8.0

type DeleteOAuth2TokenParams struct {

	// ClientID.
	ClientID string

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

DeleteOAuth2TokenParams contains all the parameters to send to the API endpoint

for the delete o auth2 token operation.

Typically these are written to a http.Request.

func NewDeleteOAuth2TokenParams added in v1.8.0

func NewDeleteOAuth2TokenParams() *DeleteOAuth2TokenParams

NewDeleteOAuth2TokenParams creates a new DeleteOAuth2TokenParams object, with the default timeout for this client.

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

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

func NewDeleteOAuth2TokenParamsWithContext added in v1.8.0

func NewDeleteOAuth2TokenParamsWithContext(ctx context.Context) *DeleteOAuth2TokenParams

NewDeleteOAuth2TokenParamsWithContext creates a new DeleteOAuth2TokenParams object with the ability to set a context for a request.

func NewDeleteOAuth2TokenParamsWithHTTPClient added in v1.8.0

func NewDeleteOAuth2TokenParamsWithHTTPClient(client *http.Client) *DeleteOAuth2TokenParams

NewDeleteOAuth2TokenParamsWithHTTPClient creates a new DeleteOAuth2TokenParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOAuth2TokenParamsWithTimeout added in v1.8.0

func NewDeleteOAuth2TokenParamsWithTimeout(timeout time.Duration) *DeleteOAuth2TokenParams

NewDeleteOAuth2TokenParamsWithTimeout creates a new DeleteOAuth2TokenParams object with the ability to set a timeout on a request.

func (*DeleteOAuth2TokenParams) SetClientID added in v1.8.0

func (o *DeleteOAuth2TokenParams) SetClientID(clientID string)

SetClientID adds the clientId to the delete o auth2 token params

func (*DeleteOAuth2TokenParams) SetContext added in v1.8.0

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

SetContext adds the context to the delete o auth2 token params

func (*DeleteOAuth2TokenParams) SetDefaults added in v1.10.0

func (o *DeleteOAuth2TokenParams) SetDefaults()

SetDefaults hydrates default values in the delete o auth2 token params (not the query body).

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

func (*DeleteOAuth2TokenParams) SetHTTPClient added in v1.8.0

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

SetHTTPClient adds the HTTPClient to the delete o auth2 token params

func (*DeleteOAuth2TokenParams) SetTimeout added in v1.8.0

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

SetTimeout adds the timeout to the delete o auth2 token params

func (*DeleteOAuth2TokenParams) WithClientID added in v1.8.0

func (o *DeleteOAuth2TokenParams) WithClientID(clientID string) *DeleteOAuth2TokenParams

WithClientID adds the clientID to the delete o auth2 token params

func (*DeleteOAuth2TokenParams) WithContext added in v1.8.0

WithContext adds the context to the delete o auth2 token params

func (*DeleteOAuth2TokenParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the delete o auth2 token params (not the query body).

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

func (*DeleteOAuth2TokenParams) WithHTTPClient added in v1.8.0

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

WithHTTPClient adds the HTTPClient to the delete o auth2 token params

func (*DeleteOAuth2TokenParams) WithTimeout added in v1.8.0

WithTimeout adds the timeout to the delete o auth2 token params

func (*DeleteOAuth2TokenParams) WriteToRequest added in v1.8.0

WriteToRequest writes these params to a swagger request

type DeleteOAuth2TokenReader added in v1.8.0

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

DeleteOAuth2TokenReader is a Reader for the DeleteOAuth2Token structure.

func (*DeleteOAuth2TokenReader) ReadResponse added in v1.8.0

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

ReadResponse reads a server response into the received o.

type DeleteOAuth2TokenUnauthorized added in v1.8.0

type DeleteOAuth2TokenUnauthorized struct {
	Payload *models.JSONError
}
DeleteOAuth2TokenUnauthorized describes a response with status code 401, with default header values.

jsonError

func NewDeleteOAuth2TokenUnauthorized added in v1.8.0

func NewDeleteOAuth2TokenUnauthorized() *DeleteOAuth2TokenUnauthorized

NewDeleteOAuth2TokenUnauthorized creates a DeleteOAuth2TokenUnauthorized with default headers values

func (*DeleteOAuth2TokenUnauthorized) Error added in v1.8.0

func (*DeleteOAuth2TokenUnauthorized) GetPayload added in v1.8.0

type DeleteTrustedJwtGrantIssuerInternalServerError added in v1.11.0

type DeleteTrustedJwtGrantIssuerInternalServerError struct {
	Payload *models.GenericError
}
DeleteTrustedJwtGrantIssuerInternalServerError describes a response with status code 500, with default header values.

genericError

func NewDeleteTrustedJwtGrantIssuerInternalServerError added in v1.11.0

func NewDeleteTrustedJwtGrantIssuerInternalServerError() *DeleteTrustedJwtGrantIssuerInternalServerError

NewDeleteTrustedJwtGrantIssuerInternalServerError creates a DeleteTrustedJwtGrantIssuerInternalServerError with default headers values

func (*DeleteTrustedJwtGrantIssuerInternalServerError) Error added in v1.11.0

func (*DeleteTrustedJwtGrantIssuerInternalServerError) GetPayload added in v1.11.0

type DeleteTrustedJwtGrantIssuerNoContent added in v1.11.0

type DeleteTrustedJwtGrantIssuerNoContent struct {
}
DeleteTrustedJwtGrantIssuerNoContent describes a response with status code 204, with default header values.

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is

typically 201.

func NewDeleteTrustedJwtGrantIssuerNoContent added in v1.11.0

func NewDeleteTrustedJwtGrantIssuerNoContent() *DeleteTrustedJwtGrantIssuerNoContent

NewDeleteTrustedJwtGrantIssuerNoContent creates a DeleteTrustedJwtGrantIssuerNoContent with default headers values

func (*DeleteTrustedJwtGrantIssuerNoContent) Error added in v1.11.0

type DeleteTrustedJwtGrantIssuerNotFound added in v1.11.0

type DeleteTrustedJwtGrantIssuerNotFound struct {
	Payload *models.GenericError
}
DeleteTrustedJwtGrantIssuerNotFound describes a response with status code 404, with default header values.

genericError

func NewDeleteTrustedJwtGrantIssuerNotFound added in v1.11.0

func NewDeleteTrustedJwtGrantIssuerNotFound() *DeleteTrustedJwtGrantIssuerNotFound

NewDeleteTrustedJwtGrantIssuerNotFound creates a DeleteTrustedJwtGrantIssuerNotFound with default headers values

func (*DeleteTrustedJwtGrantIssuerNotFound) Error added in v1.11.0

func (*DeleteTrustedJwtGrantIssuerNotFound) GetPayload added in v1.11.0

type DeleteTrustedJwtGrantIssuerParams added in v1.11.0

type DeleteTrustedJwtGrantIssuerParams struct {

	/* ID.

	   The id of the desired grant
	*/
	ID string

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

DeleteTrustedJwtGrantIssuerParams contains all the parameters to send to the API endpoint

for the delete trusted jwt grant issuer operation.

Typically these are written to a http.Request.

func NewDeleteTrustedJwtGrantIssuerParams added in v1.11.0

func NewDeleteTrustedJwtGrantIssuerParams() *DeleteTrustedJwtGrantIssuerParams

NewDeleteTrustedJwtGrantIssuerParams creates a new DeleteTrustedJwtGrantIssuerParams object, with the default timeout for this client.

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

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

func NewDeleteTrustedJwtGrantIssuerParamsWithContext added in v1.11.0

func NewDeleteTrustedJwtGrantIssuerParamsWithContext(ctx context.Context) *DeleteTrustedJwtGrantIssuerParams

NewDeleteTrustedJwtGrantIssuerParamsWithContext creates a new DeleteTrustedJwtGrantIssuerParams object with the ability to set a context for a request.

func NewDeleteTrustedJwtGrantIssuerParamsWithHTTPClient added in v1.11.0

func NewDeleteTrustedJwtGrantIssuerParamsWithHTTPClient(client *http.Client) *DeleteTrustedJwtGrantIssuerParams

NewDeleteTrustedJwtGrantIssuerParamsWithHTTPClient creates a new DeleteTrustedJwtGrantIssuerParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteTrustedJwtGrantIssuerParamsWithTimeout added in v1.11.0

func NewDeleteTrustedJwtGrantIssuerParamsWithTimeout(timeout time.Duration) *DeleteTrustedJwtGrantIssuerParams

NewDeleteTrustedJwtGrantIssuerParamsWithTimeout creates a new DeleteTrustedJwtGrantIssuerParams object with the ability to set a timeout on a request.

func (*DeleteTrustedJwtGrantIssuerParams) SetContext added in v1.11.0

SetContext adds the context to the delete trusted jwt grant issuer params

func (*DeleteTrustedJwtGrantIssuerParams) SetDefaults added in v1.11.1

func (o *DeleteTrustedJwtGrantIssuerParams) SetDefaults()

SetDefaults hydrates default values in the delete trusted jwt grant issuer params (not the query body).

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

func (*DeleteTrustedJwtGrantIssuerParams) SetHTTPClient added in v1.11.0

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

SetHTTPClient adds the HTTPClient to the delete trusted jwt grant issuer params

func (*DeleteTrustedJwtGrantIssuerParams) SetID added in v1.11.0

SetID adds the id to the delete trusted jwt grant issuer params

func (*DeleteTrustedJwtGrantIssuerParams) SetTimeout added in v1.11.0

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

SetTimeout adds the timeout to the delete trusted jwt grant issuer params

func (*DeleteTrustedJwtGrantIssuerParams) WithContext added in v1.11.0

WithContext adds the context to the delete trusted jwt grant issuer params

func (*DeleteTrustedJwtGrantIssuerParams) WithDefaults added in v1.11.1

WithDefaults hydrates default values in the delete trusted jwt grant issuer params (not the query body).

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

func (*DeleteTrustedJwtGrantIssuerParams) WithHTTPClient added in v1.11.0

WithHTTPClient adds the HTTPClient to the delete trusted jwt grant issuer params

func (*DeleteTrustedJwtGrantIssuerParams) WithID added in v1.11.0

WithID adds the id to the delete trusted jwt grant issuer params

func (*DeleteTrustedJwtGrantIssuerParams) WithTimeout added in v1.11.0

WithTimeout adds the timeout to the delete trusted jwt grant issuer params

func (*DeleteTrustedJwtGrantIssuerParams) WriteToRequest added in v1.11.0

WriteToRequest writes these params to a swagger request

type DeleteTrustedJwtGrantIssuerReader added in v1.11.0

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

DeleteTrustedJwtGrantIssuerReader is a Reader for the DeleteTrustedJwtGrantIssuer structure.

func (*DeleteTrustedJwtGrantIssuerReader) ReadResponse added in v1.11.0

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

ReadResponse reads a server response into the received o.

type FlushInactiveOAuth2TokensInternalServerError

type FlushInactiveOAuth2TokensInternalServerError struct {
	Payload *models.JSONError
}
FlushInactiveOAuth2TokensInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewFlushInactiveOAuth2TokensInternalServerError

func NewFlushInactiveOAuth2TokensInternalServerError() *FlushInactiveOAuth2TokensInternalServerError

NewFlushInactiveOAuth2TokensInternalServerError creates a FlushInactiveOAuth2TokensInternalServerError with default headers values

func (*FlushInactiveOAuth2TokensInternalServerError) Error

func (*FlushInactiveOAuth2TokensInternalServerError) GetPayload

type FlushInactiveOAuth2TokensNoContent

type FlushInactiveOAuth2TokensNoContent struct {
}
FlushInactiveOAuth2TokensNoContent describes a response with status code 204, with default header values.

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is

typically 201.

func NewFlushInactiveOAuth2TokensNoContent

func NewFlushInactiveOAuth2TokensNoContent() *FlushInactiveOAuth2TokensNoContent

NewFlushInactiveOAuth2TokensNoContent creates a FlushInactiveOAuth2TokensNoContent with default headers values

func (*FlushInactiveOAuth2TokensNoContent) Error

type FlushInactiveOAuth2TokensParams

type FlushInactiveOAuth2TokensParams struct {

	// Body.
	Body *models.FlushInactiveOAuth2TokensRequest

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

FlushInactiveOAuth2TokensParams contains all the parameters to send to the API endpoint

for the flush inactive o auth2 tokens operation.

Typically these are written to a http.Request.

func NewFlushInactiveOAuth2TokensParams

func NewFlushInactiveOAuth2TokensParams() *FlushInactiveOAuth2TokensParams

NewFlushInactiveOAuth2TokensParams creates a new FlushInactiveOAuth2TokensParams object, with the default timeout for this client.

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

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

func NewFlushInactiveOAuth2TokensParamsWithContext

func NewFlushInactiveOAuth2TokensParamsWithContext(ctx context.Context) *FlushInactiveOAuth2TokensParams

NewFlushInactiveOAuth2TokensParamsWithContext creates a new FlushInactiveOAuth2TokensParams object with the ability to set a context for a request.

func NewFlushInactiveOAuth2TokensParamsWithHTTPClient

func NewFlushInactiveOAuth2TokensParamsWithHTTPClient(client *http.Client) *FlushInactiveOAuth2TokensParams

NewFlushInactiveOAuth2TokensParamsWithHTTPClient creates a new FlushInactiveOAuth2TokensParams object with the ability to set a custom HTTPClient for a request.

func NewFlushInactiveOAuth2TokensParamsWithTimeout

func NewFlushInactiveOAuth2TokensParamsWithTimeout(timeout time.Duration) *FlushInactiveOAuth2TokensParams

NewFlushInactiveOAuth2TokensParamsWithTimeout creates a new FlushInactiveOAuth2TokensParams object with the ability to set a timeout on a request.

func (*FlushInactiveOAuth2TokensParams) SetBody

SetBody adds the body to the flush inactive o auth2 tokens params

func (*FlushInactiveOAuth2TokensParams) SetContext

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

SetContext adds the context to the flush inactive o auth2 tokens params

func (*FlushInactiveOAuth2TokensParams) SetDefaults added in v1.10.0

func (o *FlushInactiveOAuth2TokensParams) SetDefaults()

SetDefaults hydrates default values in the flush inactive o auth2 tokens params (not the query body).

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

func (*FlushInactiveOAuth2TokensParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the flush inactive o auth2 tokens params

func (*FlushInactiveOAuth2TokensParams) SetTimeout

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

SetTimeout adds the timeout to the flush inactive o auth2 tokens params

func (*FlushInactiveOAuth2TokensParams) WithBody

WithBody adds the body to the flush inactive o auth2 tokens params

func (*FlushInactiveOAuth2TokensParams) WithContext

WithContext adds the context to the flush inactive o auth2 tokens params

func (*FlushInactiveOAuth2TokensParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the flush inactive o auth2 tokens params (not the query body).

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

func (*FlushInactiveOAuth2TokensParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the flush inactive o auth2 tokens params

func (*FlushInactiveOAuth2TokensParams) WithTimeout

WithTimeout adds the timeout to the flush inactive o auth2 tokens params

func (*FlushInactiveOAuth2TokensParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FlushInactiveOAuth2TokensReader

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

FlushInactiveOAuth2TokensReader is a Reader for the FlushInactiveOAuth2Tokens structure.

func (*FlushInactiveOAuth2TokensReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FlushInactiveOAuth2TokensUnauthorized

type FlushInactiveOAuth2TokensUnauthorized struct {
	Payload *models.JSONError
}
FlushInactiveOAuth2TokensUnauthorized describes a response with status code 401, with default header values.

jsonError

func NewFlushInactiveOAuth2TokensUnauthorized

func NewFlushInactiveOAuth2TokensUnauthorized() *FlushInactiveOAuth2TokensUnauthorized

NewFlushInactiveOAuth2TokensUnauthorized creates a FlushInactiveOAuth2TokensUnauthorized with default headers values

func (*FlushInactiveOAuth2TokensUnauthorized) Error

func (*FlushInactiveOAuth2TokensUnauthorized) GetPayload

type GetConsentRequestGone added in v1.10.2

type GetConsentRequestGone struct {
	Payload *models.RequestWasHandledResponse
}
GetConsentRequestGone describes a response with status code 410, with default header values.

requestWasHandledResponse

func NewGetConsentRequestGone added in v1.10.2

func NewGetConsentRequestGone() *GetConsentRequestGone

NewGetConsentRequestGone creates a GetConsentRequestGone with default headers values

func (*GetConsentRequestGone) Error added in v1.10.2

func (o *GetConsentRequestGone) Error() string

func (*GetConsentRequestGone) GetPayload added in v1.10.2

type GetConsentRequestInternalServerError

type GetConsentRequestInternalServerError struct {
	Payload *models.JSONError
}
GetConsentRequestInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewGetConsentRequestInternalServerError

func NewGetConsentRequestInternalServerError() *GetConsentRequestInternalServerError

NewGetConsentRequestInternalServerError creates a GetConsentRequestInternalServerError with default headers values

func (*GetConsentRequestInternalServerError) Error

func (*GetConsentRequestInternalServerError) GetPayload

type GetConsentRequestNotFound

type GetConsentRequestNotFound struct {
	Payload *models.JSONError
}
GetConsentRequestNotFound describes a response with status code 404, with default header values.

jsonError

func NewGetConsentRequestNotFound

func NewGetConsentRequestNotFound() *GetConsentRequestNotFound

NewGetConsentRequestNotFound creates a GetConsentRequestNotFound with default headers values

func (*GetConsentRequestNotFound) Error

func (o *GetConsentRequestNotFound) Error() string

func (*GetConsentRequestNotFound) GetPayload

func (o *GetConsentRequestNotFound) GetPayload() *models.JSONError

type GetConsentRequestOK

type GetConsentRequestOK struct {
	Payload *models.ConsentRequest
}
GetConsentRequestOK describes a response with status code 200, with default header values.

consentRequest

func NewGetConsentRequestOK

func NewGetConsentRequestOK() *GetConsentRequestOK

NewGetConsentRequestOK creates a GetConsentRequestOK with default headers values

func (*GetConsentRequestOK) Error

func (o *GetConsentRequestOK) Error() string

func (*GetConsentRequestOK) GetPayload

func (o *GetConsentRequestOK) GetPayload() *models.ConsentRequest

type GetConsentRequestParams

type GetConsentRequestParams struct {

	// ConsentChallenge.
	ConsentChallenge string

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

GetConsentRequestParams contains all the parameters to send to the API endpoint

for the get consent request operation.

Typically these are written to a http.Request.

func NewGetConsentRequestParams

func NewGetConsentRequestParams() *GetConsentRequestParams

NewGetConsentRequestParams creates a new GetConsentRequestParams object, with the default timeout for this client.

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

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

func NewGetConsentRequestParamsWithContext

func NewGetConsentRequestParamsWithContext(ctx context.Context) *GetConsentRequestParams

NewGetConsentRequestParamsWithContext creates a new GetConsentRequestParams object with the ability to set a context for a request.

func NewGetConsentRequestParamsWithHTTPClient

func NewGetConsentRequestParamsWithHTTPClient(client *http.Client) *GetConsentRequestParams

NewGetConsentRequestParamsWithHTTPClient creates a new GetConsentRequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetConsentRequestParamsWithTimeout

func NewGetConsentRequestParamsWithTimeout(timeout time.Duration) *GetConsentRequestParams

NewGetConsentRequestParamsWithTimeout creates a new GetConsentRequestParams object with the ability to set a timeout on a request.

func (*GetConsentRequestParams) SetConsentChallenge

func (o *GetConsentRequestParams) SetConsentChallenge(consentChallenge string)

SetConsentChallenge adds the consentChallenge to the get consent request params

func (*GetConsentRequestParams) SetContext

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

SetContext adds the context to the get consent request params

func (*GetConsentRequestParams) SetDefaults added in v1.10.0

func (o *GetConsentRequestParams) SetDefaults()

SetDefaults hydrates default values in the get consent request params (not the query body).

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

func (*GetConsentRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get consent request params

func (*GetConsentRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get consent request params

func (*GetConsentRequestParams) WithConsentChallenge

func (o *GetConsentRequestParams) WithConsentChallenge(consentChallenge string) *GetConsentRequestParams

WithConsentChallenge adds the consentChallenge to the get consent request params

func (*GetConsentRequestParams) WithContext

WithContext adds the context to the get consent request params

func (*GetConsentRequestParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the get consent request params (not the query body).

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

func (*GetConsentRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get consent request params

func (*GetConsentRequestParams) WithTimeout

WithTimeout adds the timeout to the get consent request params

func (*GetConsentRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConsentRequestReader

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

GetConsentRequestReader is a Reader for the GetConsentRequest structure.

func (*GetConsentRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetJSONWebKeyInternalServerError

type GetJSONWebKeyInternalServerError struct {
	Payload *models.JSONError
}
GetJSONWebKeyInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewGetJSONWebKeyInternalServerError

func NewGetJSONWebKeyInternalServerError() *GetJSONWebKeyInternalServerError

NewGetJSONWebKeyInternalServerError creates a GetJSONWebKeyInternalServerError with default headers values

func (*GetJSONWebKeyInternalServerError) Error

func (*GetJSONWebKeyInternalServerError) GetPayload

type GetJSONWebKeyNotFound

type GetJSONWebKeyNotFound struct {
	Payload *models.JSONError
}
GetJSONWebKeyNotFound describes a response with status code 404, with default header values.

jsonError

func NewGetJSONWebKeyNotFound

func NewGetJSONWebKeyNotFound() *GetJSONWebKeyNotFound

NewGetJSONWebKeyNotFound creates a GetJSONWebKeyNotFound with default headers values

func (*GetJSONWebKeyNotFound) Error

func (o *GetJSONWebKeyNotFound) Error() string

func (*GetJSONWebKeyNotFound) GetPayload

func (o *GetJSONWebKeyNotFound) GetPayload() *models.JSONError

type GetJSONWebKeyOK

type GetJSONWebKeyOK struct {
	Payload *models.JSONWebKeySet
}
GetJSONWebKeyOK describes a response with status code 200, with default header values.

JSONWebKeySet

func NewGetJSONWebKeyOK

func NewGetJSONWebKeyOK() *GetJSONWebKeyOK

NewGetJSONWebKeyOK creates a GetJSONWebKeyOK with default headers values

func (*GetJSONWebKeyOK) Error

func (o *GetJSONWebKeyOK) Error() string

func (*GetJSONWebKeyOK) GetPayload

func (o *GetJSONWebKeyOK) GetPayload() *models.JSONWebKeySet

type GetJSONWebKeyParams

type GetJSONWebKeyParams struct {

	/* Kid.

	   The kid of the desired key
	*/
	Kid string

	/* Set.

	   The set
	*/
	Set string

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

GetJSONWebKeyParams contains all the parameters to send to the API endpoint

for the get Json web key operation.

Typically these are written to a http.Request.

func NewGetJSONWebKeyParams

func NewGetJSONWebKeyParams() *GetJSONWebKeyParams

NewGetJSONWebKeyParams creates a new GetJSONWebKeyParams object, with the default timeout for this client.

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

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

func NewGetJSONWebKeyParamsWithContext

func NewGetJSONWebKeyParamsWithContext(ctx context.Context) *GetJSONWebKeyParams

NewGetJSONWebKeyParamsWithContext creates a new GetJSONWebKeyParams object with the ability to set a context for a request.

func NewGetJSONWebKeyParamsWithHTTPClient

func NewGetJSONWebKeyParamsWithHTTPClient(client *http.Client) *GetJSONWebKeyParams

NewGetJSONWebKeyParamsWithHTTPClient creates a new GetJSONWebKeyParams object with the ability to set a custom HTTPClient for a request.

func NewGetJSONWebKeyParamsWithTimeout

func NewGetJSONWebKeyParamsWithTimeout(timeout time.Duration) *GetJSONWebKeyParams

NewGetJSONWebKeyParamsWithTimeout creates a new GetJSONWebKeyParams object with the ability to set a timeout on a request.

func (*GetJSONWebKeyParams) SetContext

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

SetContext adds the context to the get Json web key params

func (*GetJSONWebKeyParams) SetDefaults added in v1.10.0

func (o *GetJSONWebKeyParams) SetDefaults()

SetDefaults hydrates default values in the get Json web key params (not the query body).

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

func (*GetJSONWebKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get Json web key params

func (*GetJSONWebKeyParams) SetKid

func (o *GetJSONWebKeyParams) SetKid(kid string)

SetKid adds the kid to the get Json web key params

func (*GetJSONWebKeyParams) SetSet

func (o *GetJSONWebKeyParams) SetSet(set string)

SetSet adds the set to the get Json web key params

func (*GetJSONWebKeyParams) SetTimeout

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

SetTimeout adds the timeout to the get Json web key params

func (*GetJSONWebKeyParams) WithContext

WithContext adds the context to the get Json web key params

func (*GetJSONWebKeyParams) WithDefaults added in v1.10.0

func (o *GetJSONWebKeyParams) WithDefaults() *GetJSONWebKeyParams

WithDefaults hydrates default values in the get Json web key params (not the query body).

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

func (*GetJSONWebKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get Json web key params

func (*GetJSONWebKeyParams) WithKid

WithKid adds the kid to the get Json web key params

func (*GetJSONWebKeyParams) WithSet

WithSet adds the set to the get Json web key params

func (*GetJSONWebKeyParams) WithTimeout

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

WithTimeout adds the timeout to the get Json web key params

func (*GetJSONWebKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetJSONWebKeyReader

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

GetJSONWebKeyReader is a Reader for the GetJSONWebKey structure.

func (*GetJSONWebKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetJSONWebKeySetForbidden

type GetJSONWebKeySetForbidden struct {
	Payload *models.JSONError
}
GetJSONWebKeySetForbidden describes a response with status code 403, with default header values.

jsonError

func NewGetJSONWebKeySetForbidden

func NewGetJSONWebKeySetForbidden() *GetJSONWebKeySetForbidden

NewGetJSONWebKeySetForbidden creates a GetJSONWebKeySetForbidden with default headers values

func (*GetJSONWebKeySetForbidden) Error

func (o *GetJSONWebKeySetForbidden) Error() string

func (*GetJSONWebKeySetForbidden) GetPayload

func (o *GetJSONWebKeySetForbidden) GetPayload() *models.JSONError

type GetJSONWebKeySetInternalServerError

type GetJSONWebKeySetInternalServerError struct {
	Payload *models.JSONError
}
GetJSONWebKeySetInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewGetJSONWebKeySetInternalServerError

func NewGetJSONWebKeySetInternalServerError() *GetJSONWebKeySetInternalServerError

NewGetJSONWebKeySetInternalServerError creates a GetJSONWebKeySetInternalServerError with default headers values

func (*GetJSONWebKeySetInternalServerError) Error

func (*GetJSONWebKeySetInternalServerError) GetPayload

type GetJSONWebKeySetOK

type GetJSONWebKeySetOK struct {
	Payload *models.JSONWebKeySet
}
GetJSONWebKeySetOK describes a response with status code 200, with default header values.

JSONWebKeySet

func NewGetJSONWebKeySetOK

func NewGetJSONWebKeySetOK() *GetJSONWebKeySetOK

NewGetJSONWebKeySetOK creates a GetJSONWebKeySetOK with default headers values

func (*GetJSONWebKeySetOK) Error

func (o *GetJSONWebKeySetOK) Error() string

func (*GetJSONWebKeySetOK) GetPayload

func (o *GetJSONWebKeySetOK) GetPayload() *models.JSONWebKeySet

type GetJSONWebKeySetParams

type GetJSONWebKeySetParams struct {

	/* Set.

	   The set
	*/
	Set string

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

GetJSONWebKeySetParams contains all the parameters to send to the API endpoint

for the get Json web key set operation.

Typically these are written to a http.Request.

func NewGetJSONWebKeySetParams

func NewGetJSONWebKeySetParams() *GetJSONWebKeySetParams

NewGetJSONWebKeySetParams creates a new GetJSONWebKeySetParams object, with the default timeout for this client.

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

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

func NewGetJSONWebKeySetParamsWithContext

func NewGetJSONWebKeySetParamsWithContext(ctx context.Context) *GetJSONWebKeySetParams

NewGetJSONWebKeySetParamsWithContext creates a new GetJSONWebKeySetParams object with the ability to set a context for a request.

func NewGetJSONWebKeySetParamsWithHTTPClient

func NewGetJSONWebKeySetParamsWithHTTPClient(client *http.Client) *GetJSONWebKeySetParams

NewGetJSONWebKeySetParamsWithHTTPClient creates a new GetJSONWebKeySetParams object with the ability to set a custom HTTPClient for a request.

func NewGetJSONWebKeySetParamsWithTimeout

func NewGetJSONWebKeySetParamsWithTimeout(timeout time.Duration) *GetJSONWebKeySetParams

NewGetJSONWebKeySetParamsWithTimeout creates a new GetJSONWebKeySetParams object with the ability to set a timeout on a request.

func (*GetJSONWebKeySetParams) SetContext

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

SetContext adds the context to the get Json web key set params

func (*GetJSONWebKeySetParams) SetDefaults added in v1.10.0

func (o *GetJSONWebKeySetParams) SetDefaults()

SetDefaults hydrates default values in the get Json web key set params (not the query body).

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

func (*GetJSONWebKeySetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get Json web key set params

func (*GetJSONWebKeySetParams) SetSet

func (o *GetJSONWebKeySetParams) SetSet(set string)

SetSet adds the set to the get Json web key set params

func (*GetJSONWebKeySetParams) SetTimeout

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

SetTimeout adds the timeout to the get Json web key set params

func (*GetJSONWebKeySetParams) WithContext

WithContext adds the context to the get Json web key set params

func (*GetJSONWebKeySetParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the get Json web key set params (not the query body).

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

func (*GetJSONWebKeySetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get Json web key set params

func (*GetJSONWebKeySetParams) WithSet

WithSet adds the set to the get Json web key set params

func (*GetJSONWebKeySetParams) WithTimeout

WithTimeout adds the timeout to the get Json web key set params

func (*GetJSONWebKeySetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetJSONWebKeySetReader

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

GetJSONWebKeySetReader is a Reader for the GetJSONWebKeySet structure.

func (*GetJSONWebKeySetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetJSONWebKeySetUnauthorized

type GetJSONWebKeySetUnauthorized struct {
	Payload *models.JSONError
}
GetJSONWebKeySetUnauthorized describes a response with status code 401, with default header values.

jsonError

func NewGetJSONWebKeySetUnauthorized

func NewGetJSONWebKeySetUnauthorized() *GetJSONWebKeySetUnauthorized

NewGetJSONWebKeySetUnauthorized creates a GetJSONWebKeySetUnauthorized with default headers values

func (*GetJSONWebKeySetUnauthorized) Error

func (*GetJSONWebKeySetUnauthorized) GetPayload

type GetLoginRequestBadRequest

type GetLoginRequestBadRequest struct {
	Payload *models.JSONError
}
GetLoginRequestBadRequest describes a response with status code 400, with default header values.

jsonError

func NewGetLoginRequestBadRequest

func NewGetLoginRequestBadRequest() *GetLoginRequestBadRequest

NewGetLoginRequestBadRequest creates a GetLoginRequestBadRequest with default headers values

func (*GetLoginRequestBadRequest) Error

func (o *GetLoginRequestBadRequest) Error() string

func (*GetLoginRequestBadRequest) GetPayload

func (o *GetLoginRequestBadRequest) GetPayload() *models.JSONError

type GetLoginRequestGone added in v1.10.2

type GetLoginRequestGone struct {
	Payload *models.RequestWasHandledResponse
}
GetLoginRequestGone describes a response with status code 410, with default header values.

requestWasHandledResponse

func NewGetLoginRequestGone added in v1.10.2

func NewGetLoginRequestGone() *GetLoginRequestGone

NewGetLoginRequestGone creates a GetLoginRequestGone with default headers values

func (*GetLoginRequestGone) Error added in v1.10.2

func (o *GetLoginRequestGone) Error() string

func (*GetLoginRequestGone) GetPayload added in v1.10.2

type GetLoginRequestInternalServerError

type GetLoginRequestInternalServerError struct {
	Payload *models.JSONError
}
GetLoginRequestInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewGetLoginRequestInternalServerError

func NewGetLoginRequestInternalServerError() *GetLoginRequestInternalServerError

NewGetLoginRequestInternalServerError creates a GetLoginRequestInternalServerError with default headers values

func (*GetLoginRequestInternalServerError) Error

func (*GetLoginRequestInternalServerError) GetPayload

type GetLoginRequestNotFound

type GetLoginRequestNotFound struct {
	Payload *models.JSONError
}
GetLoginRequestNotFound describes a response with status code 404, with default header values.

jsonError

func NewGetLoginRequestNotFound

func NewGetLoginRequestNotFound() *GetLoginRequestNotFound

NewGetLoginRequestNotFound creates a GetLoginRequestNotFound with default headers values

func (*GetLoginRequestNotFound) Error

func (o *GetLoginRequestNotFound) Error() string

func (*GetLoginRequestNotFound) GetPayload

func (o *GetLoginRequestNotFound) GetPayload() *models.JSONError

type GetLoginRequestOK

type GetLoginRequestOK struct {
	Payload *models.LoginRequest
}
GetLoginRequestOK describes a response with status code 200, with default header values.

loginRequest

func NewGetLoginRequestOK

func NewGetLoginRequestOK() *GetLoginRequestOK

NewGetLoginRequestOK creates a GetLoginRequestOK with default headers values

func (*GetLoginRequestOK) Error

func (o *GetLoginRequestOK) Error() string

func (*GetLoginRequestOK) GetPayload

func (o *GetLoginRequestOK) GetPayload() *models.LoginRequest

type GetLoginRequestParams

type GetLoginRequestParams struct {

	// LoginChallenge.
	LoginChallenge string

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

GetLoginRequestParams contains all the parameters to send to the API endpoint

for the get login request operation.

Typically these are written to a http.Request.

func NewGetLoginRequestParams

func NewGetLoginRequestParams() *GetLoginRequestParams

NewGetLoginRequestParams creates a new GetLoginRequestParams object, with the default timeout for this client.

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

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

func NewGetLoginRequestParamsWithContext

func NewGetLoginRequestParamsWithContext(ctx context.Context) *GetLoginRequestParams

NewGetLoginRequestParamsWithContext creates a new GetLoginRequestParams object with the ability to set a context for a request.

func NewGetLoginRequestParamsWithHTTPClient

func NewGetLoginRequestParamsWithHTTPClient(client *http.Client) *GetLoginRequestParams

NewGetLoginRequestParamsWithHTTPClient creates a new GetLoginRequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetLoginRequestParamsWithTimeout

func NewGetLoginRequestParamsWithTimeout(timeout time.Duration) *GetLoginRequestParams

NewGetLoginRequestParamsWithTimeout creates a new GetLoginRequestParams object with the ability to set a timeout on a request.

func (*GetLoginRequestParams) SetContext

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

SetContext adds the context to the get login request params

func (*GetLoginRequestParams) SetDefaults added in v1.10.0

func (o *GetLoginRequestParams) SetDefaults()

SetDefaults hydrates default values in the get login request params (not the query body).

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

func (*GetLoginRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get login request params

func (*GetLoginRequestParams) SetLoginChallenge

func (o *GetLoginRequestParams) SetLoginChallenge(loginChallenge string)

SetLoginChallenge adds the loginChallenge to the get login request params

func (*GetLoginRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get login request params

func (*GetLoginRequestParams) WithContext

WithContext adds the context to the get login request params

func (*GetLoginRequestParams) WithDefaults added in v1.10.0

func (o *GetLoginRequestParams) WithDefaults() *GetLoginRequestParams

WithDefaults hydrates default values in the get login request params (not the query body).

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

func (*GetLoginRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get login request params

func (*GetLoginRequestParams) WithLoginChallenge

func (o *GetLoginRequestParams) WithLoginChallenge(loginChallenge string) *GetLoginRequestParams

WithLoginChallenge adds the loginChallenge to the get login request params

func (*GetLoginRequestParams) WithTimeout

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

WithTimeout adds the timeout to the get login request params

func (*GetLoginRequestParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetLoginRequestReader

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

GetLoginRequestReader is a Reader for the GetLoginRequest structure.

func (*GetLoginRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLogoutRequestGone added in v1.10.2

type GetLogoutRequestGone struct {
	Payload *models.RequestWasHandledResponse
}
GetLogoutRequestGone describes a response with status code 410, with default header values.

requestWasHandledResponse

func NewGetLogoutRequestGone added in v1.10.2

func NewGetLogoutRequestGone() *GetLogoutRequestGone

NewGetLogoutRequestGone creates a GetLogoutRequestGone with default headers values

func (*GetLogoutRequestGone) Error added in v1.10.2

func (o *GetLogoutRequestGone) Error() string

func (*GetLogoutRequestGone) GetPayload added in v1.10.2

type GetLogoutRequestInternalServerError

type GetLogoutRequestInternalServerError struct {
	Payload *models.JSONError
}
GetLogoutRequestInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewGetLogoutRequestInternalServerError

func NewGetLogoutRequestInternalServerError() *GetLogoutRequestInternalServerError

NewGetLogoutRequestInternalServerError creates a GetLogoutRequestInternalServerError with default headers values

func (*GetLogoutRequestInternalServerError) Error

func (*GetLogoutRequestInternalServerError) GetPayload

type GetLogoutRequestNotFound

type GetLogoutRequestNotFound struct {
	Payload *models.JSONError
}
GetLogoutRequestNotFound describes a response with status code 404, with default header values.

jsonError

func NewGetLogoutRequestNotFound

func NewGetLogoutRequestNotFound() *GetLogoutRequestNotFound

NewGetLogoutRequestNotFound creates a GetLogoutRequestNotFound with default headers values

func (*GetLogoutRequestNotFound) Error

func (o *GetLogoutRequestNotFound) Error() string

func (*GetLogoutRequestNotFound) GetPayload

func (o *GetLogoutRequestNotFound) GetPayload() *models.JSONError

type GetLogoutRequestOK

type GetLogoutRequestOK struct {
	Payload *models.LogoutRequest
}
GetLogoutRequestOK describes a response with status code 200, with default header values.

logoutRequest

func NewGetLogoutRequestOK

func NewGetLogoutRequestOK() *GetLogoutRequestOK

NewGetLogoutRequestOK creates a GetLogoutRequestOK with default headers values

func (*GetLogoutRequestOK) Error

func (o *GetLogoutRequestOK) Error() string

func (*GetLogoutRequestOK) GetPayload

func (o *GetLogoutRequestOK) GetPayload() *models.LogoutRequest

type GetLogoutRequestParams

type GetLogoutRequestParams struct {

	// LogoutChallenge.
	LogoutChallenge string

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

GetLogoutRequestParams contains all the parameters to send to the API endpoint

for the get logout request operation.

Typically these are written to a http.Request.

func NewGetLogoutRequestParams

func NewGetLogoutRequestParams() *GetLogoutRequestParams

NewGetLogoutRequestParams creates a new GetLogoutRequestParams object, with the default timeout for this client.

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

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

func NewGetLogoutRequestParamsWithContext

func NewGetLogoutRequestParamsWithContext(ctx context.Context) *GetLogoutRequestParams

NewGetLogoutRequestParamsWithContext creates a new GetLogoutRequestParams object with the ability to set a context for a request.

func NewGetLogoutRequestParamsWithHTTPClient

func NewGetLogoutRequestParamsWithHTTPClient(client *http.Client) *GetLogoutRequestParams

NewGetLogoutRequestParamsWithHTTPClient creates a new GetLogoutRequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetLogoutRequestParamsWithTimeout

func NewGetLogoutRequestParamsWithTimeout(timeout time.Duration) *GetLogoutRequestParams

NewGetLogoutRequestParamsWithTimeout creates a new GetLogoutRequestParams object with the ability to set a timeout on a request.

func (*GetLogoutRequestParams) SetContext

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

SetContext adds the context to the get logout request params

func (*GetLogoutRequestParams) SetDefaults added in v1.10.0

func (o *GetLogoutRequestParams) SetDefaults()

SetDefaults hydrates default values in the get logout request params (not the query body).

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

func (*GetLogoutRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get logout request params

func (*GetLogoutRequestParams) SetLogoutChallenge

func (o *GetLogoutRequestParams) SetLogoutChallenge(logoutChallenge string)

SetLogoutChallenge adds the logoutChallenge to the get logout request params

func (*GetLogoutRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get logout request params

func (*GetLogoutRequestParams) WithContext

WithContext adds the context to the get logout request params

func (*GetLogoutRequestParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the get logout request params (not the query body).

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

func (*GetLogoutRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get logout request params

func (*GetLogoutRequestParams) WithLogoutChallenge

func (o *GetLogoutRequestParams) WithLogoutChallenge(logoutChallenge string) *GetLogoutRequestParams

WithLogoutChallenge adds the logoutChallenge to the get logout request params

func (*GetLogoutRequestParams) WithTimeout

WithTimeout adds the timeout to the get logout request params

func (*GetLogoutRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLogoutRequestReader

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

GetLogoutRequestReader is a Reader for the GetLogoutRequest structure.

func (*GetLogoutRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOAuth2ClientDefault added in v1.11.0

type GetOAuth2ClientDefault struct {
	Payload *models.JSONError
	// contains filtered or unexported fields
}
GetOAuth2ClientDefault describes a response with status code -1, with default header values.

jsonError

func NewGetOAuth2ClientDefault added in v1.11.0

func NewGetOAuth2ClientDefault(code int) *GetOAuth2ClientDefault

NewGetOAuth2ClientDefault creates a GetOAuth2ClientDefault with default headers values

func (*GetOAuth2ClientDefault) Code added in v1.11.0

func (o *GetOAuth2ClientDefault) Code() int

Code gets the status code for the get o auth2 client default response

func (*GetOAuth2ClientDefault) Error added in v1.11.0

func (o *GetOAuth2ClientDefault) Error() string

func (*GetOAuth2ClientDefault) GetPayload added in v1.11.0

func (o *GetOAuth2ClientDefault) GetPayload() *models.JSONError

type GetOAuth2ClientOK

type GetOAuth2ClientOK struct {
	Payload *models.OAuth2Client
}
GetOAuth2ClientOK describes a response with status code 200, with default header values.

oAuth2Client

func NewGetOAuth2ClientOK

func NewGetOAuth2ClientOK() *GetOAuth2ClientOK

NewGetOAuth2ClientOK creates a GetOAuth2ClientOK with default headers values

func (*GetOAuth2ClientOK) Error

func (o *GetOAuth2ClientOK) Error() string

func (*GetOAuth2ClientOK) GetPayload

func (o *GetOAuth2ClientOK) GetPayload() *models.OAuth2Client

type GetOAuth2ClientParams

type GetOAuth2ClientParams struct {

	/* ID.

	   The id of the OAuth 2.0 Client.
	*/
	ID string

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

GetOAuth2ClientParams contains all the parameters to send to the API endpoint

for the get o auth2 client operation.

Typically these are written to a http.Request.

func NewGetOAuth2ClientParams

func NewGetOAuth2ClientParams() *GetOAuth2ClientParams

NewGetOAuth2ClientParams creates a new GetOAuth2ClientParams object, with the default timeout for this client.

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

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

func NewGetOAuth2ClientParamsWithContext

func NewGetOAuth2ClientParamsWithContext(ctx context.Context) *GetOAuth2ClientParams

NewGetOAuth2ClientParamsWithContext creates a new GetOAuth2ClientParams object with the ability to set a context for a request.

func NewGetOAuth2ClientParamsWithHTTPClient

func NewGetOAuth2ClientParamsWithHTTPClient(client *http.Client) *GetOAuth2ClientParams

NewGetOAuth2ClientParamsWithHTTPClient creates a new GetOAuth2ClientParams object with the ability to set a custom HTTPClient for a request.

func NewGetOAuth2ClientParamsWithTimeout

func NewGetOAuth2ClientParamsWithTimeout(timeout time.Duration) *GetOAuth2ClientParams

NewGetOAuth2ClientParamsWithTimeout creates a new GetOAuth2ClientParams object with the ability to set a timeout on a request.

func (*GetOAuth2ClientParams) SetContext

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

SetContext adds the context to the get o auth2 client params

func (*GetOAuth2ClientParams) SetDefaults added in v1.10.0

func (o *GetOAuth2ClientParams) SetDefaults()

SetDefaults hydrates default values in the get o auth2 client params (not the query body).

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

func (*GetOAuth2ClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get o auth2 client params

func (*GetOAuth2ClientParams) SetID

func (o *GetOAuth2ClientParams) SetID(id string)

SetID adds the id to the get o auth2 client params

func (*GetOAuth2ClientParams) SetTimeout

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

SetTimeout adds the timeout to the get o auth2 client params

func (*GetOAuth2ClientParams) WithContext

WithContext adds the context to the get o auth2 client params

func (*GetOAuth2ClientParams) WithDefaults added in v1.10.0

func (o *GetOAuth2ClientParams) WithDefaults() *GetOAuth2ClientParams

WithDefaults hydrates default values in the get o auth2 client params (not the query body).

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

func (*GetOAuth2ClientParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get o auth2 client params

func (*GetOAuth2ClientParams) WithID

WithID adds the id to the get o auth2 client params

func (*GetOAuth2ClientParams) WithTimeout

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

WithTimeout adds the timeout to the get o auth2 client params

func (*GetOAuth2ClientParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetOAuth2ClientReader

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

GetOAuth2ClientReader is a Reader for the GetOAuth2Client structure.

func (*GetOAuth2ClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTrustedJwtGrantIssuerInternalServerError added in v1.11.0

type GetTrustedJwtGrantIssuerInternalServerError struct {
	Payload *models.GenericError
}
GetTrustedJwtGrantIssuerInternalServerError describes a response with status code 500, with default header values.

genericError

func NewGetTrustedJwtGrantIssuerInternalServerError added in v1.11.0

func NewGetTrustedJwtGrantIssuerInternalServerError() *GetTrustedJwtGrantIssuerInternalServerError

NewGetTrustedJwtGrantIssuerInternalServerError creates a GetTrustedJwtGrantIssuerInternalServerError with default headers values

func (*GetTrustedJwtGrantIssuerInternalServerError) Error added in v1.11.0

func (*GetTrustedJwtGrantIssuerInternalServerError) GetPayload added in v1.11.0

type GetTrustedJwtGrantIssuerNotFound added in v1.11.0

type GetTrustedJwtGrantIssuerNotFound struct {
	Payload *models.GenericError
}
GetTrustedJwtGrantIssuerNotFound describes a response with status code 404, with default header values.

genericError

func NewGetTrustedJwtGrantIssuerNotFound added in v1.11.0

func NewGetTrustedJwtGrantIssuerNotFound() *GetTrustedJwtGrantIssuerNotFound

NewGetTrustedJwtGrantIssuerNotFound creates a GetTrustedJwtGrantIssuerNotFound with default headers values

func (*GetTrustedJwtGrantIssuerNotFound) Error added in v1.11.0

func (*GetTrustedJwtGrantIssuerNotFound) GetPayload added in v1.11.0

type GetTrustedJwtGrantIssuerOK added in v1.11.0

type GetTrustedJwtGrantIssuerOK struct {
	Payload *models.TrustedJwtGrantIssuer
}
GetTrustedJwtGrantIssuerOK describes a response with status code 200, with default header values.

trustedJwtGrantIssuer

func NewGetTrustedJwtGrantIssuerOK added in v1.11.0

func NewGetTrustedJwtGrantIssuerOK() *GetTrustedJwtGrantIssuerOK

NewGetTrustedJwtGrantIssuerOK creates a GetTrustedJwtGrantIssuerOK with default headers values

func (*GetTrustedJwtGrantIssuerOK) Error added in v1.11.0

func (*GetTrustedJwtGrantIssuerOK) GetPayload added in v1.11.0

type GetTrustedJwtGrantIssuerParams added in v1.11.0

type GetTrustedJwtGrantIssuerParams struct {

	/* ID.

	   The id of the desired grant
	*/
	ID string

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

GetTrustedJwtGrantIssuerParams contains all the parameters to send to the API endpoint

for the get trusted jwt grant issuer operation.

Typically these are written to a http.Request.

func NewGetTrustedJwtGrantIssuerParams added in v1.11.0

func NewGetTrustedJwtGrantIssuerParams() *GetTrustedJwtGrantIssuerParams

NewGetTrustedJwtGrantIssuerParams creates a new GetTrustedJwtGrantIssuerParams object, with the default timeout for this client.

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

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

func NewGetTrustedJwtGrantIssuerParamsWithContext added in v1.11.0

func NewGetTrustedJwtGrantIssuerParamsWithContext(ctx context.Context) *GetTrustedJwtGrantIssuerParams

NewGetTrustedJwtGrantIssuerParamsWithContext creates a new GetTrustedJwtGrantIssuerParams object with the ability to set a context for a request.

func NewGetTrustedJwtGrantIssuerParamsWithHTTPClient added in v1.11.0

func NewGetTrustedJwtGrantIssuerParamsWithHTTPClient(client *http.Client) *GetTrustedJwtGrantIssuerParams

NewGetTrustedJwtGrantIssuerParamsWithHTTPClient creates a new GetTrustedJwtGrantIssuerParams object with the ability to set a custom HTTPClient for a request.

func NewGetTrustedJwtGrantIssuerParamsWithTimeout added in v1.11.0

func NewGetTrustedJwtGrantIssuerParamsWithTimeout(timeout time.Duration) *GetTrustedJwtGrantIssuerParams

NewGetTrustedJwtGrantIssuerParamsWithTimeout creates a new GetTrustedJwtGrantIssuerParams object with the ability to set a timeout on a request.

func (*GetTrustedJwtGrantIssuerParams) SetContext added in v1.11.0

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

SetContext adds the context to the get trusted jwt grant issuer params

func (*GetTrustedJwtGrantIssuerParams) SetDefaults added in v1.11.1

func (o *GetTrustedJwtGrantIssuerParams) SetDefaults()

SetDefaults hydrates default values in the get trusted jwt grant issuer params (not the query body).

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

func (*GetTrustedJwtGrantIssuerParams) SetHTTPClient added in v1.11.0

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

SetHTTPClient adds the HTTPClient to the get trusted jwt grant issuer params

func (*GetTrustedJwtGrantIssuerParams) SetID added in v1.11.0

SetID adds the id to the get trusted jwt grant issuer params

func (*GetTrustedJwtGrantIssuerParams) SetTimeout added in v1.11.0

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

SetTimeout adds the timeout to the get trusted jwt grant issuer params

func (*GetTrustedJwtGrantIssuerParams) WithContext added in v1.11.0

WithContext adds the context to the get trusted jwt grant issuer params

func (*GetTrustedJwtGrantIssuerParams) WithDefaults added in v1.11.1

WithDefaults hydrates default values in the get trusted jwt grant issuer params (not the query body).

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

func (*GetTrustedJwtGrantIssuerParams) WithHTTPClient added in v1.11.0

WithHTTPClient adds the HTTPClient to the get trusted jwt grant issuer params

func (*GetTrustedJwtGrantIssuerParams) WithID added in v1.11.0

WithID adds the id to the get trusted jwt grant issuer params

func (*GetTrustedJwtGrantIssuerParams) WithTimeout added in v1.11.0

WithTimeout adds the timeout to the get trusted jwt grant issuer params

func (*GetTrustedJwtGrantIssuerParams) WriteToRequest added in v1.11.0

WriteToRequest writes these params to a swagger request

type GetTrustedJwtGrantIssuerReader added in v1.11.0

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

GetTrustedJwtGrantIssuerReader is a Reader for the GetTrustedJwtGrantIssuer structure.

func (*GetTrustedJwtGrantIssuerReader) ReadResponse added in v1.11.0

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

ReadResponse reads a server response into the received o.

type GetVersionOK

type GetVersionOK struct {
	Payload *models.Version
}
GetVersionOK describes a response with status code 200, with default header values.

version

func NewGetVersionOK

func NewGetVersionOK() *GetVersionOK

NewGetVersionOK creates a GetVersionOK with default headers values

func (*GetVersionOK) Error

func (o *GetVersionOK) Error() string

func (*GetVersionOK) GetPayload

func (o *GetVersionOK) GetPayload() *models.Version

type GetVersionParams

type GetVersionParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVersionParams contains all the parameters to send to the API endpoint

for the get version operation.

Typically these are written to a http.Request.

func NewGetVersionParams

func NewGetVersionParams() *GetVersionParams

NewGetVersionParams creates a new GetVersionParams object, with the default timeout for this client.

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

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

func NewGetVersionParamsWithContext

func NewGetVersionParamsWithContext(ctx context.Context) *GetVersionParams

NewGetVersionParamsWithContext creates a new GetVersionParams object with the ability to set a context for a request.

func NewGetVersionParamsWithHTTPClient

func NewGetVersionParamsWithHTTPClient(client *http.Client) *GetVersionParams

NewGetVersionParamsWithHTTPClient creates a new GetVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetVersionParamsWithTimeout

func NewGetVersionParamsWithTimeout(timeout time.Duration) *GetVersionParams

NewGetVersionParamsWithTimeout creates a new GetVersionParams object with the ability to set a timeout on a request.

func (*GetVersionParams) SetContext

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

SetContext adds the context to the get version params

func (*GetVersionParams) SetDefaults added in v1.10.0

func (o *GetVersionParams) SetDefaults()

SetDefaults hydrates default values in the get version params (not the query body).

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

func (*GetVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get version params

func (*GetVersionParams) SetTimeout

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

SetTimeout adds the timeout to the get version params

func (*GetVersionParams) WithContext

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

WithContext adds the context to the get version params

func (*GetVersionParams) WithDefaults added in v1.10.0

func (o *GetVersionParams) WithDefaults() *GetVersionParams

WithDefaults hydrates default values in the get version params (not the query body).

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

func (*GetVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get version params

func (*GetVersionParams) WithTimeout

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

WithTimeout adds the timeout to the get version params

func (*GetVersionParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetVersionReader

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

GetVersionReader is a Reader for the GetVersion structure.

func (*GetVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IntrospectOAuth2TokenInternalServerError

type IntrospectOAuth2TokenInternalServerError struct {
	Payload *models.JSONError
}
IntrospectOAuth2TokenInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewIntrospectOAuth2TokenInternalServerError

func NewIntrospectOAuth2TokenInternalServerError() *IntrospectOAuth2TokenInternalServerError

NewIntrospectOAuth2TokenInternalServerError creates a IntrospectOAuth2TokenInternalServerError with default headers values

func (*IntrospectOAuth2TokenInternalServerError) Error

func (*IntrospectOAuth2TokenInternalServerError) GetPayload

type IntrospectOAuth2TokenOK

type IntrospectOAuth2TokenOK struct {
	Payload *models.OAuth2TokenIntrospection
}
IntrospectOAuth2TokenOK describes a response with status code 200, with default header values.

oAuth2TokenIntrospection

func NewIntrospectOAuth2TokenOK

func NewIntrospectOAuth2TokenOK() *IntrospectOAuth2TokenOK

NewIntrospectOAuth2TokenOK creates a IntrospectOAuth2TokenOK with default headers values

func (*IntrospectOAuth2TokenOK) Error

func (o *IntrospectOAuth2TokenOK) Error() string

func (*IntrospectOAuth2TokenOK) GetPayload

type IntrospectOAuth2TokenParams

type IntrospectOAuth2TokenParams struct {

	/* Scope.

	     An optional, space separated list of required scopes. If the access token was not granted one of the
	scopes, the result of active will be false.
	*/
	Scope *string

	/* Token.

	     The string value of the token. For access tokens, this
	is the "access_token" value returned from the token endpoint
	defined in OAuth 2.0. For refresh tokens, this is the "refresh_token"
	value returned.
	*/
	Token string

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

IntrospectOAuth2TokenParams contains all the parameters to send to the API endpoint

for the introspect o auth2 token operation.

Typically these are written to a http.Request.

func NewIntrospectOAuth2TokenParams

func NewIntrospectOAuth2TokenParams() *IntrospectOAuth2TokenParams

NewIntrospectOAuth2TokenParams creates a new IntrospectOAuth2TokenParams object, with the default timeout for this client.

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

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

func NewIntrospectOAuth2TokenParamsWithContext

func NewIntrospectOAuth2TokenParamsWithContext(ctx context.Context) *IntrospectOAuth2TokenParams

NewIntrospectOAuth2TokenParamsWithContext creates a new IntrospectOAuth2TokenParams object with the ability to set a context for a request.

func NewIntrospectOAuth2TokenParamsWithHTTPClient

func NewIntrospectOAuth2TokenParamsWithHTTPClient(client *http.Client) *IntrospectOAuth2TokenParams

NewIntrospectOAuth2TokenParamsWithHTTPClient creates a new IntrospectOAuth2TokenParams object with the ability to set a custom HTTPClient for a request.

func NewIntrospectOAuth2TokenParamsWithTimeout

func NewIntrospectOAuth2TokenParamsWithTimeout(timeout time.Duration) *IntrospectOAuth2TokenParams

NewIntrospectOAuth2TokenParamsWithTimeout creates a new IntrospectOAuth2TokenParams object with the ability to set a timeout on a request.

func (*IntrospectOAuth2TokenParams) SetContext

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

SetContext adds the context to the introspect o auth2 token params

func (*IntrospectOAuth2TokenParams) SetDefaults added in v1.10.0

func (o *IntrospectOAuth2TokenParams) SetDefaults()

SetDefaults hydrates default values in the introspect o auth2 token params (not the query body).

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

func (*IntrospectOAuth2TokenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the introspect o auth2 token params

func (*IntrospectOAuth2TokenParams) SetScope

func (o *IntrospectOAuth2TokenParams) SetScope(scope *string)

SetScope adds the scope to the introspect o auth2 token params

func (*IntrospectOAuth2TokenParams) SetTimeout

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

SetTimeout adds the timeout to the introspect o auth2 token params

func (*IntrospectOAuth2TokenParams) SetToken

func (o *IntrospectOAuth2TokenParams) SetToken(token string)

SetToken adds the token to the introspect o auth2 token params

func (*IntrospectOAuth2TokenParams) WithContext

WithContext adds the context to the introspect o auth2 token params

func (*IntrospectOAuth2TokenParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the introspect o auth2 token params (not the query body).

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

func (*IntrospectOAuth2TokenParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the introspect o auth2 token params

func (*IntrospectOAuth2TokenParams) WithScope

WithScope adds the scope to the introspect o auth2 token params

func (*IntrospectOAuth2TokenParams) WithTimeout

WithTimeout adds the timeout to the introspect o auth2 token params

func (*IntrospectOAuth2TokenParams) WithToken

WithToken adds the token to the introspect o auth2 token params

func (*IntrospectOAuth2TokenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IntrospectOAuth2TokenReader

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

IntrospectOAuth2TokenReader is a Reader for the IntrospectOAuth2Token structure.

func (*IntrospectOAuth2TokenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IntrospectOAuth2TokenUnauthorized

type IntrospectOAuth2TokenUnauthorized struct {
	Payload *models.JSONError
}
IntrospectOAuth2TokenUnauthorized describes a response with status code 401, with default header values.

jsonError

func NewIntrospectOAuth2TokenUnauthorized

func NewIntrospectOAuth2TokenUnauthorized() *IntrospectOAuth2TokenUnauthorized

NewIntrospectOAuth2TokenUnauthorized creates a IntrospectOAuth2TokenUnauthorized with default headers values

func (*IntrospectOAuth2TokenUnauthorized) Error

func (*IntrospectOAuth2TokenUnauthorized) GetPayload

type IsInstanceAliveInternalServerError

type IsInstanceAliveInternalServerError struct {
	Payload *models.JSONError
}
IsInstanceAliveInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewIsInstanceAliveInternalServerError

func NewIsInstanceAliveInternalServerError() *IsInstanceAliveInternalServerError

NewIsInstanceAliveInternalServerError creates a IsInstanceAliveInternalServerError with default headers values

func (*IsInstanceAliveInternalServerError) Error

func (*IsInstanceAliveInternalServerError) GetPayload

type IsInstanceAliveOK

type IsInstanceAliveOK struct {
	Payload *models.HealthStatus
}
IsInstanceAliveOK describes a response with status code 200, with default header values.

healthStatus

func NewIsInstanceAliveOK

func NewIsInstanceAliveOK() *IsInstanceAliveOK

NewIsInstanceAliveOK creates a IsInstanceAliveOK with default headers values

func (*IsInstanceAliveOK) Error

func (o *IsInstanceAliveOK) Error() string

func (*IsInstanceAliveOK) GetPayload

func (o *IsInstanceAliveOK) GetPayload() *models.HealthStatus

type IsInstanceAliveParams

type IsInstanceAliveParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IsInstanceAliveParams contains all the parameters to send to the API endpoint

for the is instance alive operation.

Typically these are written to a http.Request.

func NewIsInstanceAliveParams

func NewIsInstanceAliveParams() *IsInstanceAliveParams

NewIsInstanceAliveParams creates a new IsInstanceAliveParams object, with the default timeout for this client.

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

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

func NewIsInstanceAliveParamsWithContext

func NewIsInstanceAliveParamsWithContext(ctx context.Context) *IsInstanceAliveParams

NewIsInstanceAliveParamsWithContext creates a new IsInstanceAliveParams object with the ability to set a context for a request.

func NewIsInstanceAliveParamsWithHTTPClient

func NewIsInstanceAliveParamsWithHTTPClient(client *http.Client) *IsInstanceAliveParams

NewIsInstanceAliveParamsWithHTTPClient creates a new IsInstanceAliveParams object with the ability to set a custom HTTPClient for a request.

func NewIsInstanceAliveParamsWithTimeout

func NewIsInstanceAliveParamsWithTimeout(timeout time.Duration) *IsInstanceAliveParams

NewIsInstanceAliveParamsWithTimeout creates a new IsInstanceAliveParams object with the ability to set a timeout on a request.

func (*IsInstanceAliveParams) SetContext

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

SetContext adds the context to the is instance alive params

func (*IsInstanceAliveParams) SetDefaults added in v1.10.0

func (o *IsInstanceAliveParams) SetDefaults()

SetDefaults hydrates default values in the is instance alive params (not the query body).

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

func (*IsInstanceAliveParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the is instance alive params

func (*IsInstanceAliveParams) SetTimeout

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

SetTimeout adds the timeout to the is instance alive params

func (*IsInstanceAliveParams) WithContext

WithContext adds the context to the is instance alive params

func (*IsInstanceAliveParams) WithDefaults added in v1.10.0

func (o *IsInstanceAliveParams) WithDefaults() *IsInstanceAliveParams

WithDefaults hydrates default values in the is instance alive params (not the query body).

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

func (*IsInstanceAliveParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the is instance alive params

func (*IsInstanceAliveParams) WithTimeout

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

WithTimeout adds the timeout to the is instance alive params

func (*IsInstanceAliveParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type IsInstanceAliveReader

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

IsInstanceAliveReader is a Reader for the IsInstanceAlive structure.

func (*IsInstanceAliveReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListOAuth2ClientsDefault added in v1.11.0

type ListOAuth2ClientsDefault struct {
	Payload *models.JSONError
	// contains filtered or unexported fields
}
ListOAuth2ClientsDefault describes a response with status code -1, with default header values.

jsonError

func NewListOAuth2ClientsDefault added in v1.11.0

func NewListOAuth2ClientsDefault(code int) *ListOAuth2ClientsDefault

NewListOAuth2ClientsDefault creates a ListOAuth2ClientsDefault with default headers values

func (*ListOAuth2ClientsDefault) Code added in v1.11.0

func (o *ListOAuth2ClientsDefault) Code() int

Code gets the status code for the list o auth2 clients default response

func (*ListOAuth2ClientsDefault) Error added in v1.11.0

func (o *ListOAuth2ClientsDefault) Error() string

func (*ListOAuth2ClientsDefault) GetPayload added in v1.11.0

func (o *ListOAuth2ClientsDefault) GetPayload() *models.JSONError

type ListOAuth2ClientsOK

type ListOAuth2ClientsOK struct {
	Payload []*models.OAuth2Client
}
ListOAuth2ClientsOK describes a response with status code 200, with default header values.

A list of clients.

func NewListOAuth2ClientsOK

func NewListOAuth2ClientsOK() *ListOAuth2ClientsOK

NewListOAuth2ClientsOK creates a ListOAuth2ClientsOK with default headers values

func (*ListOAuth2ClientsOK) Error

func (o *ListOAuth2ClientsOK) Error() string

func (*ListOAuth2ClientsOK) GetPayload

func (o *ListOAuth2ClientsOK) GetPayload() []*models.OAuth2Client

type ListOAuth2ClientsParams

type ListOAuth2ClientsParams struct {

	/* ClientName.

	   The name of the clients to filter by.
	*/
	ClientName *string

	/* Limit.

	   The maximum amount of clients to returned, upper bound is 500 clients.

	   Format: int64
	*/
	Limit *int64

	/* Offset.

	   The offset from where to start looking.

	   Format: int64
	*/
	Offset *int64

	/* Owner.

	   The owner of the clients to filter by.
	*/
	Owner *string

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

ListOAuth2ClientsParams contains all the parameters to send to the API endpoint

for the list o auth2 clients operation.

Typically these are written to a http.Request.

func NewListOAuth2ClientsParams

func NewListOAuth2ClientsParams() *ListOAuth2ClientsParams

NewListOAuth2ClientsParams creates a new ListOAuth2ClientsParams object, with the default timeout for this client.

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

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

func NewListOAuth2ClientsParamsWithContext

func NewListOAuth2ClientsParamsWithContext(ctx context.Context) *ListOAuth2ClientsParams

NewListOAuth2ClientsParamsWithContext creates a new ListOAuth2ClientsParams object with the ability to set a context for a request.

func NewListOAuth2ClientsParamsWithHTTPClient

func NewListOAuth2ClientsParamsWithHTTPClient(client *http.Client) *ListOAuth2ClientsParams

NewListOAuth2ClientsParamsWithHTTPClient creates a new ListOAuth2ClientsParams object with the ability to set a custom HTTPClient for a request.

func NewListOAuth2ClientsParamsWithTimeout

func NewListOAuth2ClientsParamsWithTimeout(timeout time.Duration) *ListOAuth2ClientsParams

NewListOAuth2ClientsParamsWithTimeout creates a new ListOAuth2ClientsParams object with the ability to set a timeout on a request.

func (*ListOAuth2ClientsParams) SetClientName added in v1.10.7

func (o *ListOAuth2ClientsParams) SetClientName(clientName *string)

SetClientName adds the clientName to the list o auth2 clients params

func (*ListOAuth2ClientsParams) SetContext

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

SetContext adds the context to the list o auth2 clients params

func (*ListOAuth2ClientsParams) SetDefaults added in v1.10.0

func (o *ListOAuth2ClientsParams) SetDefaults()

SetDefaults hydrates default values in the list o auth2 clients params (not the query body).

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

func (*ListOAuth2ClientsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list o auth2 clients params

func (*ListOAuth2ClientsParams) SetLimit

func (o *ListOAuth2ClientsParams) SetLimit(limit *int64)

SetLimit adds the limit to the list o auth2 clients params

func (*ListOAuth2ClientsParams) SetOffset

func (o *ListOAuth2ClientsParams) SetOffset(offset *int64)

SetOffset adds the offset to the list o auth2 clients params

func (*ListOAuth2ClientsParams) SetOwner added in v1.10.5

func (o *ListOAuth2ClientsParams) SetOwner(owner *string)

SetOwner adds the owner to the list o auth2 clients params

func (*ListOAuth2ClientsParams) SetTimeout

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

SetTimeout adds the timeout to the list o auth2 clients params

func (*ListOAuth2ClientsParams) WithClientName added in v1.10.7

func (o *ListOAuth2ClientsParams) WithClientName(clientName *string) *ListOAuth2ClientsParams

WithClientName adds the clientName to the list o auth2 clients params

func (*ListOAuth2ClientsParams) WithContext

WithContext adds the context to the list o auth2 clients params

func (*ListOAuth2ClientsParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the list o auth2 clients params (not the query body).

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

func (*ListOAuth2ClientsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list o auth2 clients params

func (*ListOAuth2ClientsParams) WithLimit

WithLimit adds the limit to the list o auth2 clients params

func (*ListOAuth2ClientsParams) WithOffset

func (o *ListOAuth2ClientsParams) WithOffset(offset *int64) *ListOAuth2ClientsParams

WithOffset adds the offset to the list o auth2 clients params

func (*ListOAuth2ClientsParams) WithOwner added in v1.10.5

WithOwner adds the owner to the list o auth2 clients params

func (*ListOAuth2ClientsParams) WithTimeout

WithTimeout adds the timeout to the list o auth2 clients params

func (*ListOAuth2ClientsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListOAuth2ClientsReader

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

ListOAuth2ClientsReader is a Reader for the ListOAuth2Clients structure.

func (*ListOAuth2ClientsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListSubjectConsentSessionsBadRequest

type ListSubjectConsentSessionsBadRequest struct {
	Payload *models.JSONError
}
ListSubjectConsentSessionsBadRequest describes a response with status code 400, with default header values.

jsonError

func NewListSubjectConsentSessionsBadRequest

func NewListSubjectConsentSessionsBadRequest() *ListSubjectConsentSessionsBadRequest

NewListSubjectConsentSessionsBadRequest creates a ListSubjectConsentSessionsBadRequest with default headers values

func (*ListSubjectConsentSessionsBadRequest) Error

func (*ListSubjectConsentSessionsBadRequest) GetPayload

type ListSubjectConsentSessionsInternalServerError

type ListSubjectConsentSessionsInternalServerError struct {
	Payload *models.JSONError
}
ListSubjectConsentSessionsInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewListSubjectConsentSessionsInternalServerError

func NewListSubjectConsentSessionsInternalServerError() *ListSubjectConsentSessionsInternalServerError

NewListSubjectConsentSessionsInternalServerError creates a ListSubjectConsentSessionsInternalServerError with default headers values

func (*ListSubjectConsentSessionsInternalServerError) Error

func (*ListSubjectConsentSessionsInternalServerError) GetPayload

type ListSubjectConsentSessionsOK

type ListSubjectConsentSessionsOK struct {
	Payload []*models.PreviousConsentSession
}
ListSubjectConsentSessionsOK describes a response with status code 200, with default header values.

A list of used consent requests.

func NewListSubjectConsentSessionsOK

func NewListSubjectConsentSessionsOK() *ListSubjectConsentSessionsOK

NewListSubjectConsentSessionsOK creates a ListSubjectConsentSessionsOK with default headers values

func (*ListSubjectConsentSessionsOK) Error

func (*ListSubjectConsentSessionsOK) GetPayload

type ListSubjectConsentSessionsParams

type ListSubjectConsentSessionsParams struct {

	/* Limit.

	   The maximum amount of consent sessions to be returned, upper bound is 500 sessions.

	   Format: int64
	*/
	Limit *int64

	/* Offset.

	   The offset from where to start looking.

	   Format: int64
	*/
	Offset *int64

	// Subject.
	Subject string

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

ListSubjectConsentSessionsParams contains all the parameters to send to the API endpoint

for the list subject consent sessions operation.

Typically these are written to a http.Request.

func NewListSubjectConsentSessionsParams

func NewListSubjectConsentSessionsParams() *ListSubjectConsentSessionsParams

NewListSubjectConsentSessionsParams creates a new ListSubjectConsentSessionsParams object, with the default timeout for this client.

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

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

func NewListSubjectConsentSessionsParamsWithContext

func NewListSubjectConsentSessionsParamsWithContext(ctx context.Context) *ListSubjectConsentSessionsParams

NewListSubjectConsentSessionsParamsWithContext creates a new ListSubjectConsentSessionsParams object with the ability to set a context for a request.

func NewListSubjectConsentSessionsParamsWithHTTPClient

func NewListSubjectConsentSessionsParamsWithHTTPClient(client *http.Client) *ListSubjectConsentSessionsParams

NewListSubjectConsentSessionsParamsWithHTTPClient creates a new ListSubjectConsentSessionsParams object with the ability to set a custom HTTPClient for a request.

func NewListSubjectConsentSessionsParamsWithTimeout

func NewListSubjectConsentSessionsParamsWithTimeout(timeout time.Duration) *ListSubjectConsentSessionsParams

NewListSubjectConsentSessionsParamsWithTimeout creates a new ListSubjectConsentSessionsParams object with the ability to set a timeout on a request.

func (*ListSubjectConsentSessionsParams) SetContext

SetContext adds the context to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) SetDefaults added in v1.10.0

func (o *ListSubjectConsentSessionsParams) SetDefaults()

SetDefaults hydrates default values in the list subject consent sessions params (not the query body).

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

func (*ListSubjectConsentSessionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) SetLimit added in v1.11.8

func (o *ListSubjectConsentSessionsParams) SetLimit(limit *int64)

SetLimit adds the limit to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) SetOffset added in v1.11.8

func (o *ListSubjectConsentSessionsParams) SetOffset(offset *int64)

SetOffset adds the offset to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) SetSubject

func (o *ListSubjectConsentSessionsParams) SetSubject(subject string)

SetSubject adds the subject to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) SetTimeout

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

SetTimeout adds the timeout to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) WithContext

WithContext adds the context to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the list subject consent sessions params (not the query body).

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

func (*ListSubjectConsentSessionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) WithLimit added in v1.11.8

WithLimit adds the limit to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) WithOffset added in v1.11.8

WithOffset adds the offset to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) WithSubject

WithSubject adds the subject to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) WithTimeout

WithTimeout adds the timeout to the list subject consent sessions params

func (*ListSubjectConsentSessionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSubjectConsentSessionsReader

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

ListSubjectConsentSessionsReader is a Reader for the ListSubjectConsentSessions structure.

func (*ListSubjectConsentSessionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListTrustedJwtGrantIssuersInternalServerError added in v1.11.0

type ListTrustedJwtGrantIssuersInternalServerError struct {
	Payload *models.GenericError
}
ListTrustedJwtGrantIssuersInternalServerError describes a response with status code 500, with default header values.

genericError

func NewListTrustedJwtGrantIssuersInternalServerError added in v1.11.0

func NewListTrustedJwtGrantIssuersInternalServerError() *ListTrustedJwtGrantIssuersInternalServerError

NewListTrustedJwtGrantIssuersInternalServerError creates a ListTrustedJwtGrantIssuersInternalServerError with default headers values

func (*ListTrustedJwtGrantIssuersInternalServerError) Error added in v1.11.0

func (*ListTrustedJwtGrantIssuersInternalServerError) GetPayload added in v1.11.0

type ListTrustedJwtGrantIssuersOK added in v1.11.0

type ListTrustedJwtGrantIssuersOK struct {
	Payload models.TrustedJwtGrantIssuers
}
ListTrustedJwtGrantIssuersOK describes a response with status code 200, with default header values.

trustedJwtGrantIssuers

func NewListTrustedJwtGrantIssuersOK added in v1.11.0

func NewListTrustedJwtGrantIssuersOK() *ListTrustedJwtGrantIssuersOK

NewListTrustedJwtGrantIssuersOK creates a ListTrustedJwtGrantIssuersOK with default headers values

func (*ListTrustedJwtGrantIssuersOK) Error added in v1.11.0

func (*ListTrustedJwtGrantIssuersOK) GetPayload added in v1.11.0

type ListTrustedJwtGrantIssuersParams added in v1.11.0

type ListTrustedJwtGrantIssuersParams struct {

	/* Issuer.

	   If optional "issuer" is supplied, only jwt-bearer grants with this issuer will be returned.
	*/
	Issuer *string

	/* Limit.

	   The maximum amount of policies returned, upper bound is 500 policies

	   Format: int64
	*/
	Limit *int64

	/* Offset.

	   The offset from where to start looking.

	   Format: int64
	*/
	Offset *int64

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

ListTrustedJwtGrantIssuersParams contains all the parameters to send to the API endpoint

for the list trusted jwt grant issuers operation.

Typically these are written to a http.Request.

func NewListTrustedJwtGrantIssuersParams added in v1.11.0

func NewListTrustedJwtGrantIssuersParams() *ListTrustedJwtGrantIssuersParams

NewListTrustedJwtGrantIssuersParams creates a new ListTrustedJwtGrantIssuersParams object, with the default timeout for this client.

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

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

func NewListTrustedJwtGrantIssuersParamsWithContext added in v1.11.0

func NewListTrustedJwtGrantIssuersParamsWithContext(ctx context.Context) *ListTrustedJwtGrantIssuersParams

NewListTrustedJwtGrantIssuersParamsWithContext creates a new ListTrustedJwtGrantIssuersParams object with the ability to set a context for a request.

func NewListTrustedJwtGrantIssuersParamsWithHTTPClient added in v1.11.0

func NewListTrustedJwtGrantIssuersParamsWithHTTPClient(client *http.Client) *ListTrustedJwtGrantIssuersParams

NewListTrustedJwtGrantIssuersParamsWithHTTPClient creates a new ListTrustedJwtGrantIssuersParams object with the ability to set a custom HTTPClient for a request.

func NewListTrustedJwtGrantIssuersParamsWithTimeout added in v1.11.0

func NewListTrustedJwtGrantIssuersParamsWithTimeout(timeout time.Duration) *ListTrustedJwtGrantIssuersParams

NewListTrustedJwtGrantIssuersParamsWithTimeout creates a new ListTrustedJwtGrantIssuersParams object with the ability to set a timeout on a request.

func (*ListTrustedJwtGrantIssuersParams) SetContext added in v1.11.0

SetContext adds the context to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) SetDefaults added in v1.11.1

func (o *ListTrustedJwtGrantIssuersParams) SetDefaults()

SetDefaults hydrates default values in the list trusted jwt grant issuers params (not the query body).

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

func (*ListTrustedJwtGrantIssuersParams) SetHTTPClient added in v1.11.0

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

SetHTTPClient adds the HTTPClient to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) SetIssuer added in v1.11.0

func (o *ListTrustedJwtGrantIssuersParams) SetIssuer(issuer *string)

SetIssuer adds the issuer to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) SetLimit added in v1.11.0

func (o *ListTrustedJwtGrantIssuersParams) SetLimit(limit *int64)

SetLimit adds the limit to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) SetOffset added in v1.11.0

func (o *ListTrustedJwtGrantIssuersParams) SetOffset(offset *int64)

SetOffset adds the offset to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) SetTimeout added in v1.11.0

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

SetTimeout adds the timeout to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) WithContext added in v1.11.0

WithContext adds the context to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) WithDefaults added in v1.11.1

WithDefaults hydrates default values in the list trusted jwt grant issuers params (not the query body).

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

func (*ListTrustedJwtGrantIssuersParams) WithHTTPClient added in v1.11.0

WithHTTPClient adds the HTTPClient to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) WithIssuer added in v1.11.0

WithIssuer adds the issuer to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) WithLimit added in v1.11.0

WithLimit adds the limit to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) WithOffset added in v1.11.0

WithOffset adds the offset to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) WithTimeout added in v1.11.0

WithTimeout adds the timeout to the list trusted jwt grant issuers params

func (*ListTrustedJwtGrantIssuersParams) WriteToRequest added in v1.11.0

WriteToRequest writes these params to a swagger request

type ListTrustedJwtGrantIssuersReader added in v1.11.0

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

ListTrustedJwtGrantIssuersReader is a Reader for the ListTrustedJwtGrantIssuers structure.

func (*ListTrustedJwtGrantIssuersReader) ReadResponse added in v1.11.0

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

ReadResponse reads a server response into the received o.

type PatchOAuth2ClientDefault added in v1.11.0

type PatchOAuth2ClientDefault struct {
	Payload *models.JSONError
	// contains filtered or unexported fields
}
PatchOAuth2ClientDefault describes a response with status code -1, with default header values.

jsonError

func NewPatchOAuth2ClientDefault added in v1.11.0

func NewPatchOAuth2ClientDefault(code int) *PatchOAuth2ClientDefault

NewPatchOAuth2ClientDefault creates a PatchOAuth2ClientDefault with default headers values

func (*PatchOAuth2ClientDefault) Code added in v1.11.0

func (o *PatchOAuth2ClientDefault) Code() int

Code gets the status code for the patch o auth2 client default response

func (*PatchOAuth2ClientDefault) Error added in v1.11.0

func (o *PatchOAuth2ClientDefault) Error() string

func (*PatchOAuth2ClientDefault) GetPayload added in v1.11.0

func (o *PatchOAuth2ClientDefault) GetPayload() *models.JSONError

type PatchOAuth2ClientOK added in v1.10.2

type PatchOAuth2ClientOK struct {
	Payload *models.OAuth2Client
}
PatchOAuth2ClientOK describes a response with status code 200, with default header values.

oAuth2Client

func NewPatchOAuth2ClientOK added in v1.10.2

func NewPatchOAuth2ClientOK() *PatchOAuth2ClientOK

NewPatchOAuth2ClientOK creates a PatchOAuth2ClientOK with default headers values

func (*PatchOAuth2ClientOK) Error added in v1.10.2

func (o *PatchOAuth2ClientOK) Error() string

func (*PatchOAuth2ClientOK) GetPayload added in v1.10.2

func (o *PatchOAuth2ClientOK) GetPayload() *models.OAuth2Client

type PatchOAuth2ClientParams added in v1.10.2

type PatchOAuth2ClientParams struct {

	// Body.
	Body models.PatchRequest

	/* ID.

	   The id of the OAuth 2.0 Client.
	*/
	ID string

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

PatchOAuth2ClientParams contains all the parameters to send to the API endpoint

for the patch o auth2 client operation.

Typically these are written to a http.Request.

func NewPatchOAuth2ClientParams added in v1.10.2

func NewPatchOAuth2ClientParams() *PatchOAuth2ClientParams

NewPatchOAuth2ClientParams creates a new PatchOAuth2ClientParams object, with the default timeout for this client.

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

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

func NewPatchOAuth2ClientParamsWithContext added in v1.10.2

func NewPatchOAuth2ClientParamsWithContext(ctx context.Context) *PatchOAuth2ClientParams

NewPatchOAuth2ClientParamsWithContext creates a new PatchOAuth2ClientParams object with the ability to set a context for a request.

func NewPatchOAuth2ClientParamsWithHTTPClient added in v1.10.2

func NewPatchOAuth2ClientParamsWithHTTPClient(client *http.Client) *PatchOAuth2ClientParams

NewPatchOAuth2ClientParamsWithHTTPClient creates a new PatchOAuth2ClientParams object with the ability to set a custom HTTPClient for a request.

func NewPatchOAuth2ClientParamsWithTimeout added in v1.10.2

func NewPatchOAuth2ClientParamsWithTimeout(timeout time.Duration) *PatchOAuth2ClientParams

NewPatchOAuth2ClientParamsWithTimeout creates a new PatchOAuth2ClientParams object with the ability to set a timeout on a request.

func (*PatchOAuth2ClientParams) SetBody added in v1.10.2

func (o *PatchOAuth2ClientParams) SetBody(body models.PatchRequest)

SetBody adds the body to the patch o auth2 client params

func (*PatchOAuth2ClientParams) SetContext added in v1.10.2

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

SetContext adds the context to the patch o auth2 client params

func (*PatchOAuth2ClientParams) SetDefaults added in v1.10.2

func (o *PatchOAuth2ClientParams) SetDefaults()

SetDefaults hydrates default values in the patch o auth2 client params (not the query body).

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

func (*PatchOAuth2ClientParams) SetHTTPClient added in v1.10.2

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

SetHTTPClient adds the HTTPClient to the patch o auth2 client params

func (*PatchOAuth2ClientParams) SetID added in v1.10.2

func (o *PatchOAuth2ClientParams) SetID(id string)

SetID adds the id to the patch o auth2 client params

func (*PatchOAuth2ClientParams) SetTimeout added in v1.10.2

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

SetTimeout adds the timeout to the patch o auth2 client params

func (*PatchOAuth2ClientParams) WithBody added in v1.10.2

WithBody adds the body to the patch o auth2 client params

func (*PatchOAuth2ClientParams) WithContext added in v1.10.2

WithContext adds the context to the patch o auth2 client params

func (*PatchOAuth2ClientParams) WithDefaults added in v1.10.2

WithDefaults hydrates default values in the patch o auth2 client params (not the query body).

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

func (*PatchOAuth2ClientParams) WithHTTPClient added in v1.10.2

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

WithHTTPClient adds the HTTPClient to the patch o auth2 client params

func (*PatchOAuth2ClientParams) WithID added in v1.10.2

WithID adds the id to the patch o auth2 client params

func (*PatchOAuth2ClientParams) WithTimeout added in v1.10.2

WithTimeout adds the timeout to the patch o auth2 client params

func (*PatchOAuth2ClientParams) WriteToRequest added in v1.10.2

WriteToRequest writes these params to a swagger request

type PatchOAuth2ClientReader added in v1.10.2

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

PatchOAuth2ClientReader is a Reader for the PatchOAuth2Client structure.

func (*PatchOAuth2ClientReader) ReadResponse added in v1.10.2

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

ReadResponse reads a server response into the received o.

type RejectConsentRequestInternalServerError

type RejectConsentRequestInternalServerError struct {
	Payload *models.JSONError
}
RejectConsentRequestInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewRejectConsentRequestInternalServerError

func NewRejectConsentRequestInternalServerError() *RejectConsentRequestInternalServerError

NewRejectConsentRequestInternalServerError creates a RejectConsentRequestInternalServerError with default headers values

func (*RejectConsentRequestInternalServerError) Error

func (*RejectConsentRequestInternalServerError) GetPayload

type RejectConsentRequestNotFound

type RejectConsentRequestNotFound struct {
	Payload *models.JSONError
}
RejectConsentRequestNotFound describes a response with status code 404, with default header values.

jsonError

func NewRejectConsentRequestNotFound

func NewRejectConsentRequestNotFound() *RejectConsentRequestNotFound

NewRejectConsentRequestNotFound creates a RejectConsentRequestNotFound with default headers values

func (*RejectConsentRequestNotFound) Error

func (*RejectConsentRequestNotFound) GetPayload

type RejectConsentRequestOK

type RejectConsentRequestOK struct {
	Payload *models.CompletedRequest
}
RejectConsentRequestOK describes a response with status code 200, with default header values.

completedRequest

func NewRejectConsentRequestOK

func NewRejectConsentRequestOK() *RejectConsentRequestOK

NewRejectConsentRequestOK creates a RejectConsentRequestOK with default headers values

func (*RejectConsentRequestOK) Error

func (o *RejectConsentRequestOK) Error() string

func (*RejectConsentRequestOK) GetPayload

type RejectConsentRequestParams

type RejectConsentRequestParams struct {

	// Body.
	Body *models.RejectRequest

	// ConsentChallenge.
	ConsentChallenge string

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

RejectConsentRequestParams contains all the parameters to send to the API endpoint

for the reject consent request operation.

Typically these are written to a http.Request.

func NewRejectConsentRequestParams

func NewRejectConsentRequestParams() *RejectConsentRequestParams

NewRejectConsentRequestParams creates a new RejectConsentRequestParams object, with the default timeout for this client.

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

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

func NewRejectConsentRequestParamsWithContext

func NewRejectConsentRequestParamsWithContext(ctx context.Context) *RejectConsentRequestParams

NewRejectConsentRequestParamsWithContext creates a new RejectConsentRequestParams object with the ability to set a context for a request.

func NewRejectConsentRequestParamsWithHTTPClient

func NewRejectConsentRequestParamsWithHTTPClient(client *http.Client) *RejectConsentRequestParams

NewRejectConsentRequestParamsWithHTTPClient creates a new RejectConsentRequestParams object with the ability to set a custom HTTPClient for a request.

func NewRejectConsentRequestParamsWithTimeout

func NewRejectConsentRequestParamsWithTimeout(timeout time.Duration) *RejectConsentRequestParams

NewRejectConsentRequestParamsWithTimeout creates a new RejectConsentRequestParams object with the ability to set a timeout on a request.

func (*RejectConsentRequestParams) SetBody

SetBody adds the body to the reject consent request params

func (*RejectConsentRequestParams) SetConsentChallenge

func (o *RejectConsentRequestParams) SetConsentChallenge(consentChallenge string)

SetConsentChallenge adds the consentChallenge to the reject consent request params

func (*RejectConsentRequestParams) SetContext

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

SetContext adds the context to the reject consent request params

func (*RejectConsentRequestParams) SetDefaults added in v1.10.0

func (o *RejectConsentRequestParams) SetDefaults()

SetDefaults hydrates default values in the reject consent request params (not the query body).

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

func (*RejectConsentRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject consent request params

func (*RejectConsentRequestParams) SetTimeout

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

SetTimeout adds the timeout to the reject consent request params

func (*RejectConsentRequestParams) WithBody

WithBody adds the body to the reject consent request params

func (*RejectConsentRequestParams) WithConsentChallenge

func (o *RejectConsentRequestParams) WithConsentChallenge(consentChallenge string) *RejectConsentRequestParams

WithConsentChallenge adds the consentChallenge to the reject consent request params

func (*RejectConsentRequestParams) WithContext

WithContext adds the context to the reject consent request params

func (*RejectConsentRequestParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the reject consent request params (not the query body).

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

func (*RejectConsentRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject consent request params

func (*RejectConsentRequestParams) WithTimeout

WithTimeout adds the timeout to the reject consent request params

func (*RejectConsentRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectConsentRequestReader

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

RejectConsentRequestReader is a Reader for the RejectConsentRequest structure.

func (*RejectConsentRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectLoginRequestBadRequest added in v1.9.0

type RejectLoginRequestBadRequest struct {
	Payload *models.JSONError
}
RejectLoginRequestBadRequest describes a response with status code 400, with default header values.

jsonError

func NewRejectLoginRequestBadRequest added in v1.9.0

func NewRejectLoginRequestBadRequest() *RejectLoginRequestBadRequest

NewRejectLoginRequestBadRequest creates a RejectLoginRequestBadRequest with default headers values

func (*RejectLoginRequestBadRequest) Error added in v1.9.0

func (*RejectLoginRequestBadRequest) GetPayload added in v1.9.0

type RejectLoginRequestInternalServerError

type RejectLoginRequestInternalServerError struct {
	Payload *models.JSONError
}
RejectLoginRequestInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewRejectLoginRequestInternalServerError

func NewRejectLoginRequestInternalServerError() *RejectLoginRequestInternalServerError

NewRejectLoginRequestInternalServerError creates a RejectLoginRequestInternalServerError with default headers values

func (*RejectLoginRequestInternalServerError) Error

func (*RejectLoginRequestInternalServerError) GetPayload

type RejectLoginRequestNotFound

type RejectLoginRequestNotFound struct {
	Payload *models.JSONError
}
RejectLoginRequestNotFound describes a response with status code 404, with default header values.

jsonError

func NewRejectLoginRequestNotFound

func NewRejectLoginRequestNotFound() *RejectLoginRequestNotFound

NewRejectLoginRequestNotFound creates a RejectLoginRequestNotFound with default headers values

func (*RejectLoginRequestNotFound) Error

func (*RejectLoginRequestNotFound) GetPayload

func (o *RejectLoginRequestNotFound) GetPayload() *models.JSONError

type RejectLoginRequestOK

type RejectLoginRequestOK struct {
	Payload *models.CompletedRequest
}
RejectLoginRequestOK describes a response with status code 200, with default header values.

completedRequest

func NewRejectLoginRequestOK

func NewRejectLoginRequestOK() *RejectLoginRequestOK

NewRejectLoginRequestOK creates a RejectLoginRequestOK with default headers values

func (*RejectLoginRequestOK) Error

func (o *RejectLoginRequestOK) Error() string

func (*RejectLoginRequestOK) GetPayload

func (o *RejectLoginRequestOK) GetPayload() *models.CompletedRequest

type RejectLoginRequestParams

type RejectLoginRequestParams struct {

	// Body.
	Body *models.RejectRequest

	// LoginChallenge.
	LoginChallenge string

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

RejectLoginRequestParams contains all the parameters to send to the API endpoint

for the reject login request operation.

Typically these are written to a http.Request.

func NewRejectLoginRequestParams

func NewRejectLoginRequestParams() *RejectLoginRequestParams

NewRejectLoginRequestParams creates a new RejectLoginRequestParams object, with the default timeout for this client.

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

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

func NewRejectLoginRequestParamsWithContext

func NewRejectLoginRequestParamsWithContext(ctx context.Context) *RejectLoginRequestParams

NewRejectLoginRequestParamsWithContext creates a new RejectLoginRequestParams object with the ability to set a context for a request.

func NewRejectLoginRequestParamsWithHTTPClient

func NewRejectLoginRequestParamsWithHTTPClient(client *http.Client) *RejectLoginRequestParams

NewRejectLoginRequestParamsWithHTTPClient creates a new RejectLoginRequestParams object with the ability to set a custom HTTPClient for a request.

func NewRejectLoginRequestParamsWithTimeout

func NewRejectLoginRequestParamsWithTimeout(timeout time.Duration) *RejectLoginRequestParams

NewRejectLoginRequestParamsWithTimeout creates a new RejectLoginRequestParams object with the ability to set a timeout on a request.

func (*RejectLoginRequestParams) SetBody

func (o *RejectLoginRequestParams) SetBody(body *models.RejectRequest)

SetBody adds the body to the reject login request params

func (*RejectLoginRequestParams) SetContext

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

SetContext adds the context to the reject login request params

func (*RejectLoginRequestParams) SetDefaults added in v1.10.0

func (o *RejectLoginRequestParams) SetDefaults()

SetDefaults hydrates default values in the reject login request params (not the query body).

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

func (*RejectLoginRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject login request params

func (*RejectLoginRequestParams) SetLoginChallenge

func (o *RejectLoginRequestParams) SetLoginChallenge(loginChallenge string)

SetLoginChallenge adds the loginChallenge to the reject login request params

func (*RejectLoginRequestParams) SetTimeout

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

SetTimeout adds the timeout to the reject login request params

func (*RejectLoginRequestParams) WithBody

WithBody adds the body to the reject login request params

func (*RejectLoginRequestParams) WithContext

WithContext adds the context to the reject login request params

func (*RejectLoginRequestParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the reject login request params (not the query body).

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

func (*RejectLoginRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the reject login request params

func (*RejectLoginRequestParams) WithLoginChallenge

func (o *RejectLoginRequestParams) WithLoginChallenge(loginChallenge string) *RejectLoginRequestParams

WithLoginChallenge adds the loginChallenge to the reject login request params

func (*RejectLoginRequestParams) WithTimeout

WithTimeout adds the timeout to the reject login request params

func (*RejectLoginRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectLoginRequestReader

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

RejectLoginRequestReader is a Reader for the RejectLoginRequest structure.

func (*RejectLoginRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectLoginRequestUnauthorized

type RejectLoginRequestUnauthorized struct {
	Payload *models.JSONError
}
RejectLoginRequestUnauthorized describes a response with status code 401, with default header values.

jsonError

func NewRejectLoginRequestUnauthorized

func NewRejectLoginRequestUnauthorized() *RejectLoginRequestUnauthorized

NewRejectLoginRequestUnauthorized creates a RejectLoginRequestUnauthorized with default headers values

func (*RejectLoginRequestUnauthorized) Error

func (*RejectLoginRequestUnauthorized) GetPayload

type RejectLogoutRequestInternalServerError

type RejectLogoutRequestInternalServerError struct {
	Payload *models.JSONError
}
RejectLogoutRequestInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewRejectLogoutRequestInternalServerError

func NewRejectLogoutRequestInternalServerError() *RejectLogoutRequestInternalServerError

NewRejectLogoutRequestInternalServerError creates a RejectLogoutRequestInternalServerError with default headers values

func (*RejectLogoutRequestInternalServerError) Error

func (*RejectLogoutRequestInternalServerError) GetPayload

type RejectLogoutRequestNoContent

type RejectLogoutRequestNoContent struct {
}
RejectLogoutRequestNoContent describes a response with status code 204, with default header values.

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is

typically 201.

func NewRejectLogoutRequestNoContent

func NewRejectLogoutRequestNoContent() *RejectLogoutRequestNoContent

NewRejectLogoutRequestNoContent creates a RejectLogoutRequestNoContent with default headers values

func (*RejectLogoutRequestNoContent) Error

type RejectLogoutRequestNotFound

type RejectLogoutRequestNotFound struct {
	Payload *models.JSONError
}
RejectLogoutRequestNotFound describes a response with status code 404, with default header values.

jsonError

func NewRejectLogoutRequestNotFound

func NewRejectLogoutRequestNotFound() *RejectLogoutRequestNotFound

NewRejectLogoutRequestNotFound creates a RejectLogoutRequestNotFound with default headers values

func (*RejectLogoutRequestNotFound) Error

func (*RejectLogoutRequestNotFound) GetPayload

func (o *RejectLogoutRequestNotFound) GetPayload() *models.JSONError

type RejectLogoutRequestParams

type RejectLogoutRequestParams struct {

	// Body.
	Body *models.RejectRequest

	// LogoutChallenge.
	LogoutChallenge string

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

RejectLogoutRequestParams contains all the parameters to send to the API endpoint

for the reject logout request operation.

Typically these are written to a http.Request.

func NewRejectLogoutRequestParams

func NewRejectLogoutRequestParams() *RejectLogoutRequestParams

NewRejectLogoutRequestParams creates a new RejectLogoutRequestParams object, with the default timeout for this client.

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

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

func NewRejectLogoutRequestParamsWithContext

func NewRejectLogoutRequestParamsWithContext(ctx context.Context) *RejectLogoutRequestParams

NewRejectLogoutRequestParamsWithContext creates a new RejectLogoutRequestParams object with the ability to set a context for a request.

func NewRejectLogoutRequestParamsWithHTTPClient

func NewRejectLogoutRequestParamsWithHTTPClient(client *http.Client) *RejectLogoutRequestParams

NewRejectLogoutRequestParamsWithHTTPClient creates a new RejectLogoutRequestParams object with the ability to set a custom HTTPClient for a request.

func NewRejectLogoutRequestParamsWithTimeout

func NewRejectLogoutRequestParamsWithTimeout(timeout time.Duration) *RejectLogoutRequestParams

NewRejectLogoutRequestParamsWithTimeout creates a new RejectLogoutRequestParams object with the ability to set a timeout on a request.

func (*RejectLogoutRequestParams) SetBody

SetBody adds the body to the reject logout request params

func (*RejectLogoutRequestParams) SetContext

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

SetContext adds the context to the reject logout request params

func (*RejectLogoutRequestParams) SetDefaults added in v1.10.0

func (o *RejectLogoutRequestParams) SetDefaults()

SetDefaults hydrates default values in the reject logout request params (not the query body).

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

func (*RejectLogoutRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject logout request params

func (*RejectLogoutRequestParams) SetLogoutChallenge

func (o *RejectLogoutRequestParams) SetLogoutChallenge(logoutChallenge string)

SetLogoutChallenge adds the logoutChallenge to the reject logout request params

func (*RejectLogoutRequestParams) SetTimeout

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

SetTimeout adds the timeout to the reject logout request params

func (*RejectLogoutRequestParams) WithBody

WithBody adds the body to the reject logout request params

func (*RejectLogoutRequestParams) WithContext

WithContext adds the context to the reject logout request params

func (*RejectLogoutRequestParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the reject logout request params (not the query body).

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

func (*RejectLogoutRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the reject logout request params

func (*RejectLogoutRequestParams) WithLogoutChallenge

func (o *RejectLogoutRequestParams) WithLogoutChallenge(logoutChallenge string) *RejectLogoutRequestParams

WithLogoutChallenge adds the logoutChallenge to the reject logout request params

func (*RejectLogoutRequestParams) WithTimeout

WithTimeout adds the timeout to the reject logout request params

func (*RejectLogoutRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectLogoutRequestReader

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

RejectLogoutRequestReader is a Reader for the RejectLogoutRequest structure.

func (*RejectLogoutRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RevokeAuthenticationSessionBadRequest

type RevokeAuthenticationSessionBadRequest struct {
	Payload *models.JSONError
}
RevokeAuthenticationSessionBadRequest describes a response with status code 400, with default header values.

jsonError

func NewRevokeAuthenticationSessionBadRequest

func NewRevokeAuthenticationSessionBadRequest() *RevokeAuthenticationSessionBadRequest

NewRevokeAuthenticationSessionBadRequest creates a RevokeAuthenticationSessionBadRequest with default headers values

func (*RevokeAuthenticationSessionBadRequest) Error

func (*RevokeAuthenticationSessionBadRequest) GetPayload

type RevokeAuthenticationSessionInternalServerError

type RevokeAuthenticationSessionInternalServerError struct {
	Payload *models.JSONError
}
RevokeAuthenticationSessionInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewRevokeAuthenticationSessionInternalServerError

func NewRevokeAuthenticationSessionInternalServerError() *RevokeAuthenticationSessionInternalServerError

NewRevokeAuthenticationSessionInternalServerError creates a RevokeAuthenticationSessionInternalServerError with default headers values

func (*RevokeAuthenticationSessionInternalServerError) Error

func (*RevokeAuthenticationSessionInternalServerError) GetPayload

type RevokeAuthenticationSessionNoContent

type RevokeAuthenticationSessionNoContent struct {
}
RevokeAuthenticationSessionNoContent describes a response with status code 204, with default header values.

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is

typically 201.

func NewRevokeAuthenticationSessionNoContent

func NewRevokeAuthenticationSessionNoContent() *RevokeAuthenticationSessionNoContent

NewRevokeAuthenticationSessionNoContent creates a RevokeAuthenticationSessionNoContent with default headers values

func (*RevokeAuthenticationSessionNoContent) Error

type RevokeAuthenticationSessionParams

type RevokeAuthenticationSessionParams struct {

	// Subject.
	Subject string

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

RevokeAuthenticationSessionParams contains all the parameters to send to the API endpoint

for the revoke authentication session operation.

Typically these are written to a http.Request.

func NewRevokeAuthenticationSessionParams

func NewRevokeAuthenticationSessionParams() *RevokeAuthenticationSessionParams

NewRevokeAuthenticationSessionParams creates a new RevokeAuthenticationSessionParams object, with the default timeout for this client.

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

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

func NewRevokeAuthenticationSessionParamsWithContext

func NewRevokeAuthenticationSessionParamsWithContext(ctx context.Context) *RevokeAuthenticationSessionParams

NewRevokeAuthenticationSessionParamsWithContext creates a new RevokeAuthenticationSessionParams object with the ability to set a context for a request.

func NewRevokeAuthenticationSessionParamsWithHTTPClient

func NewRevokeAuthenticationSessionParamsWithHTTPClient(client *http.Client) *RevokeAuthenticationSessionParams

NewRevokeAuthenticationSessionParamsWithHTTPClient creates a new RevokeAuthenticationSessionParams object with the ability to set a custom HTTPClient for a request.

func NewRevokeAuthenticationSessionParamsWithTimeout

func NewRevokeAuthenticationSessionParamsWithTimeout(timeout time.Duration) *RevokeAuthenticationSessionParams

NewRevokeAuthenticationSessionParamsWithTimeout creates a new RevokeAuthenticationSessionParams object with the ability to set a timeout on a request.

func (*RevokeAuthenticationSessionParams) SetContext

SetContext adds the context to the revoke authentication session params

func (*RevokeAuthenticationSessionParams) SetDefaults added in v1.10.0

func (o *RevokeAuthenticationSessionParams) SetDefaults()

SetDefaults hydrates default values in the revoke authentication session params (not the query body).

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

func (*RevokeAuthenticationSessionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the revoke authentication session params

func (*RevokeAuthenticationSessionParams) SetSubject

func (o *RevokeAuthenticationSessionParams) SetSubject(subject string)

SetSubject adds the subject to the revoke authentication session params

func (*RevokeAuthenticationSessionParams) SetTimeout

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

SetTimeout adds the timeout to the revoke authentication session params

func (*RevokeAuthenticationSessionParams) WithContext

WithContext adds the context to the revoke authentication session params

func (*RevokeAuthenticationSessionParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the revoke authentication session params (not the query body).

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

func (*RevokeAuthenticationSessionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the revoke authentication session params

func (*RevokeAuthenticationSessionParams) WithSubject

WithSubject adds the subject to the revoke authentication session params

func (*RevokeAuthenticationSessionParams) WithTimeout

WithTimeout adds the timeout to the revoke authentication session params

func (*RevokeAuthenticationSessionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RevokeAuthenticationSessionReader

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

RevokeAuthenticationSessionReader is a Reader for the RevokeAuthenticationSession structure.

func (*RevokeAuthenticationSessionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RevokeConsentSessionsBadRequest

type RevokeConsentSessionsBadRequest struct {
	Payload *models.JSONError
}
RevokeConsentSessionsBadRequest describes a response with status code 400, with default header values.

jsonError

func NewRevokeConsentSessionsBadRequest

func NewRevokeConsentSessionsBadRequest() *RevokeConsentSessionsBadRequest

NewRevokeConsentSessionsBadRequest creates a RevokeConsentSessionsBadRequest with default headers values

func (*RevokeConsentSessionsBadRequest) Error

func (*RevokeConsentSessionsBadRequest) GetPayload

type RevokeConsentSessionsInternalServerError

type RevokeConsentSessionsInternalServerError struct {
	Payload *models.JSONError
}
RevokeConsentSessionsInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewRevokeConsentSessionsInternalServerError

func NewRevokeConsentSessionsInternalServerError() *RevokeConsentSessionsInternalServerError

NewRevokeConsentSessionsInternalServerError creates a RevokeConsentSessionsInternalServerError with default headers values

func (*RevokeConsentSessionsInternalServerError) Error

func (*RevokeConsentSessionsInternalServerError) GetPayload

type RevokeConsentSessionsNoContent

type RevokeConsentSessionsNoContent struct {
}
RevokeConsentSessionsNoContent describes a response with status code 204, with default header values.

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is

typically 201.

func NewRevokeConsentSessionsNoContent

func NewRevokeConsentSessionsNoContent() *RevokeConsentSessionsNoContent

NewRevokeConsentSessionsNoContent creates a RevokeConsentSessionsNoContent with default headers values

func (*RevokeConsentSessionsNoContent) Error

type RevokeConsentSessionsParams

type RevokeConsentSessionsParams struct {

	/* All.

	   If set to `?all=true`, deletes all consent sessions by the Subject that have been granted.
	*/
	All *bool

	/* Client.

	   If set, deletes only those consent sessions by the Subject that have been granted to the specified OAuth 2.0 Client ID
	*/
	Client *string

	/* Subject.

	   The subject (Subject) who's consent sessions should be deleted.
	*/
	Subject string

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

RevokeConsentSessionsParams contains all the parameters to send to the API endpoint

for the revoke consent sessions operation.

Typically these are written to a http.Request.

func NewRevokeConsentSessionsParams

func NewRevokeConsentSessionsParams() *RevokeConsentSessionsParams

NewRevokeConsentSessionsParams creates a new RevokeConsentSessionsParams object, with the default timeout for this client.

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

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

func NewRevokeConsentSessionsParamsWithContext

func NewRevokeConsentSessionsParamsWithContext(ctx context.Context) *RevokeConsentSessionsParams

NewRevokeConsentSessionsParamsWithContext creates a new RevokeConsentSessionsParams object with the ability to set a context for a request.

func NewRevokeConsentSessionsParamsWithHTTPClient

func NewRevokeConsentSessionsParamsWithHTTPClient(client *http.Client) *RevokeConsentSessionsParams

NewRevokeConsentSessionsParamsWithHTTPClient creates a new RevokeConsentSessionsParams object with the ability to set a custom HTTPClient for a request.

func NewRevokeConsentSessionsParamsWithTimeout

func NewRevokeConsentSessionsParamsWithTimeout(timeout time.Duration) *RevokeConsentSessionsParams

NewRevokeConsentSessionsParamsWithTimeout creates a new RevokeConsentSessionsParams object with the ability to set a timeout on a request.

func (*RevokeConsentSessionsParams) SetAll added in v1.7.0

func (o *RevokeConsentSessionsParams) SetAll(all *bool)

SetAll adds the all to the revoke consent sessions params

func (*RevokeConsentSessionsParams) SetClient

func (o *RevokeConsentSessionsParams) SetClient(client *string)

SetClient adds the client to the revoke consent sessions params

func (*RevokeConsentSessionsParams) SetContext

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

SetContext adds the context to the revoke consent sessions params

func (*RevokeConsentSessionsParams) SetDefaults added in v1.10.0

func (o *RevokeConsentSessionsParams) SetDefaults()

SetDefaults hydrates default values in the revoke consent sessions params (not the query body).

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

func (*RevokeConsentSessionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the revoke consent sessions params

func (*RevokeConsentSessionsParams) SetSubject

func (o *RevokeConsentSessionsParams) SetSubject(subject string)

SetSubject adds the subject to the revoke consent sessions params

func (*RevokeConsentSessionsParams) SetTimeout

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

SetTimeout adds the timeout to the revoke consent sessions params

func (*RevokeConsentSessionsParams) WithAll added in v1.7.0

WithAll adds the all to the revoke consent sessions params

func (*RevokeConsentSessionsParams) WithClient

WithClient adds the client to the revoke consent sessions params

func (*RevokeConsentSessionsParams) WithContext

WithContext adds the context to the revoke consent sessions params

func (*RevokeConsentSessionsParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the revoke consent sessions params (not the query body).

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

func (*RevokeConsentSessionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the revoke consent sessions params

func (*RevokeConsentSessionsParams) WithSubject

WithSubject adds the subject to the revoke consent sessions params

func (*RevokeConsentSessionsParams) WithTimeout

WithTimeout adds the timeout to the revoke consent sessions params

func (*RevokeConsentSessionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RevokeConsentSessionsReader

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

RevokeConsentSessionsReader is a Reader for the RevokeConsentSessions structure.

func (*RevokeConsentSessionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TrustJwtGrantIssuerBadRequest added in v1.11.0

type TrustJwtGrantIssuerBadRequest struct {
	Payload *models.GenericError
}
TrustJwtGrantIssuerBadRequest describes a response with status code 400, with default header values.

genericError

func NewTrustJwtGrantIssuerBadRequest added in v1.11.0

func NewTrustJwtGrantIssuerBadRequest() *TrustJwtGrantIssuerBadRequest

NewTrustJwtGrantIssuerBadRequest creates a TrustJwtGrantIssuerBadRequest with default headers values

func (*TrustJwtGrantIssuerBadRequest) Error added in v1.11.0

func (*TrustJwtGrantIssuerBadRequest) GetPayload added in v1.11.0

type TrustJwtGrantIssuerConflict added in v1.11.0

type TrustJwtGrantIssuerConflict struct {
	Payload *models.GenericError
}
TrustJwtGrantIssuerConflict describes a response with status code 409, with default header values.

genericError

func NewTrustJwtGrantIssuerConflict added in v1.11.0

func NewTrustJwtGrantIssuerConflict() *TrustJwtGrantIssuerConflict

NewTrustJwtGrantIssuerConflict creates a TrustJwtGrantIssuerConflict with default headers values

func (*TrustJwtGrantIssuerConflict) Error added in v1.11.0

func (*TrustJwtGrantIssuerConflict) GetPayload added in v1.11.0

type TrustJwtGrantIssuerCreated added in v1.11.0

type TrustJwtGrantIssuerCreated struct {
	Payload *models.TrustedJwtGrantIssuer
}
TrustJwtGrantIssuerCreated describes a response with status code 201, with default header values.

trustedJwtGrantIssuer

func NewTrustJwtGrantIssuerCreated added in v1.11.0

func NewTrustJwtGrantIssuerCreated() *TrustJwtGrantIssuerCreated

NewTrustJwtGrantIssuerCreated creates a TrustJwtGrantIssuerCreated with default headers values

func (*TrustJwtGrantIssuerCreated) Error added in v1.11.0

func (*TrustJwtGrantIssuerCreated) GetPayload added in v1.11.0

type TrustJwtGrantIssuerInternalServerError added in v1.11.0

type TrustJwtGrantIssuerInternalServerError struct {
	Payload *models.GenericError
}
TrustJwtGrantIssuerInternalServerError describes a response with status code 500, with default header values.

genericError

func NewTrustJwtGrantIssuerInternalServerError added in v1.11.0

func NewTrustJwtGrantIssuerInternalServerError() *TrustJwtGrantIssuerInternalServerError

NewTrustJwtGrantIssuerInternalServerError creates a TrustJwtGrantIssuerInternalServerError with default headers values

func (*TrustJwtGrantIssuerInternalServerError) Error added in v1.11.0

func (*TrustJwtGrantIssuerInternalServerError) GetPayload added in v1.11.0

type TrustJwtGrantIssuerParams added in v1.11.0

type TrustJwtGrantIssuerParams struct {

	// Body.
	Body *models.TrustJwtGrantIssuerBody

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

TrustJwtGrantIssuerParams contains all the parameters to send to the API endpoint

for the trust jwt grant issuer operation.

Typically these are written to a http.Request.

func NewTrustJwtGrantIssuerParams added in v1.11.0

func NewTrustJwtGrantIssuerParams() *TrustJwtGrantIssuerParams

NewTrustJwtGrantIssuerParams creates a new TrustJwtGrantIssuerParams object, with the default timeout for this client.

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

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

func NewTrustJwtGrantIssuerParamsWithContext added in v1.11.0

func NewTrustJwtGrantIssuerParamsWithContext(ctx context.Context) *TrustJwtGrantIssuerParams

NewTrustJwtGrantIssuerParamsWithContext creates a new TrustJwtGrantIssuerParams object with the ability to set a context for a request.

func NewTrustJwtGrantIssuerParamsWithHTTPClient added in v1.11.0

func NewTrustJwtGrantIssuerParamsWithHTTPClient(client *http.Client) *TrustJwtGrantIssuerParams

NewTrustJwtGrantIssuerParamsWithHTTPClient creates a new TrustJwtGrantIssuerParams object with the ability to set a custom HTTPClient for a request.

func NewTrustJwtGrantIssuerParamsWithTimeout added in v1.11.0

func NewTrustJwtGrantIssuerParamsWithTimeout(timeout time.Duration) *TrustJwtGrantIssuerParams

NewTrustJwtGrantIssuerParamsWithTimeout creates a new TrustJwtGrantIssuerParams object with the ability to set a timeout on a request.

func (*TrustJwtGrantIssuerParams) SetBody added in v1.11.0

SetBody adds the body to the trust jwt grant issuer params

func (*TrustJwtGrantIssuerParams) SetContext added in v1.11.0

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

SetContext adds the context to the trust jwt grant issuer params

func (*TrustJwtGrantIssuerParams) SetDefaults added in v1.11.1

func (o *TrustJwtGrantIssuerParams) SetDefaults()

SetDefaults hydrates default values in the trust jwt grant issuer params (not the query body).

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

func (*TrustJwtGrantIssuerParams) SetHTTPClient added in v1.11.0

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

SetHTTPClient adds the HTTPClient to the trust jwt grant issuer params

func (*TrustJwtGrantIssuerParams) SetTimeout added in v1.11.0

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

SetTimeout adds the timeout to the trust jwt grant issuer params

func (*TrustJwtGrantIssuerParams) WithBody added in v1.11.0

WithBody adds the body to the trust jwt grant issuer params

func (*TrustJwtGrantIssuerParams) WithContext added in v1.11.0

WithContext adds the context to the trust jwt grant issuer params

func (*TrustJwtGrantIssuerParams) WithDefaults added in v1.11.1

WithDefaults hydrates default values in the trust jwt grant issuer params (not the query body).

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

func (*TrustJwtGrantIssuerParams) WithHTTPClient added in v1.11.0

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

WithHTTPClient adds the HTTPClient to the trust jwt grant issuer params

func (*TrustJwtGrantIssuerParams) WithTimeout added in v1.11.0

WithTimeout adds the timeout to the trust jwt grant issuer params

func (*TrustJwtGrantIssuerParams) WriteToRequest added in v1.11.0

WriteToRequest writes these params to a swagger request

type TrustJwtGrantIssuerReader added in v1.11.0

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

TrustJwtGrantIssuerReader is a Reader for the TrustJwtGrantIssuer structure.

func (*TrustJwtGrantIssuerReader) ReadResponse added in v1.11.0

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

ReadResponse reads a server response into the received o.

type UpdateJSONWebKeyForbidden

type UpdateJSONWebKeyForbidden struct {
	Payload *models.JSONError
}
UpdateJSONWebKeyForbidden describes a response with status code 403, with default header values.

jsonError

func NewUpdateJSONWebKeyForbidden

func NewUpdateJSONWebKeyForbidden() *UpdateJSONWebKeyForbidden

NewUpdateJSONWebKeyForbidden creates a UpdateJSONWebKeyForbidden with default headers values

func (*UpdateJSONWebKeyForbidden) Error

func (o *UpdateJSONWebKeyForbidden) Error() string

func (*UpdateJSONWebKeyForbidden) GetPayload

func (o *UpdateJSONWebKeyForbidden) GetPayload() *models.JSONError

type UpdateJSONWebKeyInternalServerError

type UpdateJSONWebKeyInternalServerError struct {
	Payload *models.JSONError
}
UpdateJSONWebKeyInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewUpdateJSONWebKeyInternalServerError

func NewUpdateJSONWebKeyInternalServerError() *UpdateJSONWebKeyInternalServerError

NewUpdateJSONWebKeyInternalServerError creates a UpdateJSONWebKeyInternalServerError with default headers values

func (*UpdateJSONWebKeyInternalServerError) Error

func (*UpdateJSONWebKeyInternalServerError) GetPayload

type UpdateJSONWebKeyOK

type UpdateJSONWebKeyOK struct {
	Payload *models.JSONWebKey
}
UpdateJSONWebKeyOK describes a response with status code 200, with default header values.

JSONWebKey

func NewUpdateJSONWebKeyOK

func NewUpdateJSONWebKeyOK() *UpdateJSONWebKeyOK

NewUpdateJSONWebKeyOK creates a UpdateJSONWebKeyOK with default headers values

func (*UpdateJSONWebKeyOK) Error

func (o *UpdateJSONWebKeyOK) Error() string

func (*UpdateJSONWebKeyOK) GetPayload

func (o *UpdateJSONWebKeyOK) GetPayload() *models.JSONWebKey

type UpdateJSONWebKeyParams

type UpdateJSONWebKeyParams struct {

	// Body.
	Body *models.JSONWebKey

	/* Kid.

	   The kid of the desired key
	*/
	Kid string

	/* Set.

	   The set
	*/
	Set string

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

UpdateJSONWebKeyParams contains all the parameters to send to the API endpoint

for the update Json web key operation.

Typically these are written to a http.Request.

func NewUpdateJSONWebKeyParams

func NewUpdateJSONWebKeyParams() *UpdateJSONWebKeyParams

NewUpdateJSONWebKeyParams creates a new UpdateJSONWebKeyParams object, with the default timeout for this client.

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

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

func NewUpdateJSONWebKeyParamsWithContext

func NewUpdateJSONWebKeyParamsWithContext(ctx context.Context) *UpdateJSONWebKeyParams

NewUpdateJSONWebKeyParamsWithContext creates a new UpdateJSONWebKeyParams object with the ability to set a context for a request.

func NewUpdateJSONWebKeyParamsWithHTTPClient

func NewUpdateJSONWebKeyParamsWithHTTPClient(client *http.Client) *UpdateJSONWebKeyParams

NewUpdateJSONWebKeyParamsWithHTTPClient creates a new UpdateJSONWebKeyParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateJSONWebKeyParamsWithTimeout

func NewUpdateJSONWebKeyParamsWithTimeout(timeout time.Duration) *UpdateJSONWebKeyParams

NewUpdateJSONWebKeyParamsWithTimeout creates a new UpdateJSONWebKeyParams object with the ability to set a timeout on a request.

func (*UpdateJSONWebKeyParams) SetBody

func (o *UpdateJSONWebKeyParams) SetBody(body *models.JSONWebKey)

SetBody adds the body to the update Json web key params

func (*UpdateJSONWebKeyParams) SetContext

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

SetContext adds the context to the update Json web key params

func (*UpdateJSONWebKeyParams) SetDefaults added in v1.10.0

func (o *UpdateJSONWebKeyParams) SetDefaults()

SetDefaults hydrates default values in the update Json web key params (not the query body).

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

func (*UpdateJSONWebKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update Json web key params

func (*UpdateJSONWebKeyParams) SetKid

func (o *UpdateJSONWebKeyParams) SetKid(kid string)

SetKid adds the kid to the update Json web key params

func (*UpdateJSONWebKeyParams) SetSet

func (o *UpdateJSONWebKeyParams) SetSet(set string)

SetSet adds the set to the update Json web key params

func (*UpdateJSONWebKeyParams) SetTimeout

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

SetTimeout adds the timeout to the update Json web key params

func (*UpdateJSONWebKeyParams) WithBody

WithBody adds the body to the update Json web key params

func (*UpdateJSONWebKeyParams) WithContext

WithContext adds the context to the update Json web key params

func (*UpdateJSONWebKeyParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the update Json web key params (not the query body).

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

func (*UpdateJSONWebKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update Json web key params

func (*UpdateJSONWebKeyParams) WithKid

WithKid adds the kid to the update Json web key params

func (*UpdateJSONWebKeyParams) WithSet

WithSet adds the set to the update Json web key params

func (*UpdateJSONWebKeyParams) WithTimeout

WithTimeout adds the timeout to the update Json web key params

func (*UpdateJSONWebKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateJSONWebKeyReader

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

UpdateJSONWebKeyReader is a Reader for the UpdateJSONWebKey structure.

func (*UpdateJSONWebKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateJSONWebKeySetForbidden

type UpdateJSONWebKeySetForbidden struct {
	Payload *models.JSONError
}
UpdateJSONWebKeySetForbidden describes a response with status code 403, with default header values.

jsonError

func NewUpdateJSONWebKeySetForbidden

func NewUpdateJSONWebKeySetForbidden() *UpdateJSONWebKeySetForbidden

NewUpdateJSONWebKeySetForbidden creates a UpdateJSONWebKeySetForbidden with default headers values

func (*UpdateJSONWebKeySetForbidden) Error

func (*UpdateJSONWebKeySetForbidden) GetPayload

type UpdateJSONWebKeySetInternalServerError

type UpdateJSONWebKeySetInternalServerError struct {
	Payload *models.JSONError
}
UpdateJSONWebKeySetInternalServerError describes a response with status code 500, with default header values.

jsonError

func NewUpdateJSONWebKeySetInternalServerError

func NewUpdateJSONWebKeySetInternalServerError() *UpdateJSONWebKeySetInternalServerError

NewUpdateJSONWebKeySetInternalServerError creates a UpdateJSONWebKeySetInternalServerError with default headers values

func (*UpdateJSONWebKeySetInternalServerError) Error

func (*UpdateJSONWebKeySetInternalServerError) GetPayload

type UpdateJSONWebKeySetOK

type UpdateJSONWebKeySetOK struct {
	Payload *models.JSONWebKeySet
}
UpdateJSONWebKeySetOK describes a response with status code 200, with default header values.

JSONWebKeySet

func NewUpdateJSONWebKeySetOK

func NewUpdateJSONWebKeySetOK() *UpdateJSONWebKeySetOK

NewUpdateJSONWebKeySetOK creates a UpdateJSONWebKeySetOK with default headers values

func (*UpdateJSONWebKeySetOK) Error

func (o *UpdateJSONWebKeySetOK) Error() string

func (*UpdateJSONWebKeySetOK) GetPayload

func (o *UpdateJSONWebKeySetOK) GetPayload() *models.JSONWebKeySet

type UpdateJSONWebKeySetParams

type UpdateJSONWebKeySetParams struct {

	// Body.
	Body *models.JSONWebKeySet

	/* Set.

	   The set
	*/
	Set string

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

UpdateJSONWebKeySetParams contains all the parameters to send to the API endpoint

for the update Json web key set operation.

Typically these are written to a http.Request.

func NewUpdateJSONWebKeySetParams

func NewUpdateJSONWebKeySetParams() *UpdateJSONWebKeySetParams

NewUpdateJSONWebKeySetParams creates a new UpdateJSONWebKeySetParams object, with the default timeout for this client.

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

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

func NewUpdateJSONWebKeySetParamsWithContext

func NewUpdateJSONWebKeySetParamsWithContext(ctx context.Context) *UpdateJSONWebKeySetParams

NewUpdateJSONWebKeySetParamsWithContext creates a new UpdateJSONWebKeySetParams object with the ability to set a context for a request.

func NewUpdateJSONWebKeySetParamsWithHTTPClient

func NewUpdateJSONWebKeySetParamsWithHTTPClient(client *http.Client) *UpdateJSONWebKeySetParams

NewUpdateJSONWebKeySetParamsWithHTTPClient creates a new UpdateJSONWebKeySetParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateJSONWebKeySetParamsWithTimeout

func NewUpdateJSONWebKeySetParamsWithTimeout(timeout time.Duration) *UpdateJSONWebKeySetParams

NewUpdateJSONWebKeySetParamsWithTimeout creates a new UpdateJSONWebKeySetParams object with the ability to set a timeout on a request.

func (*UpdateJSONWebKeySetParams) SetBody

SetBody adds the body to the update Json web key set params

func (*UpdateJSONWebKeySetParams) SetContext

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

SetContext adds the context to the update Json web key set params

func (*UpdateJSONWebKeySetParams) SetDefaults added in v1.10.0

func (o *UpdateJSONWebKeySetParams) SetDefaults()

SetDefaults hydrates default values in the update Json web key set params (not the query body).

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

func (*UpdateJSONWebKeySetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update Json web key set params

func (*UpdateJSONWebKeySetParams) SetSet

func (o *UpdateJSONWebKeySetParams) SetSet(set string)

SetSet adds the set to the update Json web key set params

func (*UpdateJSONWebKeySetParams) SetTimeout

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

SetTimeout adds the timeout to the update Json web key set params

func (*UpdateJSONWebKeySetParams) WithBody

WithBody adds the body to the update Json web key set params

func (*UpdateJSONWebKeySetParams) WithContext

WithContext adds the context to the update Json web key set params

func (*UpdateJSONWebKeySetParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the update Json web key set params (not the query body).

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

func (*UpdateJSONWebKeySetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update Json web key set params

func (*UpdateJSONWebKeySetParams) WithSet

WithSet adds the set to the update Json web key set params

func (*UpdateJSONWebKeySetParams) WithTimeout

WithTimeout adds the timeout to the update Json web key set params

func (*UpdateJSONWebKeySetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateJSONWebKeySetReader

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

UpdateJSONWebKeySetReader is a Reader for the UpdateJSONWebKeySet structure.

func (*UpdateJSONWebKeySetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateJSONWebKeySetUnauthorized

type UpdateJSONWebKeySetUnauthorized struct {
	Payload *models.JSONError
}
UpdateJSONWebKeySetUnauthorized describes a response with status code 401, with default header values.

jsonError

func NewUpdateJSONWebKeySetUnauthorized

func NewUpdateJSONWebKeySetUnauthorized() *UpdateJSONWebKeySetUnauthorized

NewUpdateJSONWebKeySetUnauthorized creates a UpdateJSONWebKeySetUnauthorized with default headers values

func (*UpdateJSONWebKeySetUnauthorized) Error

func (*UpdateJSONWebKeySetUnauthorized) GetPayload

type UpdateJSONWebKeyUnauthorized

type UpdateJSONWebKeyUnauthorized struct {
	Payload *models.JSONError
}
UpdateJSONWebKeyUnauthorized describes a response with status code 401, with default header values.

jsonError

func NewUpdateJSONWebKeyUnauthorized

func NewUpdateJSONWebKeyUnauthorized() *UpdateJSONWebKeyUnauthorized

NewUpdateJSONWebKeyUnauthorized creates a UpdateJSONWebKeyUnauthorized with default headers values

func (*UpdateJSONWebKeyUnauthorized) Error

func (*UpdateJSONWebKeyUnauthorized) GetPayload

type UpdateOAuth2ClientDefault added in v1.11.0

type UpdateOAuth2ClientDefault struct {
	Payload *models.JSONError
	// contains filtered or unexported fields
}
UpdateOAuth2ClientDefault describes a response with status code -1, with default header values.

jsonError

func NewUpdateOAuth2ClientDefault added in v1.11.0

func NewUpdateOAuth2ClientDefault(code int) *UpdateOAuth2ClientDefault

NewUpdateOAuth2ClientDefault creates a UpdateOAuth2ClientDefault with default headers values

func (*UpdateOAuth2ClientDefault) Code added in v1.11.0

func (o *UpdateOAuth2ClientDefault) Code() int

Code gets the status code for the update o auth2 client default response

func (*UpdateOAuth2ClientDefault) Error added in v1.11.0

func (o *UpdateOAuth2ClientDefault) Error() string

func (*UpdateOAuth2ClientDefault) GetPayload added in v1.11.0

func (o *UpdateOAuth2ClientDefault) GetPayload() *models.JSONError

type UpdateOAuth2ClientLifespansDefault added in v1.11.10

type UpdateOAuth2ClientLifespansDefault struct {
	Payload *models.JSONError
	// contains filtered or unexported fields
}
UpdateOAuth2ClientLifespansDefault describes a response with status code -1, with default header values.

jsonError

func NewUpdateOAuth2ClientLifespansDefault added in v1.11.10

func NewUpdateOAuth2ClientLifespansDefault(code int) *UpdateOAuth2ClientLifespansDefault

NewUpdateOAuth2ClientLifespansDefault creates a UpdateOAuth2ClientLifespansDefault with default headers values

func (*UpdateOAuth2ClientLifespansDefault) Code added in v1.11.10

Code gets the status code for the update o auth2 client lifespans default response

func (*UpdateOAuth2ClientLifespansDefault) Error added in v1.11.10

func (*UpdateOAuth2ClientLifespansDefault) GetPayload added in v1.11.10

type UpdateOAuth2ClientLifespansOK added in v1.11.10

type UpdateOAuth2ClientLifespansOK struct {
	Payload *models.OAuth2Client
}
UpdateOAuth2ClientLifespansOK describes a response with status code 200, with default header values.

oAuth2Client

func NewUpdateOAuth2ClientLifespansOK added in v1.11.10

func NewUpdateOAuth2ClientLifespansOK() *UpdateOAuth2ClientLifespansOK

NewUpdateOAuth2ClientLifespansOK creates a UpdateOAuth2ClientLifespansOK with default headers values

func (*UpdateOAuth2ClientLifespansOK) Error added in v1.11.10

func (*UpdateOAuth2ClientLifespansOK) GetPayload added in v1.11.10

type UpdateOAuth2ClientLifespansParams added in v1.11.10

type UpdateOAuth2ClientLifespansParams struct {

	// Body.
	Body *models.UpdateOAuth2ClientLifespans

	/* ID.

	   The id of the OAuth 2.0 Client.
	*/
	ID string

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

UpdateOAuth2ClientLifespansParams contains all the parameters to send to the API endpoint

for the update o auth2 client lifespans operation.

Typically these are written to a http.Request.

func NewUpdateOAuth2ClientLifespansParams added in v1.11.10

func NewUpdateOAuth2ClientLifespansParams() *UpdateOAuth2ClientLifespansParams

NewUpdateOAuth2ClientLifespansParams creates a new UpdateOAuth2ClientLifespansParams object, with the default timeout for this client.

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

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

func NewUpdateOAuth2ClientLifespansParamsWithContext added in v1.11.10

func NewUpdateOAuth2ClientLifespansParamsWithContext(ctx context.Context) *UpdateOAuth2ClientLifespansParams

NewUpdateOAuth2ClientLifespansParamsWithContext creates a new UpdateOAuth2ClientLifespansParams object with the ability to set a context for a request.

func NewUpdateOAuth2ClientLifespansParamsWithHTTPClient added in v1.11.10

func NewUpdateOAuth2ClientLifespansParamsWithHTTPClient(client *http.Client) *UpdateOAuth2ClientLifespansParams

NewUpdateOAuth2ClientLifespansParamsWithHTTPClient creates a new UpdateOAuth2ClientLifespansParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOAuth2ClientLifespansParamsWithTimeout added in v1.11.10

func NewUpdateOAuth2ClientLifespansParamsWithTimeout(timeout time.Duration) *UpdateOAuth2ClientLifespansParams

NewUpdateOAuth2ClientLifespansParamsWithTimeout creates a new UpdateOAuth2ClientLifespansParams object with the ability to set a timeout on a request.

func (*UpdateOAuth2ClientLifespansParams) SetBody added in v1.11.10

SetBody adds the body to the update o auth2 client lifespans params

func (*UpdateOAuth2ClientLifespansParams) SetContext added in v1.11.10

SetContext adds the context to the update o auth2 client lifespans params

func (*UpdateOAuth2ClientLifespansParams) SetDefaults added in v1.11.10

func (o *UpdateOAuth2ClientLifespansParams) SetDefaults()

SetDefaults hydrates default values in the update o auth2 client lifespans params (not the query body).

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

func (*UpdateOAuth2ClientLifespansParams) SetHTTPClient added in v1.11.10

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

SetHTTPClient adds the HTTPClient to the update o auth2 client lifespans params

func (*UpdateOAuth2ClientLifespansParams) SetID added in v1.11.10

SetID adds the id to the update o auth2 client lifespans params

func (*UpdateOAuth2ClientLifespansParams) SetTimeout added in v1.11.10

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

SetTimeout adds the timeout to the update o auth2 client lifespans params

func (*UpdateOAuth2ClientLifespansParams) WithBody added in v1.11.10

WithBody adds the body to the update o auth2 client lifespans params

func (*UpdateOAuth2ClientLifespansParams) WithContext added in v1.11.10

WithContext adds the context to the update o auth2 client lifespans params

func (*UpdateOAuth2ClientLifespansParams) WithDefaults added in v1.11.10

WithDefaults hydrates default values in the update o auth2 client lifespans params (not the query body).

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

func (*UpdateOAuth2ClientLifespansParams) WithHTTPClient added in v1.11.10

WithHTTPClient adds the HTTPClient to the update o auth2 client lifespans params

func (*UpdateOAuth2ClientLifespansParams) WithID added in v1.11.10

WithID adds the id to the update o auth2 client lifespans params

func (*UpdateOAuth2ClientLifespansParams) WithTimeout added in v1.11.10

WithTimeout adds the timeout to the update o auth2 client lifespans params

func (*UpdateOAuth2ClientLifespansParams) WriteToRequest added in v1.11.10

WriteToRequest writes these params to a swagger request

type UpdateOAuth2ClientLifespansReader added in v1.11.10

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

UpdateOAuth2ClientLifespansReader is a Reader for the UpdateOAuth2ClientLifespans structure.

func (*UpdateOAuth2ClientLifespansReader) ReadResponse added in v1.11.10

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

ReadResponse reads a server response into the received o.

type UpdateOAuth2ClientOK

type UpdateOAuth2ClientOK struct {
	Payload *models.OAuth2Client
}
UpdateOAuth2ClientOK describes a response with status code 200, with default header values.

oAuth2Client

func NewUpdateOAuth2ClientOK

func NewUpdateOAuth2ClientOK() *UpdateOAuth2ClientOK

NewUpdateOAuth2ClientOK creates a UpdateOAuth2ClientOK with default headers values

func (*UpdateOAuth2ClientOK) Error

func (o *UpdateOAuth2ClientOK) Error() string

func (*UpdateOAuth2ClientOK) GetPayload

func (o *UpdateOAuth2ClientOK) GetPayload() *models.OAuth2Client

type UpdateOAuth2ClientParams

type UpdateOAuth2ClientParams struct {

	// Body.
	Body *models.OAuth2Client

	/* ID.

	   The id of the OAuth 2.0 Client.
	*/
	ID string

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

UpdateOAuth2ClientParams contains all the parameters to send to the API endpoint

for the update o auth2 client operation.

Typically these are written to a http.Request.

func NewUpdateOAuth2ClientParams

func NewUpdateOAuth2ClientParams() *UpdateOAuth2ClientParams

NewUpdateOAuth2ClientParams creates a new UpdateOAuth2ClientParams object, with the default timeout for this client.

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

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

func NewUpdateOAuth2ClientParamsWithContext

func NewUpdateOAuth2ClientParamsWithContext(ctx context.Context) *UpdateOAuth2ClientParams

NewUpdateOAuth2ClientParamsWithContext creates a new UpdateOAuth2ClientParams object with the ability to set a context for a request.

func NewUpdateOAuth2ClientParamsWithHTTPClient

func NewUpdateOAuth2ClientParamsWithHTTPClient(client *http.Client) *UpdateOAuth2ClientParams

NewUpdateOAuth2ClientParamsWithHTTPClient creates a new UpdateOAuth2ClientParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOAuth2ClientParamsWithTimeout

func NewUpdateOAuth2ClientParamsWithTimeout(timeout time.Duration) *UpdateOAuth2ClientParams

NewUpdateOAuth2ClientParamsWithTimeout creates a new UpdateOAuth2ClientParams object with the ability to set a timeout on a request.

func (*UpdateOAuth2ClientParams) SetBody

func (o *UpdateOAuth2ClientParams) SetBody(body *models.OAuth2Client)

SetBody adds the body to the update o auth2 client params

func (*UpdateOAuth2ClientParams) SetContext

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

SetContext adds the context to the update o auth2 client params

func (*UpdateOAuth2ClientParams) SetDefaults added in v1.10.0

func (o *UpdateOAuth2ClientParams) SetDefaults()

SetDefaults hydrates default values in the update o auth2 client params (not the query body).

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

func (*UpdateOAuth2ClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update o auth2 client params

func (*UpdateOAuth2ClientParams) SetID

func (o *UpdateOAuth2ClientParams) SetID(id string)

SetID adds the id to the update o auth2 client params

func (*UpdateOAuth2ClientParams) SetTimeout

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

SetTimeout adds the timeout to the update o auth2 client params

func (*UpdateOAuth2ClientParams) WithBody

WithBody adds the body to the update o auth2 client params

func (*UpdateOAuth2ClientParams) WithContext

WithContext adds the context to the update o auth2 client params

func (*UpdateOAuth2ClientParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the update o auth2 client params (not the query body).

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

func (*UpdateOAuth2ClientParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update o auth2 client params

func (*UpdateOAuth2ClientParams) WithID

WithID adds the id to the update o auth2 client params

func (*UpdateOAuth2ClientParams) WithTimeout

WithTimeout adds the timeout to the update o auth2 client params

func (*UpdateOAuth2ClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOAuth2ClientReader

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

UpdateOAuth2ClientReader is a Reader for the UpdateOAuth2Client structure.

func (*UpdateOAuth2ClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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