Versions in this module Expand all Collapse all v0 v0.24.0 Aug 2, 2022 Changes in this version + const AuthorizationCodeConstant + const AuthorizationTokenConstant + const TokenGrantAuthorizationCodeConstant + const TokenGrantClientCredentialsConstant + const TokenGrantPasswordConstant + const TokenGrantRefreshTokenConstant + type AuthorizationFound struct + Location string + func NewAuthorizationFound() *AuthorizationFound + func (o *AuthorizationFound) Error() string + type AuthorizationParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + ClientID string + Context context.Context + HTTPClient *http.Client + Login *string + Password *string + RedirectURI string + ResponseType string + RetryPolicy *utils.Retry + Scope *string + State *string + func NewAuthorizationParams() *AuthorizationParams + func NewAuthorizationParamsWithContext(ctx context.Context) *AuthorizationParams + func NewAuthorizationParamsWithHTTPClient(client *http.Client) *AuthorizationParams + func NewAuthorizationParamsWithTimeout(timeout time.Duration) *AuthorizationParams + func (o *AuthorizationParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *AuthorizationParams) SetClientID(clientID string) + func (o *AuthorizationParams) SetContext(ctx context.Context) + func (o *AuthorizationParams) SetHTTPClient(client *http.Client) + func (o *AuthorizationParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *AuthorizationParams) SetLogin(login *string) + func (o *AuthorizationParams) SetPassword(password *string) + func (o *AuthorizationParams) SetRedirectURI(redirectURI string) + func (o *AuthorizationParams) SetResponseType(responseType string) + func (o *AuthorizationParams) SetScope(scope *string) + func (o *AuthorizationParams) SetState(state *string) + func (o *AuthorizationParams) SetTimeout(timeout time.Duration) + func (o *AuthorizationParams) WithClientID(clientID string) *AuthorizationParams + func (o *AuthorizationParams) WithContext(ctx context.Context) *AuthorizationParams + func (o *AuthorizationParams) WithHTTPClient(client *http.Client) *AuthorizationParams + func (o *AuthorizationParams) WithLogin(login *string) *AuthorizationParams + func (o *AuthorizationParams) WithPassword(password *string) *AuthorizationParams + func (o *AuthorizationParams) WithRedirectURI(redirectURI string) *AuthorizationParams + func (o *AuthorizationParams) WithResponseType(responseType string) *AuthorizationParams + func (o *AuthorizationParams) WithScope(scope *string) *AuthorizationParams + func (o *AuthorizationParams) WithState(state *string) *AuthorizationParams + func (o *AuthorizationParams) WithTimeout(timeout time.Duration) *AuthorizationParams + func (o *AuthorizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AuthorizationReader struct + func (o *AuthorizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type Client struct + func (a *Client) Authorization(params *AuthorizationParams, authInfo runtime.ClientAuthInfoWriter) (*AuthorizationFound, error) + func (a *Client) AuthorizationShort(params *AuthorizationParams, authInfo runtime.ClientAuthInfoWriter) (*AuthorizationFound, error) + func (a *Client) GetJWKS(params *GetJWKSParams, authInfo runtime.ClientAuthInfoWriter) (*GetJWKSOK, error) + func (a *Client) GetJWKSShort(params *GetJWKSParams, authInfo runtime.ClientAuthInfoWriter) (*GetJWKSOK, error) + func (a *Client) GetRevocationList(params *GetRevocationListParams, authInfo runtime.ClientAuthInfoWriter) (*GetRevocationListOK, *GetRevocationListUnauthorized, error) + func (a *Client) GetRevocationListShort(params *GetRevocationListParams, authInfo runtime.ClientAuthInfoWriter) (*GetRevocationListOK, error) + func (a *Client) PlatformTokenRequestHandler(params *PlatformTokenRequestHandlerParams, ...) (*PlatformTokenRequestHandlerOK, *PlatformTokenRequestHandlerBadRequest, ...) + func (a *Client) PlatformTokenRequestHandlerShort(params *PlatformTokenRequestHandlerParams, ...) (*PlatformTokenRequestHandlerOK, error) + func (a *Client) RevokeAUser(params *RevokeAUserParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeAUserOK, *RevokeAUserBadRequest, *RevokeAUserUnauthorized, error) + func (a *Client) RevokeAUserShort(params *RevokeAUserParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeAUserOK, error) + func (a *Client) RevokeToken(params *RevokeTokenParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeTokenOK, *RevokeTokenBadRequest, *RevokeTokenUnauthorized, error) + func (a *Client) RevokeTokenShort(params *RevokeTokenParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeTokenOK, error) + func (a *Client) RevokeUser(params *RevokeUserParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeUserOK, *RevokeUserUnauthorized, error) + func (a *Client) RevokeUserShort(params *RevokeUserParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeUserOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) TokenGrant(params *TokenGrantParams, authInfo runtime.ClientAuthInfoWriter) (*TokenGrantOK, *TokenGrantBadRequest, *TokenGrantUnauthorized, error) + func (a *Client) TokenGrantShort(params *TokenGrantParams, authInfo runtime.ClientAuthInfoWriter) (*TokenGrantOK, error) + func (a *Client) VerifyToken(params *VerifyTokenParams, authInfo runtime.ClientAuthInfoWriter) (*VerifyTokenOK, *VerifyTokenBadRequest, error) + func (a *Client) VerifyTokenShort(params *VerifyTokenParams, authInfo runtime.ClientAuthInfoWriter) (*VerifyTokenOK, error) + type ClientService interface + Authorization func(params *AuthorizationParams, authInfo runtime.ClientAuthInfoWriter) (*AuthorizationFound, error) + AuthorizationShort func(params *AuthorizationParams, authInfo runtime.ClientAuthInfoWriter) (*AuthorizationFound, error) + GetJWKS func(params *GetJWKSParams, authInfo runtime.ClientAuthInfoWriter) (*GetJWKSOK, error) + GetJWKSShort func(params *GetJWKSParams, authInfo runtime.ClientAuthInfoWriter) (*GetJWKSOK, error) + GetRevocationList func(params *GetRevocationListParams, authInfo runtime.ClientAuthInfoWriter) (*GetRevocationListOK, *GetRevocationListUnauthorized, error) + GetRevocationListShort func(params *GetRevocationListParams, authInfo runtime.ClientAuthInfoWriter) (*GetRevocationListOK, error) + PlatformTokenRequestHandler func(params *PlatformTokenRequestHandlerParams, ...) (*PlatformTokenRequestHandlerOK, *PlatformTokenRequestHandlerBadRequest, ...) + PlatformTokenRequestHandlerShort func(params *PlatformTokenRequestHandlerParams, ...) (*PlatformTokenRequestHandlerOK, error) + RevokeAUser func(params *RevokeAUserParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeAUserOK, *RevokeAUserBadRequest, *RevokeAUserUnauthorized, error) + RevokeAUserShort func(params *RevokeAUserParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeAUserOK, error) + RevokeToken func(params *RevokeTokenParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeTokenOK, *RevokeTokenBadRequest, *RevokeTokenUnauthorized, error) + RevokeTokenShort func(params *RevokeTokenParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeTokenOK, error) + RevokeUser func(params *RevokeUserParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeUserOK, *RevokeUserUnauthorized, error) + RevokeUserShort func(params *RevokeUserParams, authInfo runtime.ClientAuthInfoWriter) (*RevokeUserOK, error) + SetTransport func(transport runtime.ClientTransport) + TokenGrant func(params *TokenGrantParams, authInfo runtime.ClientAuthInfoWriter) (*TokenGrantOK, *TokenGrantBadRequest, *TokenGrantUnauthorized, error) + TokenGrantShort func(params *TokenGrantParams, authInfo runtime.ClientAuthInfoWriter) (*TokenGrantOK, error) + VerifyToken func(params *VerifyTokenParams, authInfo runtime.ClientAuthInfoWriter) (*VerifyTokenOK, *VerifyTokenBadRequest, error) + VerifyTokenShort func(params *VerifyTokenParams, authInfo runtime.ClientAuthInfoWriter) (*VerifyTokenOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetJWKSOK struct + Payload *iamclientmodels.OauthcommonJWKSet + func NewGetJWKSOK() *GetJWKSOK + func (o *GetJWKSOK) Error() string + func (o *GetJWKSOK) GetPayload() *iamclientmodels.OauthcommonJWKSet + type GetJWKSParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + func NewGetJWKSParams() *GetJWKSParams + func NewGetJWKSParamsWithContext(ctx context.Context) *GetJWKSParams + func NewGetJWKSParamsWithHTTPClient(client *http.Client) *GetJWKSParams + func NewGetJWKSParamsWithTimeout(timeout time.Duration) *GetJWKSParams + func (o *GetJWKSParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *GetJWKSParams) SetContext(ctx context.Context) + func (o *GetJWKSParams) SetHTTPClient(client *http.Client) + func (o *GetJWKSParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *GetJWKSParams) SetTimeout(timeout time.Duration) + func (o *GetJWKSParams) WithContext(ctx context.Context) *GetJWKSParams + func (o *GetJWKSParams) WithHTTPClient(client *http.Client) *GetJWKSParams + func (o *GetJWKSParams) WithTimeout(timeout time.Duration) *GetJWKSParams + func (o *GetJWKSParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetJWKSReader struct + func (o *GetJWKSReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRevocationListOK struct + Payload *iamclientmodels.OauthapiRevocationList + func NewGetRevocationListOK() *GetRevocationListOK + func (o *GetRevocationListOK) Error() string + func (o *GetRevocationListOK) GetPayload() *iamclientmodels.OauthapiRevocationList + type GetRevocationListParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + func NewGetRevocationListParams() *GetRevocationListParams + func NewGetRevocationListParamsWithContext(ctx context.Context) *GetRevocationListParams + func NewGetRevocationListParamsWithHTTPClient(client *http.Client) *GetRevocationListParams + func NewGetRevocationListParamsWithTimeout(timeout time.Duration) *GetRevocationListParams + func (o *GetRevocationListParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *GetRevocationListParams) SetContext(ctx context.Context) + func (o *GetRevocationListParams) SetHTTPClient(client *http.Client) + func (o *GetRevocationListParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *GetRevocationListParams) SetTimeout(timeout time.Duration) + func (o *GetRevocationListParams) WithContext(ctx context.Context) *GetRevocationListParams + func (o *GetRevocationListParams) WithHTTPClient(client *http.Client) *GetRevocationListParams + func (o *GetRevocationListParams) WithTimeout(timeout time.Duration) *GetRevocationListParams + func (o *GetRevocationListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetRevocationListReader struct + func (o *GetRevocationListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRevocationListUnauthorized struct + func NewGetRevocationListUnauthorized() *GetRevocationListUnauthorized + func (o *GetRevocationListUnauthorized) Error() string + type PlatformTokenRequestHandlerBadRequest struct + Payload *iamclientmodels.OauthmodelErrorResponse + func NewPlatformTokenRequestHandlerBadRequest() *PlatformTokenRequestHandlerBadRequest + func (o *PlatformTokenRequestHandlerBadRequest) Error() string + func (o *PlatformTokenRequestHandlerBadRequest) GetPayload() *iamclientmodels.OauthmodelErrorResponse + type PlatformTokenRequestHandlerOK struct + Payload *iamclientmodels.OauthmodelTokenResponse + func NewPlatformTokenRequestHandlerOK() *PlatformTokenRequestHandlerOK + func (o *PlatformTokenRequestHandlerOK) Error() string + func (o *PlatformTokenRequestHandlerOK) GetPayload() *iamclientmodels.OauthmodelTokenResponse + type PlatformTokenRequestHandlerParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + DeviceID *string + HTTPClient *http.Client + Namespace string + PlatformID string + PlatformToken *string + RetryPolicy *utils.Retry + func NewPlatformTokenRequestHandlerParams() *PlatformTokenRequestHandlerParams + func NewPlatformTokenRequestHandlerParamsWithContext(ctx context.Context) *PlatformTokenRequestHandlerParams + func NewPlatformTokenRequestHandlerParamsWithHTTPClient(client *http.Client) *PlatformTokenRequestHandlerParams + func NewPlatformTokenRequestHandlerParamsWithTimeout(timeout time.Duration) *PlatformTokenRequestHandlerParams + func (o *PlatformTokenRequestHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *PlatformTokenRequestHandlerParams) SetContext(ctx context.Context) + func (o *PlatformTokenRequestHandlerParams) SetDeviceID(deviceID *string) + func (o *PlatformTokenRequestHandlerParams) SetHTTPClient(client *http.Client) + func (o *PlatformTokenRequestHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *PlatformTokenRequestHandlerParams) SetNamespace(namespace string) + func (o *PlatformTokenRequestHandlerParams) SetPlatformID(platformID string) + func (o *PlatformTokenRequestHandlerParams) SetPlatformToken(platformToken *string) + func (o *PlatformTokenRequestHandlerParams) SetTimeout(timeout time.Duration) + func (o *PlatformTokenRequestHandlerParams) WithContext(ctx context.Context) *PlatformTokenRequestHandlerParams + func (o *PlatformTokenRequestHandlerParams) WithDeviceID(deviceID *string) *PlatformTokenRequestHandlerParams + func (o *PlatformTokenRequestHandlerParams) WithHTTPClient(client *http.Client) *PlatformTokenRequestHandlerParams + func (o *PlatformTokenRequestHandlerParams) WithNamespace(namespace string) *PlatformTokenRequestHandlerParams + func (o *PlatformTokenRequestHandlerParams) WithPlatformID(platformID string) *PlatformTokenRequestHandlerParams + func (o *PlatformTokenRequestHandlerParams) WithPlatformToken(platformToken *string) *PlatformTokenRequestHandlerParams + func (o *PlatformTokenRequestHandlerParams) WithTimeout(timeout time.Duration) *PlatformTokenRequestHandlerParams + func (o *PlatformTokenRequestHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PlatformTokenRequestHandlerReader struct + func (o *PlatformTokenRequestHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PlatformTokenRequestHandlerUnauthorized struct + Payload *iamclientmodels.OauthmodelErrorResponse + func NewPlatformTokenRequestHandlerUnauthorized() *PlatformTokenRequestHandlerUnauthorized + func (o *PlatformTokenRequestHandlerUnauthorized) Error() string + func (o *PlatformTokenRequestHandlerUnauthorized) GetPayload() *iamclientmodels.OauthmodelErrorResponse + type RevokeAUserBadRequest struct + func NewRevokeAUserBadRequest() *RevokeAUserBadRequest + func (o *RevokeAUserBadRequest) Error() string + type RevokeAUserOK struct + func NewRevokeAUserOK() *RevokeAUserOK + func (o *RevokeAUserOK) Error() string + type RevokeAUserParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + UserID string + func NewRevokeAUserParams() *RevokeAUserParams + func NewRevokeAUserParamsWithContext(ctx context.Context) *RevokeAUserParams + func NewRevokeAUserParamsWithHTTPClient(client *http.Client) *RevokeAUserParams + func NewRevokeAUserParamsWithTimeout(timeout time.Duration) *RevokeAUserParams + func (o *RevokeAUserParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *RevokeAUserParams) SetContext(ctx context.Context) + func (o *RevokeAUserParams) SetHTTPClient(client *http.Client) + func (o *RevokeAUserParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *RevokeAUserParams) SetTimeout(timeout time.Duration) + func (o *RevokeAUserParams) SetUserID(userID string) + func (o *RevokeAUserParams) WithContext(ctx context.Context) *RevokeAUserParams + func (o *RevokeAUserParams) WithHTTPClient(client *http.Client) *RevokeAUserParams + func (o *RevokeAUserParams) WithTimeout(timeout time.Duration) *RevokeAUserParams + func (o *RevokeAUserParams) WithUserID(userID string) *RevokeAUserParams + func (o *RevokeAUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RevokeAUserReader struct + func (o *RevokeAUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RevokeAUserUnauthorized struct + func NewRevokeAUserUnauthorized() *RevokeAUserUnauthorized + func (o *RevokeAUserUnauthorized) Error() string + type RevokeTokenBadRequest struct + func NewRevokeTokenBadRequest() *RevokeTokenBadRequest + func (o *RevokeTokenBadRequest) Error() string + type RevokeTokenOK struct + func NewRevokeTokenOK() *RevokeTokenOK + func (o *RevokeTokenOK) Error() string + type RevokeTokenParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + Token string + func NewRevokeTokenParams() *RevokeTokenParams + func NewRevokeTokenParamsWithContext(ctx context.Context) *RevokeTokenParams + func NewRevokeTokenParamsWithHTTPClient(client *http.Client) *RevokeTokenParams + func NewRevokeTokenParamsWithTimeout(timeout time.Duration) *RevokeTokenParams + func (o *RevokeTokenParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *RevokeTokenParams) SetContext(ctx context.Context) + func (o *RevokeTokenParams) SetHTTPClient(client *http.Client) + func (o *RevokeTokenParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *RevokeTokenParams) SetTimeout(timeout time.Duration) + func (o *RevokeTokenParams) SetToken(token string) + func (o *RevokeTokenParams) WithContext(ctx context.Context) *RevokeTokenParams + func (o *RevokeTokenParams) WithHTTPClient(client *http.Client) *RevokeTokenParams + func (o *RevokeTokenParams) WithTimeout(timeout time.Duration) *RevokeTokenParams + func (o *RevokeTokenParams) WithToken(token string) *RevokeTokenParams + func (o *RevokeTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RevokeTokenReader struct + func (o *RevokeTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RevokeTokenUnauthorized struct + func NewRevokeTokenUnauthorized() *RevokeTokenUnauthorized + func (o *RevokeTokenUnauthorized) Error() string + type RevokeUserOK struct + func NewRevokeUserOK() *RevokeUserOK + func (o *RevokeUserOK) Error() string + type RevokeUserParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + Namespace string + RetryPolicy *utils.Retry + UserID string + func NewRevokeUserParams() *RevokeUserParams + func NewRevokeUserParamsWithContext(ctx context.Context) *RevokeUserParams + func NewRevokeUserParamsWithHTTPClient(client *http.Client) *RevokeUserParams + func NewRevokeUserParamsWithTimeout(timeout time.Duration) *RevokeUserParams + func (o *RevokeUserParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *RevokeUserParams) SetContext(ctx context.Context) + func (o *RevokeUserParams) SetHTTPClient(client *http.Client) + func (o *RevokeUserParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *RevokeUserParams) SetNamespace(namespace string) + func (o *RevokeUserParams) SetTimeout(timeout time.Duration) + func (o *RevokeUserParams) SetUserID(userID string) + func (o *RevokeUserParams) WithContext(ctx context.Context) *RevokeUserParams + func (o *RevokeUserParams) WithHTTPClient(client *http.Client) *RevokeUserParams + func (o *RevokeUserParams) WithNamespace(namespace string) *RevokeUserParams + func (o *RevokeUserParams) WithTimeout(timeout time.Duration) *RevokeUserParams + func (o *RevokeUserParams) WithUserID(userID string) *RevokeUserParams + func (o *RevokeUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RevokeUserReader struct + func (o *RevokeUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RevokeUserUnauthorized struct + func NewRevokeUserUnauthorized() *RevokeUserUnauthorized + func (o *RevokeUserUnauthorized) Error() string + type TokenGrantBadRequest struct + Payload *iamclientmodels.OauthmodelErrorResponse + func NewTokenGrantBadRequest() *TokenGrantBadRequest + func (o *TokenGrantBadRequest) Error() string + func (o *TokenGrantBadRequest) GetPayload() *iamclientmodels.OauthmodelErrorResponse + type TokenGrantOK struct + Payload *iamclientmodels.OauthmodelTokenResponse + func NewTokenGrantOK() *TokenGrantOK + func (o *TokenGrantOK) Error() string + func (o *TokenGrantOK) GetPayload() *iamclientmodels.OauthmodelTokenResponse + type TokenGrantParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Code *string + Context context.Context + DeviceID *string + ExtendExp *bool + GrantType string + HTTPClient *http.Client + Namespace *string + Password *string + RedirectURI *string + RefreshToken *string + RetryPolicy *utils.Retry + Username *string + func NewTokenGrantParams() *TokenGrantParams + func NewTokenGrantParamsWithContext(ctx context.Context) *TokenGrantParams + func NewTokenGrantParamsWithHTTPClient(client *http.Client) *TokenGrantParams + func NewTokenGrantParamsWithTimeout(timeout time.Duration) *TokenGrantParams + func (o *TokenGrantParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *TokenGrantParams) SetCode(code *string) + func (o *TokenGrantParams) SetContext(ctx context.Context) + func (o *TokenGrantParams) SetDeviceID(deviceID *string) + func (o *TokenGrantParams) SetExtendExp(extendExp *bool) + func (o *TokenGrantParams) SetGrantType(grantType string) + func (o *TokenGrantParams) SetHTTPClient(client *http.Client) + func (o *TokenGrantParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *TokenGrantParams) SetNamespace(namespace *string) + func (o *TokenGrantParams) SetPassword(password *string) + func (o *TokenGrantParams) SetRedirectURI(redirectURI *string) + func (o *TokenGrantParams) SetRefreshToken(refreshToken *string) + func (o *TokenGrantParams) SetTimeout(timeout time.Duration) + func (o *TokenGrantParams) SetUsername(username *string) + func (o *TokenGrantParams) WithCode(code *string) *TokenGrantParams + func (o *TokenGrantParams) WithContext(ctx context.Context) *TokenGrantParams + func (o *TokenGrantParams) WithDeviceID(deviceID *string) *TokenGrantParams + func (o *TokenGrantParams) WithExtendExp(extendExp *bool) *TokenGrantParams + func (o *TokenGrantParams) WithGrantType(grantType string) *TokenGrantParams + func (o *TokenGrantParams) WithHTTPClient(client *http.Client) *TokenGrantParams + func (o *TokenGrantParams) WithNamespace(namespace *string) *TokenGrantParams + func (o *TokenGrantParams) WithPassword(password *string) *TokenGrantParams + func (o *TokenGrantParams) WithRedirectURI(redirectURI *string) *TokenGrantParams + func (o *TokenGrantParams) WithRefreshToken(refreshToken *string) *TokenGrantParams + func (o *TokenGrantParams) WithTimeout(timeout time.Duration) *TokenGrantParams + func (o *TokenGrantParams) WithUsername(username *string) *TokenGrantParams + func (o *TokenGrantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TokenGrantReader struct + func (o *TokenGrantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TokenGrantUnauthorized struct + Payload *iamclientmodels.OauthmodelErrorResponse + func NewTokenGrantUnauthorized() *TokenGrantUnauthorized + func (o *TokenGrantUnauthorized) Error() string + func (o *TokenGrantUnauthorized) GetPayload() *iamclientmodels.OauthmodelErrorResponse + type VerifyTokenBadRequest struct + func NewVerifyTokenBadRequest() *VerifyTokenBadRequest + func (o *VerifyTokenBadRequest) Error() string + type VerifyTokenOK struct + Payload *iamclientmodels.OauthmodelTokenResponse + func NewVerifyTokenOK() *VerifyTokenOK + func (o *VerifyTokenOK) Error() string + func (o *VerifyTokenOK) GetPayload() *iamclientmodels.OauthmodelTokenResponse + type VerifyTokenParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + Token string + func NewVerifyTokenParams() *VerifyTokenParams + func NewVerifyTokenParamsWithContext(ctx context.Context) *VerifyTokenParams + func NewVerifyTokenParamsWithHTTPClient(client *http.Client) *VerifyTokenParams + func NewVerifyTokenParamsWithTimeout(timeout time.Duration) *VerifyTokenParams + func (o *VerifyTokenParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *VerifyTokenParams) SetContext(ctx context.Context) + func (o *VerifyTokenParams) SetHTTPClient(client *http.Client) + func (o *VerifyTokenParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *VerifyTokenParams) SetTimeout(timeout time.Duration) + func (o *VerifyTokenParams) SetToken(token string) + func (o *VerifyTokenParams) WithContext(ctx context.Context) *VerifyTokenParams + func (o *VerifyTokenParams) WithHTTPClient(client *http.Client) *VerifyTokenParams + func (o *VerifyTokenParams) WithTimeout(timeout time.Duration) *VerifyTokenParams + func (o *VerifyTokenParams) WithToken(token string) *VerifyTokenParams + func (o *VerifyTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type VerifyTokenReader struct + func (o *VerifyTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)