Documentation ¶
Index ¶
- type AcceptConsentRequestInternalServerError
- type AcceptConsentRequestNotFound
- type AcceptConsentRequestOK
- type AcceptConsentRequestParams
- func NewAcceptConsentRequestParams() *AcceptConsentRequestParams
- func NewAcceptConsentRequestParamsWithContext(ctx context.Context) *AcceptConsentRequestParams
- func NewAcceptConsentRequestParamsWithHTTPClient(client *http.Client) *AcceptConsentRequestParams
- func NewAcceptConsentRequestParamsWithTimeout(timeout time.Duration) *AcceptConsentRequestParams
- func (o *AcceptConsentRequestParams) SetBody(body *models.AcceptConsentRequest)
- func (o *AcceptConsentRequestParams) SetConsentChallenge(consentChallenge string)
- func (o *AcceptConsentRequestParams) SetContext(ctx context.Context)
- func (o *AcceptConsentRequestParams) SetDefaults()
- func (o *AcceptConsentRequestParams) SetHTTPClient(client *http.Client)
- func (o *AcceptConsentRequestParams) SetTimeout(timeout time.Duration)
- func (o *AcceptConsentRequestParams) WithBody(body *models.AcceptConsentRequest) *AcceptConsentRequestParams
- func (o *AcceptConsentRequestParams) WithConsentChallenge(consentChallenge string) *AcceptConsentRequestParams
- func (o *AcceptConsentRequestParams) WithContext(ctx context.Context) *AcceptConsentRequestParams
- func (o *AcceptConsentRequestParams) WithDefaults() *AcceptConsentRequestParams
- func (o *AcceptConsentRequestParams) WithHTTPClient(client *http.Client) *AcceptConsentRequestParams
- func (o *AcceptConsentRequestParams) WithTimeout(timeout time.Duration) *AcceptConsentRequestParams
- func (o *AcceptConsentRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AcceptConsentRequestReader
- type AcceptLoginRequestBadRequest
- type AcceptLoginRequestInternalServerError
- type AcceptLoginRequestNotFound
- type AcceptLoginRequestOK
- type AcceptLoginRequestParams
- func NewAcceptLoginRequestParams() *AcceptLoginRequestParams
- func NewAcceptLoginRequestParamsWithContext(ctx context.Context) *AcceptLoginRequestParams
- func NewAcceptLoginRequestParamsWithHTTPClient(client *http.Client) *AcceptLoginRequestParams
- func NewAcceptLoginRequestParamsWithTimeout(timeout time.Duration) *AcceptLoginRequestParams
- func (o *AcceptLoginRequestParams) SetBody(body *models.AcceptLoginRequest)
- func (o *AcceptLoginRequestParams) SetContext(ctx context.Context)
- func (o *AcceptLoginRequestParams) SetDefaults()
- func (o *AcceptLoginRequestParams) SetHTTPClient(client *http.Client)
- func (o *AcceptLoginRequestParams) SetLoginChallenge(loginChallenge string)
- func (o *AcceptLoginRequestParams) SetTimeout(timeout time.Duration)
- func (o *AcceptLoginRequestParams) WithBody(body *models.AcceptLoginRequest) *AcceptLoginRequestParams
- func (o *AcceptLoginRequestParams) WithContext(ctx context.Context) *AcceptLoginRequestParams
- func (o *AcceptLoginRequestParams) WithDefaults() *AcceptLoginRequestParams
- func (o *AcceptLoginRequestParams) WithHTTPClient(client *http.Client) *AcceptLoginRequestParams
- func (o *AcceptLoginRequestParams) WithLoginChallenge(loginChallenge string) *AcceptLoginRequestParams
- func (o *AcceptLoginRequestParams) WithTimeout(timeout time.Duration) *AcceptLoginRequestParams
- func (o *AcceptLoginRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AcceptLoginRequestReader
- type AcceptLoginRequestUnauthorized
- type AcceptLogoutRequestInternalServerError
- type AcceptLogoutRequestNotFound
- type AcceptLogoutRequestOK
- type AcceptLogoutRequestParams
- func NewAcceptLogoutRequestParams() *AcceptLogoutRequestParams
- func NewAcceptLogoutRequestParamsWithContext(ctx context.Context) *AcceptLogoutRequestParams
- func NewAcceptLogoutRequestParamsWithHTTPClient(client *http.Client) *AcceptLogoutRequestParams
- func NewAcceptLogoutRequestParamsWithTimeout(timeout time.Duration) *AcceptLogoutRequestParams
- func (o *AcceptLogoutRequestParams) SetContext(ctx context.Context)
- func (o *AcceptLogoutRequestParams) SetDefaults()
- func (o *AcceptLogoutRequestParams) SetHTTPClient(client *http.Client)
- func (o *AcceptLogoutRequestParams) SetLogoutChallenge(logoutChallenge string)
- func (o *AcceptLogoutRequestParams) SetTimeout(timeout time.Duration)
- func (o *AcceptLogoutRequestParams) WithContext(ctx context.Context) *AcceptLogoutRequestParams
- func (o *AcceptLogoutRequestParams) WithDefaults() *AcceptLogoutRequestParams
- func (o *AcceptLogoutRequestParams) WithHTTPClient(client *http.Client) *AcceptLogoutRequestParams
- func (o *AcceptLogoutRequestParams) WithLogoutChallenge(logoutChallenge string) *AcceptLogoutRequestParams
- func (o *AcceptLogoutRequestParams) WithTimeout(timeout time.Duration) *AcceptLogoutRequestParams
- func (o *AcceptLogoutRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AcceptLogoutRequestReader
- type Client
- func (a *Client) AcceptConsentRequest(params *AcceptConsentRequestParams, opts ...ClientOption) (*AcceptConsentRequestOK, error)
- func (a *Client) AcceptLoginRequest(params *AcceptLoginRequestParams, opts ...ClientOption) (*AcceptLoginRequestOK, error)
- func (a *Client) AcceptLogoutRequest(params *AcceptLogoutRequestParams, opts ...ClientOption) (*AcceptLogoutRequestOK, error)
- func (a *Client) CreateJSONWebKeySet(params *CreateJSONWebKeySetParams, opts ...ClientOption) (*CreateJSONWebKeySetCreated, error)
- func (a *Client) CreateOAuth2Client(params *CreateOAuth2ClientParams, opts ...ClientOption) (*CreateOAuth2ClientCreated, error)
- func (a *Client) DeleteJSONWebKey(params *DeleteJSONWebKeyParams, opts ...ClientOption) (*DeleteJSONWebKeyNoContent, error)
- func (a *Client) DeleteJSONWebKeySet(params *DeleteJSONWebKeySetParams, opts ...ClientOption) (*DeleteJSONWebKeySetNoContent, error)
- func (a *Client) DeleteOAuth2Client(params *DeleteOAuth2ClientParams, opts ...ClientOption) (*DeleteOAuth2ClientNoContent, error)
- func (a *Client) DeleteOAuth2Token(params *DeleteOAuth2TokenParams, opts ...ClientOption) (*DeleteOAuth2TokenNoContent, error)
- func (a *Client) DeleteTrustedJwtGrantIssuer(params *DeleteTrustedJwtGrantIssuerParams, opts ...ClientOption) (*DeleteTrustedJwtGrantIssuerNoContent, error)
- func (a *Client) FlushInactiveOAuth2Tokens(params *FlushInactiveOAuth2TokensParams, opts ...ClientOption) (*FlushInactiveOAuth2TokensNoContent, error)
- func (a *Client) GetConsentRequest(params *GetConsentRequestParams, opts ...ClientOption) (*GetConsentRequestOK, error)
- func (a *Client) GetJSONWebKey(params *GetJSONWebKeyParams, opts ...ClientOption) (*GetJSONWebKeyOK, error)
- func (a *Client) GetJSONWebKeySet(params *GetJSONWebKeySetParams, opts ...ClientOption) (*GetJSONWebKeySetOK, error)
- func (a *Client) GetLoginRequest(params *GetLoginRequestParams, opts ...ClientOption) (*GetLoginRequestOK, error)
- func (a *Client) GetLogoutRequest(params *GetLogoutRequestParams, opts ...ClientOption) (*GetLogoutRequestOK, error)
- func (a *Client) GetOAuth2Client(params *GetOAuth2ClientParams, opts ...ClientOption) (*GetOAuth2ClientOK, error)
- func (a *Client) GetTrustedJwtGrantIssuer(params *GetTrustedJwtGrantIssuerParams, opts ...ClientOption) (*GetTrustedJwtGrantIssuerOK, error)
- func (a *Client) GetVersion(params *GetVersionParams, opts ...ClientOption) (*GetVersionOK, error)
- func (a *Client) IntrospectOAuth2Token(params *IntrospectOAuth2TokenParams, opts ...ClientOption) (*IntrospectOAuth2TokenOK, error)
- func (a *Client) IsInstanceAlive(params *IsInstanceAliveParams, opts ...ClientOption) (*IsInstanceAliveOK, error)
- func (a *Client) ListOAuth2Clients(params *ListOAuth2ClientsParams, opts ...ClientOption) (*ListOAuth2ClientsOK, error)
- func (a *Client) ListSubjectConsentSessions(params *ListSubjectConsentSessionsParams, opts ...ClientOption) (*ListSubjectConsentSessionsOK, error)
- func (a *Client) ListTrustedJwtGrantIssuers(params *ListTrustedJwtGrantIssuersParams, opts ...ClientOption) (*ListTrustedJwtGrantIssuersOK, error)
- func (a *Client) PatchOAuth2Client(params *PatchOAuth2ClientParams, opts ...ClientOption) (*PatchOAuth2ClientOK, error)
- func (a *Client) RejectConsentRequest(params *RejectConsentRequestParams, opts ...ClientOption) (*RejectConsentRequestOK, error)
- func (a *Client) RejectLoginRequest(params *RejectLoginRequestParams, opts ...ClientOption) (*RejectLoginRequestOK, error)
- func (a *Client) RejectLogoutRequest(params *RejectLogoutRequestParams, opts ...ClientOption) (*RejectLogoutRequestNoContent, error)
- func (a *Client) RevokeAuthenticationSession(params *RevokeAuthenticationSessionParams, opts ...ClientOption) (*RevokeAuthenticationSessionNoContent, error)
- func (a *Client) RevokeConsentSessions(params *RevokeConsentSessionsParams, opts ...ClientOption) (*RevokeConsentSessionsNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) TrustJwtGrantIssuer(params *TrustJwtGrantIssuerParams, opts ...ClientOption) (*TrustJwtGrantIssuerCreated, error)
- func (a *Client) UpdateJSONWebKey(params *UpdateJSONWebKeyParams, opts ...ClientOption) (*UpdateJSONWebKeyOK, error)
- func (a *Client) UpdateJSONWebKeySet(params *UpdateJSONWebKeySetParams, opts ...ClientOption) (*UpdateJSONWebKeySetOK, error)
- func (a *Client) UpdateOAuth2Client(params *UpdateOAuth2ClientParams, opts ...ClientOption) (*UpdateOAuth2ClientOK, error)
- func (a *Client) UpdateOAuth2ClientLifespans(params *UpdateOAuth2ClientLifespansParams, opts ...ClientOption) (*UpdateOAuth2ClientLifespansOK, error)
- type ClientOption
- type ClientService
- type CreateJSONWebKeySetCreated
- type CreateJSONWebKeySetForbidden
- type CreateJSONWebKeySetInternalServerError
- type CreateJSONWebKeySetParams
- func NewCreateJSONWebKeySetParams() *CreateJSONWebKeySetParams
- func NewCreateJSONWebKeySetParamsWithContext(ctx context.Context) *CreateJSONWebKeySetParams
- func NewCreateJSONWebKeySetParamsWithHTTPClient(client *http.Client) *CreateJSONWebKeySetParams
- func NewCreateJSONWebKeySetParamsWithTimeout(timeout time.Duration) *CreateJSONWebKeySetParams
- func (o *CreateJSONWebKeySetParams) SetBody(body *models.JSONWebKeySetGeneratorRequest)
- func (o *CreateJSONWebKeySetParams) SetContext(ctx context.Context)
- func (o *CreateJSONWebKeySetParams) SetDefaults()
- func (o *CreateJSONWebKeySetParams) SetHTTPClient(client *http.Client)
- func (o *CreateJSONWebKeySetParams) SetSet(set string)
- func (o *CreateJSONWebKeySetParams) SetTimeout(timeout time.Duration)
- func (o *CreateJSONWebKeySetParams) WithBody(body *models.JSONWebKeySetGeneratorRequest) *CreateJSONWebKeySetParams
- func (o *CreateJSONWebKeySetParams) WithContext(ctx context.Context) *CreateJSONWebKeySetParams
- func (o *CreateJSONWebKeySetParams) WithDefaults() *CreateJSONWebKeySetParams
- func (o *CreateJSONWebKeySetParams) WithHTTPClient(client *http.Client) *CreateJSONWebKeySetParams
- func (o *CreateJSONWebKeySetParams) WithSet(set string) *CreateJSONWebKeySetParams
- func (o *CreateJSONWebKeySetParams) WithTimeout(timeout time.Duration) *CreateJSONWebKeySetParams
- func (o *CreateJSONWebKeySetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateJSONWebKeySetReader
- type CreateJSONWebKeySetUnauthorized
- type CreateOAuth2ClientCreated
- type CreateOAuth2ClientDefault
- type CreateOAuth2ClientParams
- func NewCreateOAuth2ClientParams() *CreateOAuth2ClientParams
- func NewCreateOAuth2ClientParamsWithContext(ctx context.Context) *CreateOAuth2ClientParams
- func NewCreateOAuth2ClientParamsWithHTTPClient(client *http.Client) *CreateOAuth2ClientParams
- func NewCreateOAuth2ClientParamsWithTimeout(timeout time.Duration) *CreateOAuth2ClientParams
- func (o *CreateOAuth2ClientParams) SetBody(body *models.OAuth2Client)
- func (o *CreateOAuth2ClientParams) SetContext(ctx context.Context)
- func (o *CreateOAuth2ClientParams) SetDefaults()
- func (o *CreateOAuth2ClientParams) SetHTTPClient(client *http.Client)
- func (o *CreateOAuth2ClientParams) SetTimeout(timeout time.Duration)
- func (o *CreateOAuth2ClientParams) WithBody(body *models.OAuth2Client) *CreateOAuth2ClientParams
- func (o *CreateOAuth2ClientParams) WithContext(ctx context.Context) *CreateOAuth2ClientParams
- func (o *CreateOAuth2ClientParams) WithDefaults() *CreateOAuth2ClientParams
- func (o *CreateOAuth2ClientParams) WithHTTPClient(client *http.Client) *CreateOAuth2ClientParams
- func (o *CreateOAuth2ClientParams) WithTimeout(timeout time.Duration) *CreateOAuth2ClientParams
- func (o *CreateOAuth2ClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateOAuth2ClientReader
- type DeleteJSONWebKeyForbidden
- type DeleteJSONWebKeyInternalServerError
- type DeleteJSONWebKeyNoContent
- type DeleteJSONWebKeyParams
- func NewDeleteJSONWebKeyParams() *DeleteJSONWebKeyParams
- func NewDeleteJSONWebKeyParamsWithContext(ctx context.Context) *DeleteJSONWebKeyParams
- func NewDeleteJSONWebKeyParamsWithHTTPClient(client *http.Client) *DeleteJSONWebKeyParams
- func NewDeleteJSONWebKeyParamsWithTimeout(timeout time.Duration) *DeleteJSONWebKeyParams
- func (o *DeleteJSONWebKeyParams) SetContext(ctx context.Context)
- func (o *DeleteJSONWebKeyParams) SetDefaults()
- func (o *DeleteJSONWebKeyParams) SetHTTPClient(client *http.Client)
- func (o *DeleteJSONWebKeyParams) SetKid(kid string)
- func (o *DeleteJSONWebKeyParams) SetSet(set string)
- func (o *DeleteJSONWebKeyParams) SetTimeout(timeout time.Duration)
- func (o *DeleteJSONWebKeyParams) WithContext(ctx context.Context) *DeleteJSONWebKeyParams
- func (o *DeleteJSONWebKeyParams) WithDefaults() *DeleteJSONWebKeyParams
- func (o *DeleteJSONWebKeyParams) WithHTTPClient(client *http.Client) *DeleteJSONWebKeyParams
- func (o *DeleteJSONWebKeyParams) WithKid(kid string) *DeleteJSONWebKeyParams
- func (o *DeleteJSONWebKeyParams) WithSet(set string) *DeleteJSONWebKeyParams
- func (o *DeleteJSONWebKeyParams) WithTimeout(timeout time.Duration) *DeleteJSONWebKeyParams
- func (o *DeleteJSONWebKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteJSONWebKeyReader
- type DeleteJSONWebKeySetForbidden
- type DeleteJSONWebKeySetInternalServerError
- type DeleteJSONWebKeySetNoContent
- type DeleteJSONWebKeySetParams
- func NewDeleteJSONWebKeySetParams() *DeleteJSONWebKeySetParams
- func NewDeleteJSONWebKeySetParamsWithContext(ctx context.Context) *DeleteJSONWebKeySetParams
- func NewDeleteJSONWebKeySetParamsWithHTTPClient(client *http.Client) *DeleteJSONWebKeySetParams
- func NewDeleteJSONWebKeySetParamsWithTimeout(timeout time.Duration) *DeleteJSONWebKeySetParams
- func (o *DeleteJSONWebKeySetParams) SetContext(ctx context.Context)
- func (o *DeleteJSONWebKeySetParams) SetDefaults()
- func (o *DeleteJSONWebKeySetParams) SetHTTPClient(client *http.Client)
- func (o *DeleteJSONWebKeySetParams) SetSet(set string)
- func (o *DeleteJSONWebKeySetParams) SetTimeout(timeout time.Duration)
- func (o *DeleteJSONWebKeySetParams) WithContext(ctx context.Context) *DeleteJSONWebKeySetParams
- func (o *DeleteJSONWebKeySetParams) WithDefaults() *DeleteJSONWebKeySetParams
- func (o *DeleteJSONWebKeySetParams) WithHTTPClient(client *http.Client) *DeleteJSONWebKeySetParams
- func (o *DeleteJSONWebKeySetParams) WithSet(set string) *DeleteJSONWebKeySetParams
- func (o *DeleteJSONWebKeySetParams) WithTimeout(timeout time.Duration) *DeleteJSONWebKeySetParams
- func (o *DeleteJSONWebKeySetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteJSONWebKeySetReader
- type DeleteJSONWebKeySetUnauthorized
- type DeleteJSONWebKeyUnauthorized
- type DeleteOAuth2ClientDefault
- type DeleteOAuth2ClientNoContent
- type DeleteOAuth2ClientParams
- func NewDeleteOAuth2ClientParams() *DeleteOAuth2ClientParams
- func NewDeleteOAuth2ClientParamsWithContext(ctx context.Context) *DeleteOAuth2ClientParams
- func NewDeleteOAuth2ClientParamsWithHTTPClient(client *http.Client) *DeleteOAuth2ClientParams
- func NewDeleteOAuth2ClientParamsWithTimeout(timeout time.Duration) *DeleteOAuth2ClientParams
- func (o *DeleteOAuth2ClientParams) SetContext(ctx context.Context)
- func (o *DeleteOAuth2ClientParams) SetDefaults()
- func (o *DeleteOAuth2ClientParams) SetHTTPClient(client *http.Client)
- func (o *DeleteOAuth2ClientParams) SetID(id string)
- func (o *DeleteOAuth2ClientParams) SetTimeout(timeout time.Duration)
- func (o *DeleteOAuth2ClientParams) WithContext(ctx context.Context) *DeleteOAuth2ClientParams
- func (o *DeleteOAuth2ClientParams) WithDefaults() *DeleteOAuth2ClientParams
- func (o *DeleteOAuth2ClientParams) WithHTTPClient(client *http.Client) *DeleteOAuth2ClientParams
- func (o *DeleteOAuth2ClientParams) WithID(id string) *DeleteOAuth2ClientParams
- func (o *DeleteOAuth2ClientParams) WithTimeout(timeout time.Duration) *DeleteOAuth2ClientParams
- func (o *DeleteOAuth2ClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteOAuth2ClientReader
- type DeleteOAuth2TokenInternalServerError
- type DeleteOAuth2TokenNoContent
- type DeleteOAuth2TokenParams
- func NewDeleteOAuth2TokenParams() *DeleteOAuth2TokenParams
- func NewDeleteOAuth2TokenParamsWithContext(ctx context.Context) *DeleteOAuth2TokenParams
- func NewDeleteOAuth2TokenParamsWithHTTPClient(client *http.Client) *DeleteOAuth2TokenParams
- func NewDeleteOAuth2TokenParamsWithTimeout(timeout time.Duration) *DeleteOAuth2TokenParams
- func (o *DeleteOAuth2TokenParams) SetClientID(clientID string)
- func (o *DeleteOAuth2TokenParams) SetContext(ctx context.Context)
- func (o *DeleteOAuth2TokenParams) SetDefaults()
- func (o *DeleteOAuth2TokenParams) SetHTTPClient(client *http.Client)
- func (o *DeleteOAuth2TokenParams) SetTimeout(timeout time.Duration)
- func (o *DeleteOAuth2TokenParams) WithClientID(clientID string) *DeleteOAuth2TokenParams
- func (o *DeleteOAuth2TokenParams) WithContext(ctx context.Context) *DeleteOAuth2TokenParams
- func (o *DeleteOAuth2TokenParams) WithDefaults() *DeleteOAuth2TokenParams
- func (o *DeleteOAuth2TokenParams) WithHTTPClient(client *http.Client) *DeleteOAuth2TokenParams
- func (o *DeleteOAuth2TokenParams) WithTimeout(timeout time.Duration) *DeleteOAuth2TokenParams
- func (o *DeleteOAuth2TokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteOAuth2TokenReader
- type DeleteOAuth2TokenUnauthorized
- type DeleteTrustedJwtGrantIssuerInternalServerError
- type DeleteTrustedJwtGrantIssuerNoContent
- type DeleteTrustedJwtGrantIssuerNotFound
- type DeleteTrustedJwtGrantIssuerParams
- func NewDeleteTrustedJwtGrantIssuerParams() *DeleteTrustedJwtGrantIssuerParams
- func NewDeleteTrustedJwtGrantIssuerParamsWithContext(ctx context.Context) *DeleteTrustedJwtGrantIssuerParams
- func NewDeleteTrustedJwtGrantIssuerParamsWithHTTPClient(client *http.Client) *DeleteTrustedJwtGrantIssuerParams
- func NewDeleteTrustedJwtGrantIssuerParamsWithTimeout(timeout time.Duration) *DeleteTrustedJwtGrantIssuerParams
- func (o *DeleteTrustedJwtGrantIssuerParams) SetContext(ctx context.Context)
- func (o *DeleteTrustedJwtGrantIssuerParams) SetDefaults()
- func (o *DeleteTrustedJwtGrantIssuerParams) SetHTTPClient(client *http.Client)
- func (o *DeleteTrustedJwtGrantIssuerParams) SetID(id string)
- func (o *DeleteTrustedJwtGrantIssuerParams) SetTimeout(timeout time.Duration)
- func (o *DeleteTrustedJwtGrantIssuerParams) WithContext(ctx context.Context) *DeleteTrustedJwtGrantIssuerParams
- func (o *DeleteTrustedJwtGrantIssuerParams) WithDefaults() *DeleteTrustedJwtGrantIssuerParams
- func (o *DeleteTrustedJwtGrantIssuerParams) WithHTTPClient(client *http.Client) *DeleteTrustedJwtGrantIssuerParams
- func (o *DeleteTrustedJwtGrantIssuerParams) WithID(id string) *DeleteTrustedJwtGrantIssuerParams
- func (o *DeleteTrustedJwtGrantIssuerParams) WithTimeout(timeout time.Duration) *DeleteTrustedJwtGrantIssuerParams
- func (o *DeleteTrustedJwtGrantIssuerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteTrustedJwtGrantIssuerReader
- type FlushInactiveOAuth2TokensInternalServerError
- type FlushInactiveOAuth2TokensNoContent
- type FlushInactiveOAuth2TokensParams
- func NewFlushInactiveOAuth2TokensParams() *FlushInactiveOAuth2TokensParams
- func NewFlushInactiveOAuth2TokensParamsWithContext(ctx context.Context) *FlushInactiveOAuth2TokensParams
- func NewFlushInactiveOAuth2TokensParamsWithHTTPClient(client *http.Client) *FlushInactiveOAuth2TokensParams
- func NewFlushInactiveOAuth2TokensParamsWithTimeout(timeout time.Duration) *FlushInactiveOAuth2TokensParams
- func (o *FlushInactiveOAuth2TokensParams) SetBody(body *models.FlushInactiveOAuth2TokensRequest)
- func (o *FlushInactiveOAuth2TokensParams) SetContext(ctx context.Context)
- func (o *FlushInactiveOAuth2TokensParams) SetDefaults()
- func (o *FlushInactiveOAuth2TokensParams) SetHTTPClient(client *http.Client)
- func (o *FlushInactiveOAuth2TokensParams) SetTimeout(timeout time.Duration)
- func (o *FlushInactiveOAuth2TokensParams) WithBody(body *models.FlushInactiveOAuth2TokensRequest) *FlushInactiveOAuth2TokensParams
- func (o *FlushInactiveOAuth2TokensParams) WithContext(ctx context.Context) *FlushInactiveOAuth2TokensParams
- func (o *FlushInactiveOAuth2TokensParams) WithDefaults() *FlushInactiveOAuth2TokensParams
- func (o *FlushInactiveOAuth2TokensParams) WithHTTPClient(client *http.Client) *FlushInactiveOAuth2TokensParams
- func (o *FlushInactiveOAuth2TokensParams) WithTimeout(timeout time.Duration) *FlushInactiveOAuth2TokensParams
- func (o *FlushInactiveOAuth2TokensParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FlushInactiveOAuth2TokensReader
- type FlushInactiveOAuth2TokensUnauthorized
- type GetConsentRequestGone
- type GetConsentRequestInternalServerError
- type GetConsentRequestNotFound
- type GetConsentRequestOK
- type GetConsentRequestParams
- func NewGetConsentRequestParams() *GetConsentRequestParams
- func NewGetConsentRequestParamsWithContext(ctx context.Context) *GetConsentRequestParams
- func NewGetConsentRequestParamsWithHTTPClient(client *http.Client) *GetConsentRequestParams
- func NewGetConsentRequestParamsWithTimeout(timeout time.Duration) *GetConsentRequestParams
- func (o *GetConsentRequestParams) SetConsentChallenge(consentChallenge string)
- func (o *GetConsentRequestParams) SetContext(ctx context.Context)
- func (o *GetConsentRequestParams) SetDefaults()
- func (o *GetConsentRequestParams) SetHTTPClient(client *http.Client)
- func (o *GetConsentRequestParams) SetTimeout(timeout time.Duration)
- func (o *GetConsentRequestParams) WithConsentChallenge(consentChallenge string) *GetConsentRequestParams
- func (o *GetConsentRequestParams) WithContext(ctx context.Context) *GetConsentRequestParams
- func (o *GetConsentRequestParams) WithDefaults() *GetConsentRequestParams
- func (o *GetConsentRequestParams) WithHTTPClient(client *http.Client) *GetConsentRequestParams
- func (o *GetConsentRequestParams) WithTimeout(timeout time.Duration) *GetConsentRequestParams
- func (o *GetConsentRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetConsentRequestReader
- type GetJSONWebKeyInternalServerError
- type GetJSONWebKeyNotFound
- type GetJSONWebKeyOK
- type GetJSONWebKeyParams
- func (o *GetJSONWebKeyParams) SetContext(ctx context.Context)
- func (o *GetJSONWebKeyParams) SetDefaults()
- func (o *GetJSONWebKeyParams) SetHTTPClient(client *http.Client)
- func (o *GetJSONWebKeyParams) SetKid(kid string)
- func (o *GetJSONWebKeyParams) SetSet(set string)
- func (o *GetJSONWebKeyParams) SetTimeout(timeout time.Duration)
- func (o *GetJSONWebKeyParams) WithContext(ctx context.Context) *GetJSONWebKeyParams
- func (o *GetJSONWebKeyParams) WithDefaults() *GetJSONWebKeyParams
- func (o *GetJSONWebKeyParams) WithHTTPClient(client *http.Client) *GetJSONWebKeyParams
- func (o *GetJSONWebKeyParams) WithKid(kid string) *GetJSONWebKeyParams
- func (o *GetJSONWebKeyParams) WithSet(set string) *GetJSONWebKeyParams
- func (o *GetJSONWebKeyParams) WithTimeout(timeout time.Duration) *GetJSONWebKeyParams
- func (o *GetJSONWebKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJSONWebKeyReader
- type GetJSONWebKeySetForbidden
- type GetJSONWebKeySetInternalServerError
- type GetJSONWebKeySetOK
- type GetJSONWebKeySetParams
- func NewGetJSONWebKeySetParams() *GetJSONWebKeySetParams
- func NewGetJSONWebKeySetParamsWithContext(ctx context.Context) *GetJSONWebKeySetParams
- func NewGetJSONWebKeySetParamsWithHTTPClient(client *http.Client) *GetJSONWebKeySetParams
- func NewGetJSONWebKeySetParamsWithTimeout(timeout time.Duration) *GetJSONWebKeySetParams
- func (o *GetJSONWebKeySetParams) SetContext(ctx context.Context)
- func (o *GetJSONWebKeySetParams) SetDefaults()
- func (o *GetJSONWebKeySetParams) SetHTTPClient(client *http.Client)
- func (o *GetJSONWebKeySetParams) SetSet(set string)
- func (o *GetJSONWebKeySetParams) SetTimeout(timeout time.Duration)
- func (o *GetJSONWebKeySetParams) WithContext(ctx context.Context) *GetJSONWebKeySetParams
- func (o *GetJSONWebKeySetParams) WithDefaults() *GetJSONWebKeySetParams
- func (o *GetJSONWebKeySetParams) WithHTTPClient(client *http.Client) *GetJSONWebKeySetParams
- func (o *GetJSONWebKeySetParams) WithSet(set string) *GetJSONWebKeySetParams
- func (o *GetJSONWebKeySetParams) WithTimeout(timeout time.Duration) *GetJSONWebKeySetParams
- func (o *GetJSONWebKeySetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetJSONWebKeySetReader
- type GetJSONWebKeySetUnauthorized
- type GetLoginRequestBadRequest
- type GetLoginRequestGone
- type GetLoginRequestInternalServerError
- type GetLoginRequestNotFound
- type GetLoginRequestOK
- type GetLoginRequestParams
- func NewGetLoginRequestParams() *GetLoginRequestParams
- func NewGetLoginRequestParamsWithContext(ctx context.Context) *GetLoginRequestParams
- func NewGetLoginRequestParamsWithHTTPClient(client *http.Client) *GetLoginRequestParams
- func NewGetLoginRequestParamsWithTimeout(timeout time.Duration) *GetLoginRequestParams
- func (o *GetLoginRequestParams) SetContext(ctx context.Context)
- func (o *GetLoginRequestParams) SetDefaults()
- func (o *GetLoginRequestParams) SetHTTPClient(client *http.Client)
- func (o *GetLoginRequestParams) SetLoginChallenge(loginChallenge string)
- func (o *GetLoginRequestParams) SetTimeout(timeout time.Duration)
- func (o *GetLoginRequestParams) WithContext(ctx context.Context) *GetLoginRequestParams
- func (o *GetLoginRequestParams) WithDefaults() *GetLoginRequestParams
- func (o *GetLoginRequestParams) WithHTTPClient(client *http.Client) *GetLoginRequestParams
- func (o *GetLoginRequestParams) WithLoginChallenge(loginChallenge string) *GetLoginRequestParams
- func (o *GetLoginRequestParams) WithTimeout(timeout time.Duration) *GetLoginRequestParams
- func (o *GetLoginRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLoginRequestReader
- type GetLogoutRequestGone
- type GetLogoutRequestInternalServerError
- type GetLogoutRequestNotFound
- type GetLogoutRequestOK
- type GetLogoutRequestParams
- func NewGetLogoutRequestParams() *GetLogoutRequestParams
- func NewGetLogoutRequestParamsWithContext(ctx context.Context) *GetLogoutRequestParams
- func NewGetLogoutRequestParamsWithHTTPClient(client *http.Client) *GetLogoutRequestParams
- func NewGetLogoutRequestParamsWithTimeout(timeout time.Duration) *GetLogoutRequestParams
- func (o *GetLogoutRequestParams) SetContext(ctx context.Context)
- func (o *GetLogoutRequestParams) SetDefaults()
- func (o *GetLogoutRequestParams) SetHTTPClient(client *http.Client)
- func (o *GetLogoutRequestParams) SetLogoutChallenge(logoutChallenge string)
- func (o *GetLogoutRequestParams) SetTimeout(timeout time.Duration)
- func (o *GetLogoutRequestParams) WithContext(ctx context.Context) *GetLogoutRequestParams
- func (o *GetLogoutRequestParams) WithDefaults() *GetLogoutRequestParams
- func (o *GetLogoutRequestParams) WithHTTPClient(client *http.Client) *GetLogoutRequestParams
- func (o *GetLogoutRequestParams) WithLogoutChallenge(logoutChallenge string) *GetLogoutRequestParams
- func (o *GetLogoutRequestParams) WithTimeout(timeout time.Duration) *GetLogoutRequestParams
- func (o *GetLogoutRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLogoutRequestReader
- type GetOAuth2ClientDefault
- type GetOAuth2ClientOK
- type GetOAuth2ClientParams
- func NewGetOAuth2ClientParams() *GetOAuth2ClientParams
- func NewGetOAuth2ClientParamsWithContext(ctx context.Context) *GetOAuth2ClientParams
- func NewGetOAuth2ClientParamsWithHTTPClient(client *http.Client) *GetOAuth2ClientParams
- func NewGetOAuth2ClientParamsWithTimeout(timeout time.Duration) *GetOAuth2ClientParams
- func (o *GetOAuth2ClientParams) SetContext(ctx context.Context)
- func (o *GetOAuth2ClientParams) SetDefaults()
- func (o *GetOAuth2ClientParams) SetHTTPClient(client *http.Client)
- func (o *GetOAuth2ClientParams) SetID(id string)
- func (o *GetOAuth2ClientParams) SetTimeout(timeout time.Duration)
- func (o *GetOAuth2ClientParams) WithContext(ctx context.Context) *GetOAuth2ClientParams
- func (o *GetOAuth2ClientParams) WithDefaults() *GetOAuth2ClientParams
- func (o *GetOAuth2ClientParams) WithHTTPClient(client *http.Client) *GetOAuth2ClientParams
- func (o *GetOAuth2ClientParams) WithID(id string) *GetOAuth2ClientParams
- func (o *GetOAuth2ClientParams) WithTimeout(timeout time.Duration) *GetOAuth2ClientParams
- func (o *GetOAuth2ClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOAuth2ClientReader
- type GetTrustedJwtGrantIssuerInternalServerError
- type GetTrustedJwtGrantIssuerNotFound
- type GetTrustedJwtGrantIssuerOK
- type GetTrustedJwtGrantIssuerParams
- func NewGetTrustedJwtGrantIssuerParams() *GetTrustedJwtGrantIssuerParams
- func NewGetTrustedJwtGrantIssuerParamsWithContext(ctx context.Context) *GetTrustedJwtGrantIssuerParams
- func NewGetTrustedJwtGrantIssuerParamsWithHTTPClient(client *http.Client) *GetTrustedJwtGrantIssuerParams
- func NewGetTrustedJwtGrantIssuerParamsWithTimeout(timeout time.Duration) *GetTrustedJwtGrantIssuerParams
- func (o *GetTrustedJwtGrantIssuerParams) SetContext(ctx context.Context)
- func (o *GetTrustedJwtGrantIssuerParams) SetDefaults()
- func (o *GetTrustedJwtGrantIssuerParams) SetHTTPClient(client *http.Client)
- func (o *GetTrustedJwtGrantIssuerParams) SetID(id string)
- func (o *GetTrustedJwtGrantIssuerParams) SetTimeout(timeout time.Duration)
- func (o *GetTrustedJwtGrantIssuerParams) WithContext(ctx context.Context) *GetTrustedJwtGrantIssuerParams
- func (o *GetTrustedJwtGrantIssuerParams) WithDefaults() *GetTrustedJwtGrantIssuerParams
- func (o *GetTrustedJwtGrantIssuerParams) WithHTTPClient(client *http.Client) *GetTrustedJwtGrantIssuerParams
- func (o *GetTrustedJwtGrantIssuerParams) WithID(id string) *GetTrustedJwtGrantIssuerParams
- func (o *GetTrustedJwtGrantIssuerParams) WithTimeout(timeout time.Duration) *GetTrustedJwtGrantIssuerParams
- func (o *GetTrustedJwtGrantIssuerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTrustedJwtGrantIssuerReader
- type GetVersionOK
- type GetVersionParams
- func (o *GetVersionParams) SetContext(ctx context.Context)
- func (o *GetVersionParams) SetDefaults()
- func (o *GetVersionParams) SetHTTPClient(client *http.Client)
- func (o *GetVersionParams) SetTimeout(timeout time.Duration)
- func (o *GetVersionParams) WithContext(ctx context.Context) *GetVersionParams
- func (o *GetVersionParams) WithDefaults() *GetVersionParams
- func (o *GetVersionParams) WithHTTPClient(client *http.Client) *GetVersionParams
- func (o *GetVersionParams) WithTimeout(timeout time.Duration) *GetVersionParams
- func (o *GetVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVersionReader
- type IntrospectOAuth2TokenInternalServerError
- type IntrospectOAuth2TokenOK
- type IntrospectOAuth2TokenParams
- func NewIntrospectOAuth2TokenParams() *IntrospectOAuth2TokenParams
- func NewIntrospectOAuth2TokenParamsWithContext(ctx context.Context) *IntrospectOAuth2TokenParams
- func NewIntrospectOAuth2TokenParamsWithHTTPClient(client *http.Client) *IntrospectOAuth2TokenParams
- func NewIntrospectOAuth2TokenParamsWithTimeout(timeout time.Duration) *IntrospectOAuth2TokenParams
- func (o *IntrospectOAuth2TokenParams) SetContext(ctx context.Context)
- func (o *IntrospectOAuth2TokenParams) SetDefaults()
- func (o *IntrospectOAuth2TokenParams) SetHTTPClient(client *http.Client)
- func (o *IntrospectOAuth2TokenParams) SetScope(scope *string)
- func (o *IntrospectOAuth2TokenParams) SetTimeout(timeout time.Duration)
- func (o *IntrospectOAuth2TokenParams) SetToken(token string)
- func (o *IntrospectOAuth2TokenParams) WithContext(ctx context.Context) *IntrospectOAuth2TokenParams
- func (o *IntrospectOAuth2TokenParams) WithDefaults() *IntrospectOAuth2TokenParams
- func (o *IntrospectOAuth2TokenParams) WithHTTPClient(client *http.Client) *IntrospectOAuth2TokenParams
- func (o *IntrospectOAuth2TokenParams) WithScope(scope *string) *IntrospectOAuth2TokenParams
- func (o *IntrospectOAuth2TokenParams) WithTimeout(timeout time.Duration) *IntrospectOAuth2TokenParams
- func (o *IntrospectOAuth2TokenParams) WithToken(token string) *IntrospectOAuth2TokenParams
- func (o *IntrospectOAuth2TokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type IntrospectOAuth2TokenReader
- type IntrospectOAuth2TokenUnauthorized
- type IsInstanceAliveInternalServerError
- type IsInstanceAliveOK
- type IsInstanceAliveParams
- func NewIsInstanceAliveParams() *IsInstanceAliveParams
- func NewIsInstanceAliveParamsWithContext(ctx context.Context) *IsInstanceAliveParams
- func NewIsInstanceAliveParamsWithHTTPClient(client *http.Client) *IsInstanceAliveParams
- func NewIsInstanceAliveParamsWithTimeout(timeout time.Duration) *IsInstanceAliveParams
- func (o *IsInstanceAliveParams) SetContext(ctx context.Context)
- func (o *IsInstanceAliveParams) SetDefaults()
- func (o *IsInstanceAliveParams) SetHTTPClient(client *http.Client)
- func (o *IsInstanceAliveParams) SetTimeout(timeout time.Duration)
- func (o *IsInstanceAliveParams) WithContext(ctx context.Context) *IsInstanceAliveParams
- func (o *IsInstanceAliveParams) WithDefaults() *IsInstanceAliveParams
- func (o *IsInstanceAliveParams) WithHTTPClient(client *http.Client) *IsInstanceAliveParams
- func (o *IsInstanceAliveParams) WithTimeout(timeout time.Duration) *IsInstanceAliveParams
- func (o *IsInstanceAliveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type IsInstanceAliveReader
- type ListOAuth2ClientsDefault
- type ListOAuth2ClientsOK
- type ListOAuth2ClientsParams
- func NewListOAuth2ClientsParams() *ListOAuth2ClientsParams
- func NewListOAuth2ClientsParamsWithContext(ctx context.Context) *ListOAuth2ClientsParams
- func NewListOAuth2ClientsParamsWithHTTPClient(client *http.Client) *ListOAuth2ClientsParams
- func NewListOAuth2ClientsParamsWithTimeout(timeout time.Duration) *ListOAuth2ClientsParams
- func (o *ListOAuth2ClientsParams) SetClientName(clientName *string)
- func (o *ListOAuth2ClientsParams) SetContext(ctx context.Context)
- func (o *ListOAuth2ClientsParams) SetDefaults()
- func (o *ListOAuth2ClientsParams) SetHTTPClient(client *http.Client)
- func (o *ListOAuth2ClientsParams) SetLimit(limit *int64)
- func (o *ListOAuth2ClientsParams) SetOffset(offset *int64)
- func (o *ListOAuth2ClientsParams) SetOwner(owner *string)
- func (o *ListOAuth2ClientsParams) SetTimeout(timeout time.Duration)
- func (o *ListOAuth2ClientsParams) WithClientName(clientName *string) *ListOAuth2ClientsParams
- func (o *ListOAuth2ClientsParams) WithContext(ctx context.Context) *ListOAuth2ClientsParams
- func (o *ListOAuth2ClientsParams) WithDefaults() *ListOAuth2ClientsParams
- func (o *ListOAuth2ClientsParams) WithHTTPClient(client *http.Client) *ListOAuth2ClientsParams
- func (o *ListOAuth2ClientsParams) WithLimit(limit *int64) *ListOAuth2ClientsParams
- func (o *ListOAuth2ClientsParams) WithOffset(offset *int64) *ListOAuth2ClientsParams
- func (o *ListOAuth2ClientsParams) WithOwner(owner *string) *ListOAuth2ClientsParams
- func (o *ListOAuth2ClientsParams) WithTimeout(timeout time.Duration) *ListOAuth2ClientsParams
- func (o *ListOAuth2ClientsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListOAuth2ClientsReader
- type ListSubjectConsentSessionsBadRequest
- type ListSubjectConsentSessionsInternalServerError
- type ListSubjectConsentSessionsOK
- type ListSubjectConsentSessionsParams
- func NewListSubjectConsentSessionsParams() *ListSubjectConsentSessionsParams
- func NewListSubjectConsentSessionsParamsWithContext(ctx context.Context) *ListSubjectConsentSessionsParams
- func NewListSubjectConsentSessionsParamsWithHTTPClient(client *http.Client) *ListSubjectConsentSessionsParams
- func NewListSubjectConsentSessionsParamsWithTimeout(timeout time.Duration) *ListSubjectConsentSessionsParams
- func (o *ListSubjectConsentSessionsParams) SetContext(ctx context.Context)
- func (o *ListSubjectConsentSessionsParams) SetDefaults()
- func (o *ListSubjectConsentSessionsParams) SetHTTPClient(client *http.Client)
- func (o *ListSubjectConsentSessionsParams) SetLimit(limit *int64)
- func (o *ListSubjectConsentSessionsParams) SetOffset(offset *int64)
- func (o *ListSubjectConsentSessionsParams) SetSubject(subject string)
- func (o *ListSubjectConsentSessionsParams) SetTimeout(timeout time.Duration)
- func (o *ListSubjectConsentSessionsParams) WithContext(ctx context.Context) *ListSubjectConsentSessionsParams
- func (o *ListSubjectConsentSessionsParams) WithDefaults() *ListSubjectConsentSessionsParams
- func (o *ListSubjectConsentSessionsParams) WithHTTPClient(client *http.Client) *ListSubjectConsentSessionsParams
- func (o *ListSubjectConsentSessionsParams) WithLimit(limit *int64) *ListSubjectConsentSessionsParams
- func (o *ListSubjectConsentSessionsParams) WithOffset(offset *int64) *ListSubjectConsentSessionsParams
- func (o *ListSubjectConsentSessionsParams) WithSubject(subject string) *ListSubjectConsentSessionsParams
- func (o *ListSubjectConsentSessionsParams) WithTimeout(timeout time.Duration) *ListSubjectConsentSessionsParams
- func (o *ListSubjectConsentSessionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSubjectConsentSessionsReader
- type ListTrustedJwtGrantIssuersInternalServerError
- type ListTrustedJwtGrantIssuersOK
- type ListTrustedJwtGrantIssuersParams
- func NewListTrustedJwtGrantIssuersParams() *ListTrustedJwtGrantIssuersParams
- func NewListTrustedJwtGrantIssuersParamsWithContext(ctx context.Context) *ListTrustedJwtGrantIssuersParams
- func NewListTrustedJwtGrantIssuersParamsWithHTTPClient(client *http.Client) *ListTrustedJwtGrantIssuersParams
- func NewListTrustedJwtGrantIssuersParamsWithTimeout(timeout time.Duration) *ListTrustedJwtGrantIssuersParams
- func (o *ListTrustedJwtGrantIssuersParams) SetContext(ctx context.Context)
- func (o *ListTrustedJwtGrantIssuersParams) SetDefaults()
- func (o *ListTrustedJwtGrantIssuersParams) SetHTTPClient(client *http.Client)
- func (o *ListTrustedJwtGrantIssuersParams) SetIssuer(issuer *string)
- func (o *ListTrustedJwtGrantIssuersParams) SetLimit(limit *int64)
- func (o *ListTrustedJwtGrantIssuersParams) SetOffset(offset *int64)
- func (o *ListTrustedJwtGrantIssuersParams) SetTimeout(timeout time.Duration)
- func (o *ListTrustedJwtGrantIssuersParams) WithContext(ctx context.Context) *ListTrustedJwtGrantIssuersParams
- func (o *ListTrustedJwtGrantIssuersParams) WithDefaults() *ListTrustedJwtGrantIssuersParams
- func (o *ListTrustedJwtGrantIssuersParams) WithHTTPClient(client *http.Client) *ListTrustedJwtGrantIssuersParams
- func (o *ListTrustedJwtGrantIssuersParams) WithIssuer(issuer *string) *ListTrustedJwtGrantIssuersParams
- func (o *ListTrustedJwtGrantIssuersParams) WithLimit(limit *int64) *ListTrustedJwtGrantIssuersParams
- func (o *ListTrustedJwtGrantIssuersParams) WithOffset(offset *int64) *ListTrustedJwtGrantIssuersParams
- func (o *ListTrustedJwtGrantIssuersParams) WithTimeout(timeout time.Duration) *ListTrustedJwtGrantIssuersParams
- func (o *ListTrustedJwtGrantIssuersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListTrustedJwtGrantIssuersReader
- type PatchOAuth2ClientDefault
- type PatchOAuth2ClientOK
- type PatchOAuth2ClientParams
- func NewPatchOAuth2ClientParams() *PatchOAuth2ClientParams
- func NewPatchOAuth2ClientParamsWithContext(ctx context.Context) *PatchOAuth2ClientParams
- func NewPatchOAuth2ClientParamsWithHTTPClient(client *http.Client) *PatchOAuth2ClientParams
- func NewPatchOAuth2ClientParamsWithTimeout(timeout time.Duration) *PatchOAuth2ClientParams
- func (o *PatchOAuth2ClientParams) SetBody(body models.PatchRequest)
- func (o *PatchOAuth2ClientParams) SetContext(ctx context.Context)
- func (o *PatchOAuth2ClientParams) SetDefaults()
- func (o *PatchOAuth2ClientParams) SetHTTPClient(client *http.Client)
- func (o *PatchOAuth2ClientParams) SetID(id string)
- func (o *PatchOAuth2ClientParams) SetTimeout(timeout time.Duration)
- func (o *PatchOAuth2ClientParams) WithBody(body models.PatchRequest) *PatchOAuth2ClientParams
- func (o *PatchOAuth2ClientParams) WithContext(ctx context.Context) *PatchOAuth2ClientParams
- func (o *PatchOAuth2ClientParams) WithDefaults() *PatchOAuth2ClientParams
- func (o *PatchOAuth2ClientParams) WithHTTPClient(client *http.Client) *PatchOAuth2ClientParams
- func (o *PatchOAuth2ClientParams) WithID(id string) *PatchOAuth2ClientParams
- func (o *PatchOAuth2ClientParams) WithTimeout(timeout time.Duration) *PatchOAuth2ClientParams
- func (o *PatchOAuth2ClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchOAuth2ClientReader
- type RejectConsentRequestInternalServerError
- type RejectConsentRequestNotFound
- type RejectConsentRequestOK
- type RejectConsentRequestParams
- func NewRejectConsentRequestParams() *RejectConsentRequestParams
- func NewRejectConsentRequestParamsWithContext(ctx context.Context) *RejectConsentRequestParams
- func NewRejectConsentRequestParamsWithHTTPClient(client *http.Client) *RejectConsentRequestParams
- func NewRejectConsentRequestParamsWithTimeout(timeout time.Duration) *RejectConsentRequestParams
- func (o *RejectConsentRequestParams) SetBody(body *models.RejectRequest)
- func (o *RejectConsentRequestParams) SetConsentChallenge(consentChallenge string)
- func (o *RejectConsentRequestParams) SetContext(ctx context.Context)
- func (o *RejectConsentRequestParams) SetDefaults()
- func (o *RejectConsentRequestParams) SetHTTPClient(client *http.Client)
- func (o *RejectConsentRequestParams) SetTimeout(timeout time.Duration)
- func (o *RejectConsentRequestParams) WithBody(body *models.RejectRequest) *RejectConsentRequestParams
- func (o *RejectConsentRequestParams) WithConsentChallenge(consentChallenge string) *RejectConsentRequestParams
- func (o *RejectConsentRequestParams) WithContext(ctx context.Context) *RejectConsentRequestParams
- func (o *RejectConsentRequestParams) WithDefaults() *RejectConsentRequestParams
- func (o *RejectConsentRequestParams) WithHTTPClient(client *http.Client) *RejectConsentRequestParams
- func (o *RejectConsentRequestParams) WithTimeout(timeout time.Duration) *RejectConsentRequestParams
- func (o *RejectConsentRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RejectConsentRequestReader
- type RejectLoginRequestBadRequest
- type RejectLoginRequestInternalServerError
- type RejectLoginRequestNotFound
- type RejectLoginRequestOK
- type RejectLoginRequestParams
- func NewRejectLoginRequestParams() *RejectLoginRequestParams
- func NewRejectLoginRequestParamsWithContext(ctx context.Context) *RejectLoginRequestParams
- func NewRejectLoginRequestParamsWithHTTPClient(client *http.Client) *RejectLoginRequestParams
- func NewRejectLoginRequestParamsWithTimeout(timeout time.Duration) *RejectLoginRequestParams
- func (o *RejectLoginRequestParams) SetBody(body *models.RejectRequest)
- func (o *RejectLoginRequestParams) SetContext(ctx context.Context)
- func (o *RejectLoginRequestParams) SetDefaults()
- func (o *RejectLoginRequestParams) SetHTTPClient(client *http.Client)
- func (o *RejectLoginRequestParams) SetLoginChallenge(loginChallenge string)
- func (o *RejectLoginRequestParams) SetTimeout(timeout time.Duration)
- func (o *RejectLoginRequestParams) WithBody(body *models.RejectRequest) *RejectLoginRequestParams
- func (o *RejectLoginRequestParams) WithContext(ctx context.Context) *RejectLoginRequestParams
- func (o *RejectLoginRequestParams) WithDefaults() *RejectLoginRequestParams
- func (o *RejectLoginRequestParams) WithHTTPClient(client *http.Client) *RejectLoginRequestParams
- func (o *RejectLoginRequestParams) WithLoginChallenge(loginChallenge string) *RejectLoginRequestParams
- func (o *RejectLoginRequestParams) WithTimeout(timeout time.Duration) *RejectLoginRequestParams
- func (o *RejectLoginRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RejectLoginRequestReader
- type RejectLoginRequestUnauthorized
- type RejectLogoutRequestInternalServerError
- type RejectLogoutRequestNoContent
- type RejectLogoutRequestNotFound
- type RejectLogoutRequestParams
- func NewRejectLogoutRequestParams() *RejectLogoutRequestParams
- func NewRejectLogoutRequestParamsWithContext(ctx context.Context) *RejectLogoutRequestParams
- func NewRejectLogoutRequestParamsWithHTTPClient(client *http.Client) *RejectLogoutRequestParams
- func NewRejectLogoutRequestParamsWithTimeout(timeout time.Duration) *RejectLogoutRequestParams
- func (o *RejectLogoutRequestParams) SetBody(body *models.RejectRequest)
- func (o *RejectLogoutRequestParams) SetContext(ctx context.Context)
- func (o *RejectLogoutRequestParams) SetDefaults()
- func (o *RejectLogoutRequestParams) SetHTTPClient(client *http.Client)
- func (o *RejectLogoutRequestParams) SetLogoutChallenge(logoutChallenge string)
- func (o *RejectLogoutRequestParams) SetTimeout(timeout time.Duration)
- func (o *RejectLogoutRequestParams) WithBody(body *models.RejectRequest) *RejectLogoutRequestParams
- func (o *RejectLogoutRequestParams) WithContext(ctx context.Context) *RejectLogoutRequestParams
- func (o *RejectLogoutRequestParams) WithDefaults() *RejectLogoutRequestParams
- func (o *RejectLogoutRequestParams) WithHTTPClient(client *http.Client) *RejectLogoutRequestParams
- func (o *RejectLogoutRequestParams) WithLogoutChallenge(logoutChallenge string) *RejectLogoutRequestParams
- func (o *RejectLogoutRequestParams) WithTimeout(timeout time.Duration) *RejectLogoutRequestParams
- func (o *RejectLogoutRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RejectLogoutRequestReader
- type RevokeAuthenticationSessionBadRequest
- type RevokeAuthenticationSessionInternalServerError
- type RevokeAuthenticationSessionNoContent
- type RevokeAuthenticationSessionParams
- func NewRevokeAuthenticationSessionParams() *RevokeAuthenticationSessionParams
- func NewRevokeAuthenticationSessionParamsWithContext(ctx context.Context) *RevokeAuthenticationSessionParams
- func NewRevokeAuthenticationSessionParamsWithHTTPClient(client *http.Client) *RevokeAuthenticationSessionParams
- func NewRevokeAuthenticationSessionParamsWithTimeout(timeout time.Duration) *RevokeAuthenticationSessionParams
- func (o *RevokeAuthenticationSessionParams) SetContext(ctx context.Context)
- func (o *RevokeAuthenticationSessionParams) SetDefaults()
- func (o *RevokeAuthenticationSessionParams) SetHTTPClient(client *http.Client)
- func (o *RevokeAuthenticationSessionParams) SetSubject(subject string)
- func (o *RevokeAuthenticationSessionParams) SetTimeout(timeout time.Duration)
- func (o *RevokeAuthenticationSessionParams) WithContext(ctx context.Context) *RevokeAuthenticationSessionParams
- func (o *RevokeAuthenticationSessionParams) WithDefaults() *RevokeAuthenticationSessionParams
- func (o *RevokeAuthenticationSessionParams) WithHTTPClient(client *http.Client) *RevokeAuthenticationSessionParams
- func (o *RevokeAuthenticationSessionParams) WithSubject(subject string) *RevokeAuthenticationSessionParams
- func (o *RevokeAuthenticationSessionParams) WithTimeout(timeout time.Duration) *RevokeAuthenticationSessionParams
- func (o *RevokeAuthenticationSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeAuthenticationSessionReader
- type RevokeConsentSessionsBadRequest
- type RevokeConsentSessionsInternalServerError
- type RevokeConsentSessionsNoContent
- type RevokeConsentSessionsParams
- func NewRevokeConsentSessionsParams() *RevokeConsentSessionsParams
- func NewRevokeConsentSessionsParamsWithContext(ctx context.Context) *RevokeConsentSessionsParams
- func NewRevokeConsentSessionsParamsWithHTTPClient(client *http.Client) *RevokeConsentSessionsParams
- func NewRevokeConsentSessionsParamsWithTimeout(timeout time.Duration) *RevokeConsentSessionsParams
- func (o *RevokeConsentSessionsParams) SetAll(all *bool)
- func (o *RevokeConsentSessionsParams) SetClient(client *string)
- func (o *RevokeConsentSessionsParams) SetContext(ctx context.Context)
- func (o *RevokeConsentSessionsParams) SetDefaults()
- func (o *RevokeConsentSessionsParams) SetHTTPClient(client *http.Client)
- func (o *RevokeConsentSessionsParams) SetSubject(subject string)
- func (o *RevokeConsentSessionsParams) SetTimeout(timeout time.Duration)
- func (o *RevokeConsentSessionsParams) WithAll(all *bool) *RevokeConsentSessionsParams
- func (o *RevokeConsentSessionsParams) WithClient(client *string) *RevokeConsentSessionsParams
- func (o *RevokeConsentSessionsParams) WithContext(ctx context.Context) *RevokeConsentSessionsParams
- func (o *RevokeConsentSessionsParams) WithDefaults() *RevokeConsentSessionsParams
- func (o *RevokeConsentSessionsParams) WithHTTPClient(client *http.Client) *RevokeConsentSessionsParams
- func (o *RevokeConsentSessionsParams) WithSubject(subject string) *RevokeConsentSessionsParams
- func (o *RevokeConsentSessionsParams) WithTimeout(timeout time.Duration) *RevokeConsentSessionsParams
- func (o *RevokeConsentSessionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeConsentSessionsReader
- type TrustJwtGrantIssuerBadRequest
- type TrustJwtGrantIssuerConflict
- type TrustJwtGrantIssuerCreated
- type TrustJwtGrantIssuerInternalServerError
- type TrustJwtGrantIssuerParams
- func NewTrustJwtGrantIssuerParams() *TrustJwtGrantIssuerParams
- func NewTrustJwtGrantIssuerParamsWithContext(ctx context.Context) *TrustJwtGrantIssuerParams
- func NewTrustJwtGrantIssuerParamsWithHTTPClient(client *http.Client) *TrustJwtGrantIssuerParams
- func NewTrustJwtGrantIssuerParamsWithTimeout(timeout time.Duration) *TrustJwtGrantIssuerParams
- func (o *TrustJwtGrantIssuerParams) SetBody(body *models.TrustJwtGrantIssuerBody)
- func (o *TrustJwtGrantIssuerParams) SetContext(ctx context.Context)
- func (o *TrustJwtGrantIssuerParams) SetDefaults()
- func (o *TrustJwtGrantIssuerParams) SetHTTPClient(client *http.Client)
- func (o *TrustJwtGrantIssuerParams) SetTimeout(timeout time.Duration)
- func (o *TrustJwtGrantIssuerParams) WithBody(body *models.TrustJwtGrantIssuerBody) *TrustJwtGrantIssuerParams
- func (o *TrustJwtGrantIssuerParams) WithContext(ctx context.Context) *TrustJwtGrantIssuerParams
- func (o *TrustJwtGrantIssuerParams) WithDefaults() *TrustJwtGrantIssuerParams
- func (o *TrustJwtGrantIssuerParams) WithHTTPClient(client *http.Client) *TrustJwtGrantIssuerParams
- func (o *TrustJwtGrantIssuerParams) WithTimeout(timeout time.Duration) *TrustJwtGrantIssuerParams
- func (o *TrustJwtGrantIssuerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TrustJwtGrantIssuerReader
- type UpdateJSONWebKeyForbidden
- type UpdateJSONWebKeyInternalServerError
- type UpdateJSONWebKeyOK
- type UpdateJSONWebKeyParams
- func NewUpdateJSONWebKeyParams() *UpdateJSONWebKeyParams
- func NewUpdateJSONWebKeyParamsWithContext(ctx context.Context) *UpdateJSONWebKeyParams
- func NewUpdateJSONWebKeyParamsWithHTTPClient(client *http.Client) *UpdateJSONWebKeyParams
- func NewUpdateJSONWebKeyParamsWithTimeout(timeout time.Duration) *UpdateJSONWebKeyParams
- func (o *UpdateJSONWebKeyParams) SetBody(body *models.JSONWebKey)
- func (o *UpdateJSONWebKeyParams) SetContext(ctx context.Context)
- func (o *UpdateJSONWebKeyParams) SetDefaults()
- func (o *UpdateJSONWebKeyParams) SetHTTPClient(client *http.Client)
- func (o *UpdateJSONWebKeyParams) SetKid(kid string)
- func (o *UpdateJSONWebKeyParams) SetSet(set string)
- func (o *UpdateJSONWebKeyParams) SetTimeout(timeout time.Duration)
- func (o *UpdateJSONWebKeyParams) WithBody(body *models.JSONWebKey) *UpdateJSONWebKeyParams
- func (o *UpdateJSONWebKeyParams) WithContext(ctx context.Context) *UpdateJSONWebKeyParams
- func (o *UpdateJSONWebKeyParams) WithDefaults() *UpdateJSONWebKeyParams
- func (o *UpdateJSONWebKeyParams) WithHTTPClient(client *http.Client) *UpdateJSONWebKeyParams
- func (o *UpdateJSONWebKeyParams) WithKid(kid string) *UpdateJSONWebKeyParams
- func (o *UpdateJSONWebKeyParams) WithSet(set string) *UpdateJSONWebKeyParams
- func (o *UpdateJSONWebKeyParams) WithTimeout(timeout time.Duration) *UpdateJSONWebKeyParams
- func (o *UpdateJSONWebKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateJSONWebKeyReader
- type UpdateJSONWebKeySetForbidden
- type UpdateJSONWebKeySetInternalServerError
- type UpdateJSONWebKeySetOK
- type UpdateJSONWebKeySetParams
- func NewUpdateJSONWebKeySetParams() *UpdateJSONWebKeySetParams
- func NewUpdateJSONWebKeySetParamsWithContext(ctx context.Context) *UpdateJSONWebKeySetParams
- func NewUpdateJSONWebKeySetParamsWithHTTPClient(client *http.Client) *UpdateJSONWebKeySetParams
- func NewUpdateJSONWebKeySetParamsWithTimeout(timeout time.Duration) *UpdateJSONWebKeySetParams
- func (o *UpdateJSONWebKeySetParams) SetBody(body *models.JSONWebKeySet)
- func (o *UpdateJSONWebKeySetParams) SetContext(ctx context.Context)
- func (o *UpdateJSONWebKeySetParams) SetDefaults()
- func (o *UpdateJSONWebKeySetParams) SetHTTPClient(client *http.Client)
- func (o *UpdateJSONWebKeySetParams) SetSet(set string)
- func (o *UpdateJSONWebKeySetParams) SetTimeout(timeout time.Duration)
- func (o *UpdateJSONWebKeySetParams) WithBody(body *models.JSONWebKeySet) *UpdateJSONWebKeySetParams
- func (o *UpdateJSONWebKeySetParams) WithContext(ctx context.Context) *UpdateJSONWebKeySetParams
- func (o *UpdateJSONWebKeySetParams) WithDefaults() *UpdateJSONWebKeySetParams
- func (o *UpdateJSONWebKeySetParams) WithHTTPClient(client *http.Client) *UpdateJSONWebKeySetParams
- func (o *UpdateJSONWebKeySetParams) WithSet(set string) *UpdateJSONWebKeySetParams
- func (o *UpdateJSONWebKeySetParams) WithTimeout(timeout time.Duration) *UpdateJSONWebKeySetParams
- func (o *UpdateJSONWebKeySetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateJSONWebKeySetReader
- type UpdateJSONWebKeySetUnauthorized
- type UpdateJSONWebKeyUnauthorized
- type UpdateOAuth2ClientDefault
- type UpdateOAuth2ClientLifespansDefault
- type UpdateOAuth2ClientLifespansOK
- type UpdateOAuth2ClientLifespansParams
- func NewUpdateOAuth2ClientLifespansParams() *UpdateOAuth2ClientLifespansParams
- func NewUpdateOAuth2ClientLifespansParamsWithContext(ctx context.Context) *UpdateOAuth2ClientLifespansParams
- func NewUpdateOAuth2ClientLifespansParamsWithHTTPClient(client *http.Client) *UpdateOAuth2ClientLifespansParams
- func NewUpdateOAuth2ClientLifespansParamsWithTimeout(timeout time.Duration) *UpdateOAuth2ClientLifespansParams
- func (o *UpdateOAuth2ClientLifespansParams) SetBody(body *models.UpdateOAuth2ClientLifespans)
- func (o *UpdateOAuth2ClientLifespansParams) SetContext(ctx context.Context)
- func (o *UpdateOAuth2ClientLifespansParams) SetDefaults()
- func (o *UpdateOAuth2ClientLifespansParams) SetHTTPClient(client *http.Client)
- func (o *UpdateOAuth2ClientLifespansParams) SetID(id string)
- func (o *UpdateOAuth2ClientLifespansParams) SetTimeout(timeout time.Duration)
- func (o *UpdateOAuth2ClientLifespansParams) WithBody(body *models.UpdateOAuth2ClientLifespans) *UpdateOAuth2ClientLifespansParams
- func (o *UpdateOAuth2ClientLifespansParams) WithContext(ctx context.Context) *UpdateOAuth2ClientLifespansParams
- func (o *UpdateOAuth2ClientLifespansParams) WithDefaults() *UpdateOAuth2ClientLifespansParams
- func (o *UpdateOAuth2ClientLifespansParams) WithHTTPClient(client *http.Client) *UpdateOAuth2ClientLifespansParams
- func (o *UpdateOAuth2ClientLifespansParams) WithID(id string) *UpdateOAuth2ClientLifespansParams
- func (o *UpdateOAuth2ClientLifespansParams) WithTimeout(timeout time.Duration) *UpdateOAuth2ClientLifespansParams
- func (o *UpdateOAuth2ClientLifespansParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateOAuth2ClientLifespansReader
- type UpdateOAuth2ClientOK
- type UpdateOAuth2ClientParams
- func NewUpdateOAuth2ClientParams() *UpdateOAuth2ClientParams
- func NewUpdateOAuth2ClientParamsWithContext(ctx context.Context) *UpdateOAuth2ClientParams
- func NewUpdateOAuth2ClientParamsWithHTTPClient(client *http.Client) *UpdateOAuth2ClientParams
- func NewUpdateOAuth2ClientParamsWithTimeout(timeout time.Duration) *UpdateOAuth2ClientParams
- func (o *UpdateOAuth2ClientParams) SetBody(body *models.OAuth2Client)
- func (o *UpdateOAuth2ClientParams) SetContext(ctx context.Context)
- func (o *UpdateOAuth2ClientParams) SetDefaults()
- func (o *UpdateOAuth2ClientParams) SetHTTPClient(client *http.Client)
- func (o *UpdateOAuth2ClientParams) SetID(id string)
- func (o *UpdateOAuth2ClientParams) SetTimeout(timeout time.Duration)
- func (o *UpdateOAuth2ClientParams) WithBody(body *models.OAuth2Client) *UpdateOAuth2ClientParams
- func (o *UpdateOAuth2ClientParams) WithContext(ctx context.Context) *UpdateOAuth2ClientParams
- func (o *UpdateOAuth2ClientParams) WithDefaults() *UpdateOAuth2ClientParams
- func (o *UpdateOAuth2ClientParams) WithHTTPClient(client *http.Client) *UpdateOAuth2ClientParams
- func (o *UpdateOAuth2ClientParams) WithID(id string) *UpdateOAuth2ClientParams
- func (o *UpdateOAuth2ClientParams) WithTimeout(timeout time.Duration) *UpdateOAuth2ClientParams
- func (o *UpdateOAuth2ClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateOAuth2ClientReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptConsentRequestInternalServerError ¶
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 (o *AcceptConsentRequestInternalServerError) Error() string
func (*AcceptConsentRequestInternalServerError) GetPayload ¶
func (o *AcceptConsentRequestInternalServerError) GetPayload() *models.JSONError
type AcceptConsentRequestNotFound ¶
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 (o *AcceptConsentRequestNotFound) Error() string
func (*AcceptConsentRequestNotFound) GetPayload ¶
func (o *AcceptConsentRequestNotFound) GetPayload() *models.JSONError
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 ¶
func (o *AcceptConsentRequestOK) GetPayload() *models.CompletedRequest
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 ¶
func (o *AcceptConsentRequestParams) SetBody(body *models.AcceptConsentRequest)
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 ¶
func (o *AcceptConsentRequestParams) WithBody(body *models.AcceptConsentRequest) *AcceptConsentRequestParams
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 ¶
func (o *AcceptConsentRequestParams) WithContext(ctx context.Context) *AcceptConsentRequestParams
WithContext adds the context to the accept consent request params
func (*AcceptConsentRequestParams) WithDefaults ¶ added in v1.10.0
func (o *AcceptConsentRequestParams) WithDefaults() *AcceptConsentRequestParams
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 ¶
func (o *AcceptConsentRequestParams) WithHTTPClient(client *http.Client) *AcceptConsentRequestParams
WithHTTPClient adds the HTTPClient to the accept consent request params
func (*AcceptConsentRequestParams) WithTimeout ¶
func (o *AcceptConsentRequestParams) WithTimeout(timeout time.Duration) *AcceptConsentRequestParams
WithTimeout adds the timeout to the accept consent request params
func (*AcceptConsentRequestParams) WriteToRequest ¶
func (o *AcceptConsentRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
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 (o *AcceptLoginRequestBadRequest) Error() string
func (*AcceptLoginRequestBadRequest) GetPayload ¶ added in v1.9.0
func (o *AcceptLoginRequestBadRequest) GetPayload() *models.JSONError
type AcceptLoginRequestInternalServerError ¶
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 (o *AcceptLoginRequestInternalServerError) Error() string
func (*AcceptLoginRequestInternalServerError) GetPayload ¶
func (o *AcceptLoginRequestInternalServerError) GetPayload() *models.JSONError
type AcceptLoginRequestNotFound ¶
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 (o *AcceptLoginRequestNotFound) Error() string
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 ¶
func (o *AcceptLoginRequestParams) SetBody(body *models.AcceptLoginRequest)
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 ¶
func (o *AcceptLoginRequestParams) WithBody(body *models.AcceptLoginRequest) *AcceptLoginRequestParams
WithBody adds the body to the accept login request params
func (*AcceptLoginRequestParams) WithContext ¶
func (o *AcceptLoginRequestParams) WithContext(ctx context.Context) *AcceptLoginRequestParams
WithContext adds the context to the accept login request params
func (*AcceptLoginRequestParams) WithDefaults ¶ added in v1.10.0
func (o *AcceptLoginRequestParams) WithDefaults() *AcceptLoginRequestParams
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 ¶
func (o *AcceptLoginRequestParams) WithTimeout(timeout time.Duration) *AcceptLoginRequestParams
WithTimeout adds the timeout to the accept login request params
func (*AcceptLoginRequestParams) WriteToRequest ¶
func (o *AcceptLoginRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *AcceptLoginRequestUnauthorized) Error() string
func (*AcceptLoginRequestUnauthorized) GetPayload ¶
func (o *AcceptLoginRequestUnauthorized) GetPayload() *models.JSONError
type AcceptLogoutRequestInternalServerError ¶
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 (o *AcceptLogoutRequestInternalServerError) Error() string
func (*AcceptLogoutRequestInternalServerError) GetPayload ¶
func (o *AcceptLogoutRequestInternalServerError) GetPayload() *models.JSONError
type AcceptLogoutRequestNotFound ¶
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 (o *AcceptLogoutRequestNotFound) Error() string
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 ¶
func (o *AcceptLogoutRequestOK) GetPayload() *models.CompletedRequest
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 ¶
func (o *AcceptLogoutRequestParams) WithContext(ctx context.Context) *AcceptLogoutRequestParams
WithContext adds the context to the accept logout request params
func (*AcceptLogoutRequestParams) WithDefaults ¶ added in v1.10.0
func (o *AcceptLogoutRequestParams) WithDefaults() *AcceptLogoutRequestParams
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 ¶
func (o *AcceptLogoutRequestParams) WithTimeout(timeout time.Duration) *AcceptLogoutRequestParams
WithTimeout adds the timeout to the accept logout request params
func (*AcceptLogoutRequestParams) WriteToRequest ¶
func (o *AcceptLogoutRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *CreateJSONWebKeySetCreated) Error() string
func (*CreateJSONWebKeySetCreated) GetPayload ¶
func (o *CreateJSONWebKeySetCreated) GetPayload() *models.JSONWebKeySet
type CreateJSONWebKeySetForbidden ¶
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 (o *CreateJSONWebKeySetForbidden) Error() string
func (*CreateJSONWebKeySetForbidden) GetPayload ¶
func (o *CreateJSONWebKeySetForbidden) GetPayload() *models.JSONError
type CreateJSONWebKeySetInternalServerError ¶
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 (o *CreateJSONWebKeySetInternalServerError) Error() string
func (*CreateJSONWebKeySetInternalServerError) GetPayload ¶
func (o *CreateJSONWebKeySetInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *CreateJSONWebKeySetParams) SetBody(body *models.JSONWebKeySetGeneratorRequest)
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 ¶
func (o *CreateJSONWebKeySetParams) WithBody(body *models.JSONWebKeySetGeneratorRequest) *CreateJSONWebKeySetParams
WithBody adds the body to the create Json web key set params
func (*CreateJSONWebKeySetParams) WithContext ¶
func (o *CreateJSONWebKeySetParams) WithContext(ctx context.Context) *CreateJSONWebKeySetParams
WithContext adds the context to the create Json web key set params
func (*CreateJSONWebKeySetParams) WithDefaults ¶ added in v1.10.0
func (o *CreateJSONWebKeySetParams) WithDefaults() *CreateJSONWebKeySetParams
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 ¶
func (o *CreateJSONWebKeySetParams) WithSet(set string) *CreateJSONWebKeySetParams
WithSet adds the set to the create Json web key set params
func (*CreateJSONWebKeySetParams) WithTimeout ¶
func (o *CreateJSONWebKeySetParams) WithTimeout(timeout time.Duration) *CreateJSONWebKeySetParams
WithTimeout adds the timeout to the create Json web key set params
func (*CreateJSONWebKeySetParams) WriteToRequest ¶
func (o *CreateJSONWebKeySetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *CreateJSONWebKeySetUnauthorized) Error() string
func (*CreateJSONWebKeySetUnauthorized) GetPayload ¶
func (o *CreateJSONWebKeySetUnauthorized) GetPayload() *models.JSONError
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 ¶
func (o *CreateOAuth2ClientCreated) GetPayload() *models.OAuth2Client
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 ¶
func (o *CreateOAuth2ClientParams) WithBody(body *models.OAuth2Client) *CreateOAuth2ClientParams
WithBody adds the body to the create o auth2 client params
func (*CreateOAuth2ClientParams) WithContext ¶
func (o *CreateOAuth2ClientParams) WithContext(ctx context.Context) *CreateOAuth2ClientParams
WithContext adds the context to the create o auth2 client params
func (*CreateOAuth2ClientParams) WithDefaults ¶ added in v1.10.0
func (o *CreateOAuth2ClientParams) WithDefaults() *CreateOAuth2ClientParams
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 ¶
func (o *CreateOAuth2ClientParams) WithTimeout(timeout time.Duration) *CreateOAuth2ClientParams
WithTimeout adds the timeout to the create o auth2 client params
func (*CreateOAuth2ClientParams) WriteToRequest ¶
func (o *CreateOAuth2ClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
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 (o *DeleteJSONWebKeyInternalServerError) Error() string
func (*DeleteJSONWebKeyInternalServerError) GetPayload ¶
func (o *DeleteJSONWebKeyInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *DeleteJSONWebKeyParams) WithContext(ctx context.Context) *DeleteJSONWebKeyParams
WithContext adds the context to the delete Json web key params
func (*DeleteJSONWebKeyParams) WithDefaults ¶ added in v1.10.0
func (o *DeleteJSONWebKeyParams) WithDefaults() *DeleteJSONWebKeyParams
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 ¶
func (o *DeleteJSONWebKeyParams) WithKid(kid string) *DeleteJSONWebKeyParams
WithKid adds the kid to the delete Json web key params
func (*DeleteJSONWebKeyParams) WithSet ¶
func (o *DeleteJSONWebKeyParams) WithSet(set string) *DeleteJSONWebKeyParams
WithSet adds the set to the delete Json web key params
func (*DeleteJSONWebKeyParams) WithTimeout ¶
func (o *DeleteJSONWebKeyParams) WithTimeout(timeout time.Duration) *DeleteJSONWebKeyParams
WithTimeout adds the timeout to the delete Json web key params
func (*DeleteJSONWebKeyParams) WriteToRequest ¶
func (o *DeleteJSONWebKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *DeleteJSONWebKeySetForbidden) Error() string
func (*DeleteJSONWebKeySetForbidden) GetPayload ¶
func (o *DeleteJSONWebKeySetForbidden) GetPayload() *models.JSONError
type DeleteJSONWebKeySetInternalServerError ¶
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 (o *DeleteJSONWebKeySetInternalServerError) Error() string
func (*DeleteJSONWebKeySetInternalServerError) GetPayload ¶
func (o *DeleteJSONWebKeySetInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *DeleteJSONWebKeySetNoContent) Error() string
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 ¶
func (o *DeleteJSONWebKeySetParams) WithContext(ctx context.Context) *DeleteJSONWebKeySetParams
WithContext adds the context to the delete Json web key set params
func (*DeleteJSONWebKeySetParams) WithDefaults ¶ added in v1.10.0
func (o *DeleteJSONWebKeySetParams) WithDefaults() *DeleteJSONWebKeySetParams
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 ¶
func (o *DeleteJSONWebKeySetParams) WithSet(set string) *DeleteJSONWebKeySetParams
WithSet adds the set to the delete Json web key set params
func (*DeleteJSONWebKeySetParams) WithTimeout ¶
func (o *DeleteJSONWebKeySetParams) WithTimeout(timeout time.Duration) *DeleteJSONWebKeySetParams
WithTimeout adds the timeout to the delete Json web key set params
func (*DeleteJSONWebKeySetParams) WriteToRequest ¶
func (o *DeleteJSONWebKeySetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *DeleteJSONWebKeySetUnauthorized) Error() string
func (*DeleteJSONWebKeySetUnauthorized) GetPayload ¶
func (o *DeleteJSONWebKeySetUnauthorized) GetPayload() *models.JSONError
type DeleteJSONWebKeyUnauthorized ¶
type DeleteJSONWebKeyUnauthorized struct {
}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 (o *DeleteJSONWebKeyUnauthorized) Error() string
func (*DeleteJSONWebKeyUnauthorized) GetPayload ¶
func (o *DeleteJSONWebKeyUnauthorized) GetPayload() *models.JSONError
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 ¶
func (o *DeleteOAuth2ClientNoContent) Error() string
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 ¶
func (o *DeleteOAuth2ClientParams) WithContext(ctx context.Context) *DeleteOAuth2ClientParams
WithContext adds the context to the delete o auth2 client params
func (*DeleteOAuth2ClientParams) WithDefaults ¶ added in v1.10.0
func (o *DeleteOAuth2ClientParams) WithDefaults() *DeleteOAuth2ClientParams
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 ¶
func (o *DeleteOAuth2ClientParams) WithID(id string) *DeleteOAuth2ClientParams
WithID adds the id to the delete o auth2 client params
func (*DeleteOAuth2ClientParams) WithTimeout ¶
func (o *DeleteOAuth2ClientParams) WithTimeout(timeout time.Duration) *DeleteOAuth2ClientParams
WithTimeout adds the timeout to the delete o auth2 client params
func (*DeleteOAuth2ClientParams) WriteToRequest ¶
func (o *DeleteOAuth2ClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
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 (o *DeleteOAuth2TokenInternalServerError) Error() string
func (*DeleteOAuth2TokenInternalServerError) GetPayload ¶ added in v1.8.0
func (o *DeleteOAuth2TokenInternalServerError) GetPayload() *models.JSONError
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
func (o *DeleteOAuth2TokenNoContent) Error() string
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
func (o *DeleteOAuth2TokenParams) WithContext(ctx context.Context) *DeleteOAuth2TokenParams
WithContext adds the context to the delete o auth2 token params
func (*DeleteOAuth2TokenParams) WithDefaults ¶ added in v1.10.0
func (o *DeleteOAuth2TokenParams) WithDefaults() *DeleteOAuth2TokenParams
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
func (o *DeleteOAuth2TokenParams) WithTimeout(timeout time.Duration) *DeleteOAuth2TokenParams
WithTimeout adds the timeout to the delete o auth2 token params
func (*DeleteOAuth2TokenParams) WriteToRequest ¶ added in v1.8.0
func (o *DeleteOAuth2TokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *DeleteOAuth2TokenUnauthorized) Error() string
func (*DeleteOAuth2TokenUnauthorized) GetPayload ¶ added in v1.8.0
func (o *DeleteOAuth2TokenUnauthorized) GetPayload() *models.JSONError
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 (o *DeleteTrustedJwtGrantIssuerInternalServerError) Error() string
func (*DeleteTrustedJwtGrantIssuerInternalServerError) GetPayload ¶ added in v1.11.0
func (o *DeleteTrustedJwtGrantIssuerInternalServerError) GetPayload() *models.GenericError
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
func (o *DeleteTrustedJwtGrantIssuerNoContent) Error() string
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 (o *DeleteTrustedJwtGrantIssuerNotFound) Error() string
func (*DeleteTrustedJwtGrantIssuerNotFound) GetPayload ¶ added in v1.11.0
func (o *DeleteTrustedJwtGrantIssuerNotFound) GetPayload() *models.GenericError
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
func (o *DeleteTrustedJwtGrantIssuerParams) SetContext(ctx context.Context)
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
func (o *DeleteTrustedJwtGrantIssuerParams) SetID(id string)
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
func (o *DeleteTrustedJwtGrantIssuerParams) WithContext(ctx context.Context) *DeleteTrustedJwtGrantIssuerParams
WithContext adds the context to the delete trusted jwt grant issuer params
func (*DeleteTrustedJwtGrantIssuerParams) WithDefaults ¶ added in v1.11.1
func (o *DeleteTrustedJwtGrantIssuerParams) WithDefaults() *DeleteTrustedJwtGrantIssuerParams
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
func (o *DeleteTrustedJwtGrantIssuerParams) WithHTTPClient(client *http.Client) *DeleteTrustedJwtGrantIssuerParams
WithHTTPClient adds the HTTPClient to the delete trusted jwt grant issuer params
func (*DeleteTrustedJwtGrantIssuerParams) WithID ¶ added in v1.11.0
func (o *DeleteTrustedJwtGrantIssuerParams) WithID(id string) *DeleteTrustedJwtGrantIssuerParams
WithID adds the id to the delete trusted jwt grant issuer params
func (*DeleteTrustedJwtGrantIssuerParams) WithTimeout ¶ added in v1.11.0
func (o *DeleteTrustedJwtGrantIssuerParams) WithTimeout(timeout time.Duration) *DeleteTrustedJwtGrantIssuerParams
WithTimeout adds the timeout to the delete trusted jwt grant issuer params
func (*DeleteTrustedJwtGrantIssuerParams) WriteToRequest ¶ added in v1.11.0
func (o *DeleteTrustedJwtGrantIssuerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *FlushInactiveOAuth2TokensInternalServerError) Error() string
func (*FlushInactiveOAuth2TokensInternalServerError) GetPayload ¶
func (o *FlushInactiveOAuth2TokensInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *FlushInactiveOAuth2TokensNoContent) Error() string
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 ¶
func (o *FlushInactiveOAuth2TokensParams) SetBody(body *models.FlushInactiveOAuth2TokensRequest)
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 ¶
func (o *FlushInactiveOAuth2TokensParams) WithBody(body *models.FlushInactiveOAuth2TokensRequest) *FlushInactiveOAuth2TokensParams
WithBody adds the body to the flush inactive o auth2 tokens params
func (*FlushInactiveOAuth2TokensParams) WithContext ¶
func (o *FlushInactiveOAuth2TokensParams) WithContext(ctx context.Context) *FlushInactiveOAuth2TokensParams
WithContext adds the context to the flush inactive o auth2 tokens params
func (*FlushInactiveOAuth2TokensParams) WithDefaults ¶ added in v1.10.0
func (o *FlushInactiveOAuth2TokensParams) WithDefaults() *FlushInactiveOAuth2TokensParams
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 ¶
func (o *FlushInactiveOAuth2TokensParams) WithHTTPClient(client *http.Client) *FlushInactiveOAuth2TokensParams
WithHTTPClient adds the HTTPClient to the flush inactive o auth2 tokens params
func (*FlushInactiveOAuth2TokensParams) WithTimeout ¶
func (o *FlushInactiveOAuth2TokensParams) WithTimeout(timeout time.Duration) *FlushInactiveOAuth2TokensParams
WithTimeout adds the timeout to the flush inactive o auth2 tokens params
func (*FlushInactiveOAuth2TokensParams) WriteToRequest ¶
func (o *FlushInactiveOAuth2TokensParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *FlushInactiveOAuth2TokensUnauthorized) Error() string
func (*FlushInactiveOAuth2TokensUnauthorized) GetPayload ¶
func (o *FlushInactiveOAuth2TokensUnauthorized) GetPayload() *models.JSONError
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
func (o *GetConsentRequestGone) GetPayload() *models.RequestWasHandledResponse
type GetConsentRequestInternalServerError ¶
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 (o *GetConsentRequestInternalServerError) Error() string
func (*GetConsentRequestInternalServerError) GetPayload ¶
func (o *GetConsentRequestInternalServerError) GetPayload() *models.JSONError
type GetConsentRequestNotFound ¶
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 ¶
func (o *GetConsentRequestParams) WithContext(ctx context.Context) *GetConsentRequestParams
WithContext adds the context to the get consent request params
func (*GetConsentRequestParams) WithDefaults ¶ added in v1.10.0
func (o *GetConsentRequestParams) WithDefaults() *GetConsentRequestParams
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 ¶
func (o *GetConsentRequestParams) WithTimeout(timeout time.Duration) *GetConsentRequestParams
WithTimeout adds the timeout to the get consent request params
func (*GetConsentRequestParams) WriteToRequest ¶
func (o *GetConsentRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetJSONWebKeyInternalServerError) Error() string
func (*GetJSONWebKeyInternalServerError) GetPayload ¶
func (o *GetJSONWebKeyInternalServerError) GetPayload() *models.JSONError
type GetJSONWebKeyNotFound ¶
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 ¶
func (o *GetJSONWebKeyParams) WithContext(ctx context.Context) *GetJSONWebKeyParams
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 ¶
func (o *GetJSONWebKeyParams) WithKid(kid string) *GetJSONWebKeyParams
WithKid adds the kid to the get Json web key params
func (*GetJSONWebKeyParams) WithSet ¶
func (o *GetJSONWebKeyParams) WithSet(set string) *GetJSONWebKeyParams
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 ¶
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 ¶
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 (o *GetJSONWebKeySetInternalServerError) Error() string
func (*GetJSONWebKeySetInternalServerError) GetPayload ¶
func (o *GetJSONWebKeySetInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *GetJSONWebKeySetParams) WithContext(ctx context.Context) *GetJSONWebKeySetParams
WithContext adds the context to the get Json web key set params
func (*GetJSONWebKeySetParams) WithDefaults ¶ added in v1.10.0
func (o *GetJSONWebKeySetParams) WithDefaults() *GetJSONWebKeySetParams
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 ¶
func (o *GetJSONWebKeySetParams) WithSet(set string) *GetJSONWebKeySetParams
WithSet adds the set to the get Json web key set params
func (*GetJSONWebKeySetParams) WithTimeout ¶
func (o *GetJSONWebKeySetParams) WithTimeout(timeout time.Duration) *GetJSONWebKeySetParams
WithTimeout adds the timeout to the get Json web key set params
func (*GetJSONWebKeySetParams) WriteToRequest ¶
func (o *GetJSONWebKeySetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *GetJSONWebKeySetUnauthorized) Error() string
func (*GetJSONWebKeySetUnauthorized) GetPayload ¶
func (o *GetJSONWebKeySetUnauthorized) GetPayload() *models.JSONError
type GetLoginRequestBadRequest ¶
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
func (o *GetLoginRequestGone) GetPayload() *models.RequestWasHandledResponse
type GetLoginRequestInternalServerError ¶
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 (o *GetLoginRequestInternalServerError) Error() string
func (*GetLoginRequestInternalServerError) GetPayload ¶
func (o *GetLoginRequestInternalServerError) GetPayload() *models.JSONError
type GetLoginRequestNotFound ¶
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 ¶
func (o *GetLoginRequestParams) WithContext(ctx context.Context) *GetLoginRequestParams
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
func (o *GetLogoutRequestGone) GetPayload() *models.RequestWasHandledResponse
type GetLogoutRequestInternalServerError ¶
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 (o *GetLogoutRequestInternalServerError) Error() string
func (*GetLogoutRequestInternalServerError) GetPayload ¶
func (o *GetLogoutRequestInternalServerError) GetPayload() *models.JSONError
type GetLogoutRequestNotFound ¶
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 ¶
func (o *GetLogoutRequestParams) WithContext(ctx context.Context) *GetLogoutRequestParams
WithContext adds the context to the get logout request params
func (*GetLogoutRequestParams) WithDefaults ¶ added in v1.10.0
func (o *GetLogoutRequestParams) WithDefaults() *GetLogoutRequestParams
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 ¶
func (o *GetLogoutRequestParams) WithTimeout(timeout time.Duration) *GetLogoutRequestParams
WithTimeout adds the timeout to the get logout request params
func (*GetLogoutRequestParams) WriteToRequest ¶
func (o *GetLogoutRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetOAuth2ClientParams) WithContext(ctx context.Context) *GetOAuth2ClientParams
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 ¶
func (o *GetOAuth2ClientParams) WithID(id string) *GetOAuth2ClientParams
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 (o *GetTrustedJwtGrantIssuerInternalServerError) Error() string
func (*GetTrustedJwtGrantIssuerInternalServerError) GetPayload ¶ added in v1.11.0
func (o *GetTrustedJwtGrantIssuerInternalServerError) GetPayload() *models.GenericError
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 (o *GetTrustedJwtGrantIssuerNotFound) Error() string
func (*GetTrustedJwtGrantIssuerNotFound) GetPayload ¶ added in v1.11.0
func (o *GetTrustedJwtGrantIssuerNotFound) GetPayload() *models.GenericError
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 (o *GetTrustedJwtGrantIssuerOK) Error() string
func (*GetTrustedJwtGrantIssuerOK) GetPayload ¶ added in v1.11.0
func (o *GetTrustedJwtGrantIssuerOK) GetPayload() *models.TrustedJwtGrantIssuer
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
func (o *GetTrustedJwtGrantIssuerParams) SetID(id string)
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
func (o *GetTrustedJwtGrantIssuerParams) WithContext(ctx context.Context) *GetTrustedJwtGrantIssuerParams
WithContext adds the context to the get trusted jwt grant issuer params
func (*GetTrustedJwtGrantIssuerParams) WithDefaults ¶ added in v1.11.1
func (o *GetTrustedJwtGrantIssuerParams) WithDefaults() *GetTrustedJwtGrantIssuerParams
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
func (o *GetTrustedJwtGrantIssuerParams) WithHTTPClient(client *http.Client) *GetTrustedJwtGrantIssuerParams
WithHTTPClient adds the HTTPClient to the get trusted jwt grant issuer params
func (*GetTrustedJwtGrantIssuerParams) WithID ¶ added in v1.11.0
func (o *GetTrustedJwtGrantIssuerParams) WithID(id string) *GetTrustedJwtGrantIssuerParams
WithID adds the id to the get trusted jwt grant issuer params
func (*GetTrustedJwtGrantIssuerParams) WithTimeout ¶ added in v1.11.0
func (o *GetTrustedJwtGrantIssuerParams) WithTimeout(timeout time.Duration) *GetTrustedJwtGrantIssuerParams
WithTimeout adds the timeout to the get trusted jwt grant issuer params
func (*GetTrustedJwtGrantIssuerParams) WriteToRequest ¶ added in v1.11.0
func (o *GetTrustedJwtGrantIssuerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
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 (o *IntrospectOAuth2TokenInternalServerError) Error() string
func (*IntrospectOAuth2TokenInternalServerError) GetPayload ¶
func (o *IntrospectOAuth2TokenInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *IntrospectOAuth2TokenOK) GetPayload() *models.OAuth2TokenIntrospection
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 ¶
func (o *IntrospectOAuth2TokenParams) WithContext(ctx context.Context) *IntrospectOAuth2TokenParams
WithContext adds the context to the introspect o auth2 token params
func (*IntrospectOAuth2TokenParams) WithDefaults ¶ added in v1.10.0
func (o *IntrospectOAuth2TokenParams) WithDefaults() *IntrospectOAuth2TokenParams
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 ¶
func (o *IntrospectOAuth2TokenParams) WithHTTPClient(client *http.Client) *IntrospectOAuth2TokenParams
WithHTTPClient adds the HTTPClient to the introspect o auth2 token params
func (*IntrospectOAuth2TokenParams) WithScope ¶
func (o *IntrospectOAuth2TokenParams) WithScope(scope *string) *IntrospectOAuth2TokenParams
WithScope adds the scope to the introspect o auth2 token params
func (*IntrospectOAuth2TokenParams) WithTimeout ¶
func (o *IntrospectOAuth2TokenParams) WithTimeout(timeout time.Duration) *IntrospectOAuth2TokenParams
WithTimeout adds the timeout to the introspect o auth2 token params
func (*IntrospectOAuth2TokenParams) WithToken ¶
func (o *IntrospectOAuth2TokenParams) WithToken(token string) *IntrospectOAuth2TokenParams
WithToken adds the token to the introspect o auth2 token params
func (*IntrospectOAuth2TokenParams) WriteToRequest ¶
func (o *IntrospectOAuth2TokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *IntrospectOAuth2TokenUnauthorized) Error() string
func (*IntrospectOAuth2TokenUnauthorized) GetPayload ¶
func (o *IntrospectOAuth2TokenUnauthorized) GetPayload() *models.JSONError
type IsInstanceAliveInternalServerError ¶
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 (o *IsInstanceAliveInternalServerError) Error() string
func (*IsInstanceAliveInternalServerError) GetPayload ¶
func (o *IsInstanceAliveInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *IsInstanceAliveParams) WithContext(ctx context.Context) *IsInstanceAliveParams
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 ¶
func (o *ListOAuth2ClientsParams) WithContext(ctx context.Context) *ListOAuth2ClientsParams
WithContext adds the context to the list o auth2 clients params
func (*ListOAuth2ClientsParams) WithDefaults ¶ added in v1.10.0
func (o *ListOAuth2ClientsParams) WithDefaults() *ListOAuth2ClientsParams
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 ¶
func (o *ListOAuth2ClientsParams) WithLimit(limit *int64) *ListOAuth2ClientsParams
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
func (o *ListOAuth2ClientsParams) WithOwner(owner *string) *ListOAuth2ClientsParams
WithOwner adds the owner to the list o auth2 clients params
func (*ListOAuth2ClientsParams) WithTimeout ¶
func (o *ListOAuth2ClientsParams) WithTimeout(timeout time.Duration) *ListOAuth2ClientsParams
WithTimeout adds the timeout to the list o auth2 clients params
func (*ListOAuth2ClientsParams) WriteToRequest ¶
func (o *ListOAuth2ClientsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *ListSubjectConsentSessionsBadRequest) Error() string
func (*ListSubjectConsentSessionsBadRequest) GetPayload ¶
func (o *ListSubjectConsentSessionsBadRequest) GetPayload() *models.JSONError
type ListSubjectConsentSessionsInternalServerError ¶
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 (o *ListSubjectConsentSessionsInternalServerError) Error() string
func (*ListSubjectConsentSessionsInternalServerError) GetPayload ¶
func (o *ListSubjectConsentSessionsInternalServerError) GetPayload() *models.JSONError
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 (o *ListSubjectConsentSessionsOK) Error() string
func (*ListSubjectConsentSessionsOK) GetPayload ¶
func (o *ListSubjectConsentSessionsOK) GetPayload() []*models.PreviousConsentSession
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 ¶
func (o *ListSubjectConsentSessionsParams) SetContext(ctx context.Context)
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 ¶
func (o *ListSubjectConsentSessionsParams) WithContext(ctx context.Context) *ListSubjectConsentSessionsParams
WithContext adds the context to the list subject consent sessions params
func (*ListSubjectConsentSessionsParams) WithDefaults ¶ added in v1.10.0
func (o *ListSubjectConsentSessionsParams) WithDefaults() *ListSubjectConsentSessionsParams
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 ¶
func (o *ListSubjectConsentSessionsParams) WithHTTPClient(client *http.Client) *ListSubjectConsentSessionsParams
WithHTTPClient adds the HTTPClient to the list subject consent sessions params
func (*ListSubjectConsentSessionsParams) WithLimit ¶ added in v1.11.8
func (o *ListSubjectConsentSessionsParams) WithLimit(limit *int64) *ListSubjectConsentSessionsParams
WithLimit adds the limit to the list subject consent sessions params
func (*ListSubjectConsentSessionsParams) WithOffset ¶ added in v1.11.8
func (o *ListSubjectConsentSessionsParams) WithOffset(offset *int64) *ListSubjectConsentSessionsParams
WithOffset adds the offset to the list subject consent sessions params
func (*ListSubjectConsentSessionsParams) WithSubject ¶
func (o *ListSubjectConsentSessionsParams) WithSubject(subject string) *ListSubjectConsentSessionsParams
WithSubject adds the subject to the list subject consent sessions params
func (*ListSubjectConsentSessionsParams) WithTimeout ¶
func (o *ListSubjectConsentSessionsParams) WithTimeout(timeout time.Duration) *ListSubjectConsentSessionsParams
WithTimeout adds the timeout to the list subject consent sessions params
func (*ListSubjectConsentSessionsParams) WriteToRequest ¶
func (o *ListSubjectConsentSessionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ListTrustedJwtGrantIssuersInternalServerError) Error() string
func (*ListTrustedJwtGrantIssuersInternalServerError) GetPayload ¶ added in v1.11.0
func (o *ListTrustedJwtGrantIssuersInternalServerError) GetPayload() *models.GenericError
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 (o *ListTrustedJwtGrantIssuersOK) Error() string
func (*ListTrustedJwtGrantIssuersOK) GetPayload ¶ added in v1.11.0
func (o *ListTrustedJwtGrantIssuersOK) GetPayload() models.TrustedJwtGrantIssuers
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
func (o *ListTrustedJwtGrantIssuersParams) SetContext(ctx context.Context)
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
func (o *ListTrustedJwtGrantIssuersParams) WithContext(ctx context.Context) *ListTrustedJwtGrantIssuersParams
WithContext adds the context to the list trusted jwt grant issuers params
func (*ListTrustedJwtGrantIssuersParams) WithDefaults ¶ added in v1.11.1
func (o *ListTrustedJwtGrantIssuersParams) WithDefaults() *ListTrustedJwtGrantIssuersParams
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
func (o *ListTrustedJwtGrantIssuersParams) WithHTTPClient(client *http.Client) *ListTrustedJwtGrantIssuersParams
WithHTTPClient adds the HTTPClient to the list trusted jwt grant issuers params
func (*ListTrustedJwtGrantIssuersParams) WithIssuer ¶ added in v1.11.0
func (o *ListTrustedJwtGrantIssuersParams) WithIssuer(issuer *string) *ListTrustedJwtGrantIssuersParams
WithIssuer adds the issuer to the list trusted jwt grant issuers params
func (*ListTrustedJwtGrantIssuersParams) WithLimit ¶ added in v1.11.0
func (o *ListTrustedJwtGrantIssuersParams) WithLimit(limit *int64) *ListTrustedJwtGrantIssuersParams
WithLimit adds the limit to the list trusted jwt grant issuers params
func (*ListTrustedJwtGrantIssuersParams) WithOffset ¶ added in v1.11.0
func (o *ListTrustedJwtGrantIssuersParams) WithOffset(offset *int64) *ListTrustedJwtGrantIssuersParams
WithOffset adds the offset to the list trusted jwt grant issuers params
func (*ListTrustedJwtGrantIssuersParams) WithTimeout ¶ added in v1.11.0
func (o *ListTrustedJwtGrantIssuersParams) WithTimeout(timeout time.Duration) *ListTrustedJwtGrantIssuersParams
WithTimeout adds the timeout to the list trusted jwt grant issuers params
func (*ListTrustedJwtGrantIssuersParams) WriteToRequest ¶ added in v1.11.0
func (o *ListTrustedJwtGrantIssuersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *PatchOAuth2ClientParams) WithBody(body models.PatchRequest) *PatchOAuth2ClientParams
WithBody adds the body to the patch o auth2 client params
func (*PatchOAuth2ClientParams) WithContext ¶ added in v1.10.2
func (o *PatchOAuth2ClientParams) WithContext(ctx context.Context) *PatchOAuth2ClientParams
WithContext adds the context to the patch o auth2 client params
func (*PatchOAuth2ClientParams) WithDefaults ¶ added in v1.10.2
func (o *PatchOAuth2ClientParams) WithDefaults() *PatchOAuth2ClientParams
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
func (o *PatchOAuth2ClientParams) WithID(id string) *PatchOAuth2ClientParams
WithID adds the id to the patch o auth2 client params
func (*PatchOAuth2ClientParams) WithTimeout ¶ added in v1.10.2
func (o *PatchOAuth2ClientParams) WithTimeout(timeout time.Duration) *PatchOAuth2ClientParams
WithTimeout adds the timeout to the patch o auth2 client params
func (*PatchOAuth2ClientParams) WriteToRequest ¶ added in v1.10.2
func (o *PatchOAuth2ClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *RejectConsentRequestInternalServerError) Error() string
func (*RejectConsentRequestInternalServerError) GetPayload ¶
func (o *RejectConsentRequestInternalServerError) GetPayload() *models.JSONError
type RejectConsentRequestNotFound ¶
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 (o *RejectConsentRequestNotFound) Error() string
func (*RejectConsentRequestNotFound) GetPayload ¶
func (o *RejectConsentRequestNotFound) GetPayload() *models.JSONError
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 ¶
func (o *RejectConsentRequestOK) GetPayload() *models.CompletedRequest
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 ¶
func (o *RejectConsentRequestParams) SetBody(body *models.RejectRequest)
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 ¶
func (o *RejectConsentRequestParams) WithBody(body *models.RejectRequest) *RejectConsentRequestParams
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 ¶
func (o *RejectConsentRequestParams) WithContext(ctx context.Context) *RejectConsentRequestParams
WithContext adds the context to the reject consent request params
func (*RejectConsentRequestParams) WithDefaults ¶ added in v1.10.0
func (o *RejectConsentRequestParams) WithDefaults() *RejectConsentRequestParams
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 ¶
func (o *RejectConsentRequestParams) WithHTTPClient(client *http.Client) *RejectConsentRequestParams
WithHTTPClient adds the HTTPClient to the reject consent request params
func (*RejectConsentRequestParams) WithTimeout ¶
func (o *RejectConsentRequestParams) WithTimeout(timeout time.Duration) *RejectConsentRequestParams
WithTimeout adds the timeout to the reject consent request params
func (*RejectConsentRequestParams) WriteToRequest ¶
func (o *RejectConsentRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
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 (o *RejectLoginRequestBadRequest) Error() string
func (*RejectLoginRequestBadRequest) GetPayload ¶ added in v1.9.0
func (o *RejectLoginRequestBadRequest) GetPayload() *models.JSONError
type RejectLoginRequestInternalServerError ¶
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 (o *RejectLoginRequestInternalServerError) Error() string
func (*RejectLoginRequestInternalServerError) GetPayload ¶
func (o *RejectLoginRequestInternalServerError) GetPayload() *models.JSONError
type RejectLoginRequestNotFound ¶
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 (o *RejectLoginRequestNotFound) Error() string
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 ¶
func (o *RejectLoginRequestParams) WithBody(body *models.RejectRequest) *RejectLoginRequestParams
WithBody adds the body to the reject login request params
func (*RejectLoginRequestParams) WithContext ¶
func (o *RejectLoginRequestParams) WithContext(ctx context.Context) *RejectLoginRequestParams
WithContext adds the context to the reject login request params
func (*RejectLoginRequestParams) WithDefaults ¶ added in v1.10.0
func (o *RejectLoginRequestParams) WithDefaults() *RejectLoginRequestParams
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 ¶
func (o *RejectLoginRequestParams) WithTimeout(timeout time.Duration) *RejectLoginRequestParams
WithTimeout adds the timeout to the reject login request params
func (*RejectLoginRequestParams) WriteToRequest ¶
func (o *RejectLoginRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *RejectLoginRequestUnauthorized) Error() string
func (*RejectLoginRequestUnauthorized) GetPayload ¶
func (o *RejectLoginRequestUnauthorized) GetPayload() *models.JSONError
type RejectLogoutRequestInternalServerError ¶
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 (o *RejectLogoutRequestInternalServerError) Error() string
func (*RejectLogoutRequestInternalServerError) GetPayload ¶
func (o *RejectLogoutRequestInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *RejectLogoutRequestNoContent) Error() string
type RejectLogoutRequestNotFound ¶
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 (o *RejectLogoutRequestNotFound) Error() string
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 ¶
func (o *RejectLogoutRequestParams) SetBody(body *models.RejectRequest)
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 ¶
func (o *RejectLogoutRequestParams) WithBody(body *models.RejectRequest) *RejectLogoutRequestParams
WithBody adds the body to the reject logout request params
func (*RejectLogoutRequestParams) WithContext ¶
func (o *RejectLogoutRequestParams) WithContext(ctx context.Context) *RejectLogoutRequestParams
WithContext adds the context to the reject logout request params
func (*RejectLogoutRequestParams) WithDefaults ¶ added in v1.10.0
func (o *RejectLogoutRequestParams) WithDefaults() *RejectLogoutRequestParams
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 ¶
func (o *RejectLogoutRequestParams) WithTimeout(timeout time.Duration) *RejectLogoutRequestParams
WithTimeout adds the timeout to the reject logout request params
func (*RejectLogoutRequestParams) WriteToRequest ¶
func (o *RejectLogoutRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *RevokeAuthenticationSessionBadRequest) Error() string
func (*RevokeAuthenticationSessionBadRequest) GetPayload ¶
func (o *RevokeAuthenticationSessionBadRequest) GetPayload() *models.JSONError
type RevokeAuthenticationSessionInternalServerError ¶
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 (o *RevokeAuthenticationSessionInternalServerError) Error() string
func (*RevokeAuthenticationSessionInternalServerError) GetPayload ¶
func (o *RevokeAuthenticationSessionInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *RevokeAuthenticationSessionNoContent) Error() string
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 ¶
func (o *RevokeAuthenticationSessionParams) SetContext(ctx context.Context)
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 ¶
func (o *RevokeAuthenticationSessionParams) WithContext(ctx context.Context) *RevokeAuthenticationSessionParams
WithContext adds the context to the revoke authentication session params
func (*RevokeAuthenticationSessionParams) WithDefaults ¶ added in v1.10.0
func (o *RevokeAuthenticationSessionParams) WithDefaults() *RevokeAuthenticationSessionParams
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 ¶
func (o *RevokeAuthenticationSessionParams) WithHTTPClient(client *http.Client) *RevokeAuthenticationSessionParams
WithHTTPClient adds the HTTPClient to the revoke authentication session params
func (*RevokeAuthenticationSessionParams) WithSubject ¶
func (o *RevokeAuthenticationSessionParams) WithSubject(subject string) *RevokeAuthenticationSessionParams
WithSubject adds the subject to the revoke authentication session params
func (*RevokeAuthenticationSessionParams) WithTimeout ¶
func (o *RevokeAuthenticationSessionParams) WithTimeout(timeout time.Duration) *RevokeAuthenticationSessionParams
WithTimeout adds the timeout to the revoke authentication session params
func (*RevokeAuthenticationSessionParams) WriteToRequest ¶
func (o *RevokeAuthenticationSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *RevokeConsentSessionsBadRequest) Error() string
func (*RevokeConsentSessionsBadRequest) GetPayload ¶
func (o *RevokeConsentSessionsBadRequest) GetPayload() *models.JSONError
type RevokeConsentSessionsInternalServerError ¶
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 (o *RevokeConsentSessionsInternalServerError) Error() string
func (*RevokeConsentSessionsInternalServerError) GetPayload ¶
func (o *RevokeConsentSessionsInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *RevokeConsentSessionsNoContent) Error() string
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
func (o *RevokeConsentSessionsParams) WithAll(all *bool) *RevokeConsentSessionsParams
WithAll adds the all to the revoke consent sessions params
func (*RevokeConsentSessionsParams) WithClient ¶
func (o *RevokeConsentSessionsParams) WithClient(client *string) *RevokeConsentSessionsParams
WithClient adds the client to the revoke consent sessions params
func (*RevokeConsentSessionsParams) WithContext ¶
func (o *RevokeConsentSessionsParams) WithContext(ctx context.Context) *RevokeConsentSessionsParams
WithContext adds the context to the revoke consent sessions params
func (*RevokeConsentSessionsParams) WithDefaults ¶ added in v1.10.0
func (o *RevokeConsentSessionsParams) WithDefaults() *RevokeConsentSessionsParams
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 ¶
func (o *RevokeConsentSessionsParams) WithHTTPClient(client *http.Client) *RevokeConsentSessionsParams
WithHTTPClient adds the HTTPClient to the revoke consent sessions params
func (*RevokeConsentSessionsParams) WithSubject ¶
func (o *RevokeConsentSessionsParams) WithSubject(subject string) *RevokeConsentSessionsParams
WithSubject adds the subject to the revoke consent sessions params
func (*RevokeConsentSessionsParams) WithTimeout ¶
func (o *RevokeConsentSessionsParams) WithTimeout(timeout time.Duration) *RevokeConsentSessionsParams
WithTimeout adds the timeout to the revoke consent sessions params
func (*RevokeConsentSessionsParams) WriteToRequest ¶
func (o *RevokeConsentSessionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *TrustJwtGrantIssuerBadRequest) Error() string
func (*TrustJwtGrantIssuerBadRequest) GetPayload ¶ added in v1.11.0
func (o *TrustJwtGrantIssuerBadRequest) GetPayload() *models.GenericError
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 (o *TrustJwtGrantIssuerConflict) Error() string
func (*TrustJwtGrantIssuerConflict) GetPayload ¶ added in v1.11.0
func (o *TrustJwtGrantIssuerConflict) GetPayload() *models.GenericError
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 (o *TrustJwtGrantIssuerCreated) Error() string
func (*TrustJwtGrantIssuerCreated) GetPayload ¶ added in v1.11.0
func (o *TrustJwtGrantIssuerCreated) GetPayload() *models.TrustedJwtGrantIssuer
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 (o *TrustJwtGrantIssuerInternalServerError) Error() string
func (*TrustJwtGrantIssuerInternalServerError) GetPayload ¶ added in v1.11.0
func (o *TrustJwtGrantIssuerInternalServerError) GetPayload() *models.GenericError
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
func (o *TrustJwtGrantIssuerParams) SetBody(body *models.TrustJwtGrantIssuerBody)
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
func (o *TrustJwtGrantIssuerParams) WithBody(body *models.TrustJwtGrantIssuerBody) *TrustJwtGrantIssuerParams
WithBody adds the body to the trust jwt grant issuer params
func (*TrustJwtGrantIssuerParams) WithContext ¶ added in v1.11.0
func (o *TrustJwtGrantIssuerParams) WithContext(ctx context.Context) *TrustJwtGrantIssuerParams
WithContext adds the context to the trust jwt grant issuer params
func (*TrustJwtGrantIssuerParams) WithDefaults ¶ added in v1.11.1
func (o *TrustJwtGrantIssuerParams) WithDefaults() *TrustJwtGrantIssuerParams
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
func (o *TrustJwtGrantIssuerParams) WithTimeout(timeout time.Duration) *TrustJwtGrantIssuerParams
WithTimeout adds the timeout to the trust jwt grant issuer params
func (*TrustJwtGrantIssuerParams) WriteToRequest ¶ added in v1.11.0
func (o *TrustJwtGrantIssuerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
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 (o *UpdateJSONWebKeyInternalServerError) Error() string
func (*UpdateJSONWebKeyInternalServerError) GetPayload ¶
func (o *UpdateJSONWebKeyInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *UpdateJSONWebKeyParams) WithBody(body *models.JSONWebKey) *UpdateJSONWebKeyParams
WithBody adds the body to the update Json web key params
func (*UpdateJSONWebKeyParams) WithContext ¶
func (o *UpdateJSONWebKeyParams) WithContext(ctx context.Context) *UpdateJSONWebKeyParams
WithContext adds the context to the update Json web key params
func (*UpdateJSONWebKeyParams) WithDefaults ¶ added in v1.10.0
func (o *UpdateJSONWebKeyParams) WithDefaults() *UpdateJSONWebKeyParams
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 ¶
func (o *UpdateJSONWebKeyParams) WithKid(kid string) *UpdateJSONWebKeyParams
WithKid adds the kid to the update Json web key params
func (*UpdateJSONWebKeyParams) WithSet ¶
func (o *UpdateJSONWebKeyParams) WithSet(set string) *UpdateJSONWebKeyParams
WithSet adds the set to the update Json web key params
func (*UpdateJSONWebKeyParams) WithTimeout ¶
func (o *UpdateJSONWebKeyParams) WithTimeout(timeout time.Duration) *UpdateJSONWebKeyParams
WithTimeout adds the timeout to the update Json web key params
func (*UpdateJSONWebKeyParams) WriteToRequest ¶
func (o *UpdateJSONWebKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *UpdateJSONWebKeySetForbidden) Error() string
func (*UpdateJSONWebKeySetForbidden) GetPayload ¶
func (o *UpdateJSONWebKeySetForbidden) GetPayload() *models.JSONError
type UpdateJSONWebKeySetInternalServerError ¶
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 (o *UpdateJSONWebKeySetInternalServerError) Error() string
func (*UpdateJSONWebKeySetInternalServerError) GetPayload ¶
func (o *UpdateJSONWebKeySetInternalServerError) GetPayload() *models.JSONError
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 ¶
func (o *UpdateJSONWebKeySetParams) SetBody(body *models.JSONWebKeySet)
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 ¶
func (o *UpdateJSONWebKeySetParams) WithBody(body *models.JSONWebKeySet) *UpdateJSONWebKeySetParams
WithBody adds the body to the update Json web key set params
func (*UpdateJSONWebKeySetParams) WithContext ¶
func (o *UpdateJSONWebKeySetParams) WithContext(ctx context.Context) *UpdateJSONWebKeySetParams
WithContext adds the context to the update Json web key set params
func (*UpdateJSONWebKeySetParams) WithDefaults ¶ added in v1.10.0
func (o *UpdateJSONWebKeySetParams) WithDefaults() *UpdateJSONWebKeySetParams
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 ¶
func (o *UpdateJSONWebKeySetParams) WithSet(set string) *UpdateJSONWebKeySetParams
WithSet adds the set to the update Json web key set params
func (*UpdateJSONWebKeySetParams) WithTimeout ¶
func (o *UpdateJSONWebKeySetParams) WithTimeout(timeout time.Duration) *UpdateJSONWebKeySetParams
WithTimeout adds the timeout to the update Json web key set params
func (*UpdateJSONWebKeySetParams) WriteToRequest ¶
func (o *UpdateJSONWebKeySetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *UpdateJSONWebKeySetUnauthorized) Error() string
func (*UpdateJSONWebKeySetUnauthorized) GetPayload ¶
func (o *UpdateJSONWebKeySetUnauthorized) GetPayload() *models.JSONError
type UpdateJSONWebKeyUnauthorized ¶
type UpdateJSONWebKeyUnauthorized struct {
}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 (o *UpdateJSONWebKeyUnauthorized) Error() string
func (*UpdateJSONWebKeyUnauthorized) GetPayload ¶
func (o *UpdateJSONWebKeyUnauthorized) GetPayload() *models.JSONError
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
func (o *UpdateOAuth2ClientLifespansDefault) Code() int
Code gets the status code for the update o auth2 client lifespans default response
func (*UpdateOAuth2ClientLifespansDefault) Error ¶ added in v1.11.10
func (o *UpdateOAuth2ClientLifespansDefault) Error() string
func (*UpdateOAuth2ClientLifespansDefault) GetPayload ¶ added in v1.11.10
func (o *UpdateOAuth2ClientLifespansDefault) GetPayload() *models.JSONError
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 (o *UpdateOAuth2ClientLifespansOK) Error() string
func (*UpdateOAuth2ClientLifespansOK) GetPayload ¶ added in v1.11.10
func (o *UpdateOAuth2ClientLifespansOK) GetPayload() *models.OAuth2Client
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
func (o *UpdateOAuth2ClientLifespansParams) SetBody(body *models.UpdateOAuth2ClientLifespans)
SetBody adds the body to the update o auth2 client lifespans params
func (*UpdateOAuth2ClientLifespansParams) SetContext ¶ added in v1.11.10
func (o *UpdateOAuth2ClientLifespansParams) SetContext(ctx context.Context)
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
func (o *UpdateOAuth2ClientLifespansParams) SetID(id string)
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
func (o *UpdateOAuth2ClientLifespansParams) WithBody(body *models.UpdateOAuth2ClientLifespans) *UpdateOAuth2ClientLifespansParams
WithBody adds the body to the update o auth2 client lifespans params
func (*UpdateOAuth2ClientLifespansParams) WithContext ¶ added in v1.11.10
func (o *UpdateOAuth2ClientLifespansParams) WithContext(ctx context.Context) *UpdateOAuth2ClientLifespansParams
WithContext adds the context to the update o auth2 client lifespans params
func (*UpdateOAuth2ClientLifespansParams) WithDefaults ¶ added in v1.11.10
func (o *UpdateOAuth2ClientLifespansParams) WithDefaults() *UpdateOAuth2ClientLifespansParams
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
func (o *UpdateOAuth2ClientLifespansParams) WithHTTPClient(client *http.Client) *UpdateOAuth2ClientLifespansParams
WithHTTPClient adds the HTTPClient to the update o auth2 client lifespans params
func (*UpdateOAuth2ClientLifespansParams) WithID ¶ added in v1.11.10
func (o *UpdateOAuth2ClientLifespansParams) WithID(id string) *UpdateOAuth2ClientLifespansParams
WithID adds the id to the update o auth2 client lifespans params
func (*UpdateOAuth2ClientLifespansParams) WithTimeout ¶ added in v1.11.10
func (o *UpdateOAuth2ClientLifespansParams) WithTimeout(timeout time.Duration) *UpdateOAuth2ClientLifespansParams
WithTimeout adds the timeout to the update o auth2 client lifespans params
func (*UpdateOAuth2ClientLifespansParams) WriteToRequest ¶ added in v1.11.10
func (o *UpdateOAuth2ClientLifespansParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UpdateOAuth2ClientParams) WithBody(body *models.OAuth2Client) *UpdateOAuth2ClientParams
WithBody adds the body to the update o auth2 client params
func (*UpdateOAuth2ClientParams) WithContext ¶
func (o *UpdateOAuth2ClientParams) WithContext(ctx context.Context) *UpdateOAuth2ClientParams
WithContext adds the context to the update o auth2 client params
func (*UpdateOAuth2ClientParams) WithDefaults ¶ added in v1.10.0
func (o *UpdateOAuth2ClientParams) WithDefaults() *UpdateOAuth2ClientParams
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 ¶
func (o *UpdateOAuth2ClientParams) WithID(id string) *UpdateOAuth2ClientParams
WithID adds the id to the update o auth2 client params
func (*UpdateOAuth2ClientParams) WithTimeout ¶
func (o *UpdateOAuth2ClientParams) WithTimeout(timeout time.Duration) *UpdateOAuth2ClientParams
WithTimeout adds the timeout to the update o auth2 client params
func (*UpdateOAuth2ClientParams) WriteToRequest ¶
func (o *UpdateOAuth2ClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
- accept_consent_request_parameters.go
- accept_consent_request_responses.go
- accept_login_request_parameters.go
- accept_login_request_responses.go
- accept_logout_request_parameters.go
- accept_logout_request_responses.go
- admin_client.go
- create_json_web_key_set_parameters.go
- create_json_web_key_set_responses.go
- create_o_auth2_client_parameters.go
- create_o_auth2_client_responses.go
- delete_json_web_key_parameters.go
- delete_json_web_key_responses.go
- delete_json_web_key_set_parameters.go
- delete_json_web_key_set_responses.go
- delete_o_auth2_client_parameters.go
- delete_o_auth2_client_responses.go
- delete_o_auth2_token_parameters.go
- delete_o_auth2_token_responses.go
- delete_trusted_jwt_grant_issuer_parameters.go
- delete_trusted_jwt_grant_issuer_responses.go
- flush_inactive_o_auth2_tokens_parameters.go
- flush_inactive_o_auth2_tokens_responses.go
- get_consent_request_parameters.go
- get_consent_request_responses.go
- get_json_web_key_parameters.go
- get_json_web_key_responses.go
- get_json_web_key_set_parameters.go
- get_json_web_key_set_responses.go
- get_login_request_parameters.go
- get_login_request_responses.go
- get_logout_request_parameters.go
- get_logout_request_responses.go
- get_o_auth2_client_parameters.go
- get_o_auth2_client_responses.go
- get_trusted_jwt_grant_issuer_parameters.go
- get_trusted_jwt_grant_issuer_responses.go
- get_version_parameters.go
- get_version_responses.go
- introspect_o_auth2_token_parameters.go
- introspect_o_auth2_token_responses.go
- is_instance_alive_parameters.go
- is_instance_alive_responses.go
- list_o_auth2_clients_parameters.go
- list_o_auth2_clients_responses.go
- list_subject_consent_sessions_parameters.go
- list_subject_consent_sessions_responses.go
- list_trusted_jwt_grant_issuers_parameters.go
- list_trusted_jwt_grant_issuers_responses.go
- patch_o_auth2_client_parameters.go
- patch_o_auth2_client_responses.go
- reject_consent_request_parameters.go
- reject_consent_request_responses.go
- reject_login_request_parameters.go
- reject_login_request_responses.go
- reject_logout_request_parameters.go
- reject_logout_request_responses.go
- revoke_authentication_session_parameters.go
- revoke_authentication_session_responses.go
- revoke_consent_sessions_parameters.go
- revoke_consent_sessions_responses.go
- trust_jwt_grant_issuer_parameters.go
- trust_jwt_grant_issuer_responses.go
- update_json_web_key_parameters.go
- update_json_web_key_responses.go
- update_json_web_key_set_parameters.go
- update_json_web_key_set_responses.go
- update_o_auth2_client_lifespans_parameters.go
- update_o_auth2_client_lifespans_responses.go
- update_o_auth2_client_parameters.go
- update_o_auth2_client_responses.go