o_auth2_0

package
v0.1.0-alpha.15 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: MIT Imports: 16 Imported by: 2

Documentation

Index

Constants

View Source
const (
	AuthorizeV3S256Constant  = "S256"
	AuthorizeV3PlainConstant = "plain"
)

Get the enum in AuthorizeV3Params

View Source
const (
	SimultaneousLoginV3EpicgamesConstant = "epicgames"
	SimultaneousLoginV3SteamConstant     = "steam"
)

Get the enum in SimultaneousLoginV3Params

View Source
const (
	TokenGrantV3AuthorizationCodeConstant                                  = "authorization_code"
	TokenGrantV3ClientCredentialsConstant                                  = "client_credentials"
	TokenGrantV3PasswordConstant                                           = "password"
	TokenGrantV3RefreshTokenConstant                                       = "refresh_token"
	TokenGrantV3UrnIetfParamsOauthGrantTypeExtendClientCredentialsConstant = "urn:ietf:params:oauth:grant-type:extend_client_credentials"
)

Get the enum in TokenGrantV3Params

View Source
const (
	AuthorizeV3CodeConstant = "code"
)

Get the enum in AuthorizeV3Params

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminRetrieveUserThirdPartyPlatformTokenV3Forbidden

type AdminRetrieveUserThirdPartyPlatformTokenV3Forbidden struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

AdminRetrieveUserThirdPartyPlatformTokenV3Forbidden handles this case with default header values.

Unauthorized access

func NewAdminRetrieveUserThirdPartyPlatformTokenV3Forbidden

func NewAdminRetrieveUserThirdPartyPlatformTokenV3Forbidden() *AdminRetrieveUserThirdPartyPlatformTokenV3Forbidden

NewAdminRetrieveUserThirdPartyPlatformTokenV3Forbidden creates a AdminRetrieveUserThirdPartyPlatformTokenV3Forbidden with default headers values

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Forbidden) Error

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Forbidden) GetPayload

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Forbidden) ToJSONString

type AdminRetrieveUserThirdPartyPlatformTokenV3NotFound

type AdminRetrieveUserThirdPartyPlatformTokenV3NotFound struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

AdminRetrieveUserThirdPartyPlatformTokenV3NotFound handles this case with default header values.

Platform Token Not Found

func NewAdminRetrieveUserThirdPartyPlatformTokenV3NotFound

func NewAdminRetrieveUserThirdPartyPlatformTokenV3NotFound() *AdminRetrieveUserThirdPartyPlatformTokenV3NotFound

NewAdminRetrieveUserThirdPartyPlatformTokenV3NotFound creates a AdminRetrieveUserThirdPartyPlatformTokenV3NotFound with default headers values

func (*AdminRetrieveUserThirdPartyPlatformTokenV3NotFound) Error

func (*AdminRetrieveUserThirdPartyPlatformTokenV3NotFound) GetPayload

func (*AdminRetrieveUserThirdPartyPlatformTokenV3NotFound) ToJSONString

type AdminRetrieveUserThirdPartyPlatformTokenV3OK

type AdminRetrieveUserThirdPartyPlatformTokenV3OK struct {
	Payload *iamclientmodels.OauthmodelTokenThirdPartyResponse
}

AdminRetrieveUserThirdPartyPlatformTokenV3OK handles this case with default header values.

Token returned

func NewAdminRetrieveUserThirdPartyPlatformTokenV3OK

func NewAdminRetrieveUserThirdPartyPlatformTokenV3OK() *AdminRetrieveUserThirdPartyPlatformTokenV3OK

NewAdminRetrieveUserThirdPartyPlatformTokenV3OK creates a AdminRetrieveUserThirdPartyPlatformTokenV3OK with default headers values

func (*AdminRetrieveUserThirdPartyPlatformTokenV3OK) Error

func (*AdminRetrieveUserThirdPartyPlatformTokenV3OK) GetPayload

func (*AdminRetrieveUserThirdPartyPlatformTokenV3OK) ToJSONString

type AdminRetrieveUserThirdPartyPlatformTokenV3Params

type AdminRetrieveUserThirdPartyPlatformTokenV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string
	/*PlatformID
	  Platform ID

	*/
	PlatformID string
	/*UserID
	  UserId

	*/
	UserID string
	/*PlatformUserID
	  Platform user id.

	*/
	PlatformUserID *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminRetrieveUserThirdPartyPlatformTokenV3Params contains all the parameters to send to the API endpoint for the admin retrieve user third party platform token v3 operation typically these are written to a http.Request

func NewAdminRetrieveUserThirdPartyPlatformTokenV3Params

func NewAdminRetrieveUserThirdPartyPlatformTokenV3Params() *AdminRetrieveUserThirdPartyPlatformTokenV3Params

NewAdminRetrieveUserThirdPartyPlatformTokenV3Params creates a new AdminRetrieveUserThirdPartyPlatformTokenV3Params object with the default values initialized.

func NewAdminRetrieveUserThirdPartyPlatformTokenV3ParamsWithContext

func NewAdminRetrieveUserThirdPartyPlatformTokenV3ParamsWithContext(ctx context.Context) *AdminRetrieveUserThirdPartyPlatformTokenV3Params

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

func NewAdminRetrieveUserThirdPartyPlatformTokenV3ParamsWithHTTPClient

func NewAdminRetrieveUserThirdPartyPlatformTokenV3ParamsWithHTTPClient(client *http.Client) *AdminRetrieveUserThirdPartyPlatformTokenV3Params

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

func NewAdminRetrieveUserThirdPartyPlatformTokenV3ParamsWithTimeout

func NewAdminRetrieveUserThirdPartyPlatformTokenV3ParamsWithTimeout(timeout time.Duration) *AdminRetrieveUserThirdPartyPlatformTokenV3Params

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

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetAuthInfoWriter

SetAuthInfoWriter adds the authInfoWriter to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetContext

SetContext adds the context to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetFlightId

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetHTTPClientTransport

func (o *AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetNamespace

func (o *AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetPlatformID

func (o *AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetPlatformID(platformID string)

SetPlatformID adds the platformId to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetPlatformUserID

func (o *AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetPlatformUserID(platformUserID *string)

SetPlatformUserID adds the platformUserId to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetTimeout

SetTimeout adds the timeout to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) SetUserID

SetUserID adds the userId to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) WithContext

WithContext adds the context to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) WithNamespace

WithNamespace adds the namespace to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) WithPlatformID

WithPlatformID adds the platformID to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) WithPlatformUserID

WithPlatformUserID adds the platformUserID to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) WithTimeout

WithTimeout adds the timeout to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) WithUserID

WithUserID adds the userID to the admin retrieve user third party platform token v3 params

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminRetrieveUserThirdPartyPlatformTokenV3Reader

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

AdminRetrieveUserThirdPartyPlatformTokenV3Reader is a Reader for the AdminRetrieveUserThirdPartyPlatformTokenV3 structure.

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized

type AdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

AdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized handles this case with default header values.

Client authentication failed

func NewAdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized

func NewAdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized() *AdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized

NewAdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized creates a AdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized with default headers values

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized) Error

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized) GetPayload

func (*AdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized) ToJSONString

type AuthCodeRequestV3Found

type AuthCodeRequestV3Found struct {
	Location string
}

AuthCodeRequestV3Found handles this case with default header values.

Found. Redirect to client’s redirect URI with either code or error on the query parameter

func NewAuthCodeRequestV3Found

func NewAuthCodeRequestV3Found() *AuthCodeRequestV3Found

NewAuthCodeRequestV3Found creates a AuthCodeRequestV3Found with default headers values

func (*AuthCodeRequestV3Found) Error

func (o *AuthCodeRequestV3Found) Error() string

type AuthCodeRequestV3Params

type AuthCodeRequestV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*PlatformID
	  Platform ID

	*/
	PlatformID string
	/*ClientID
	  Client ID

	*/
	ClientID *string
	/*RedirectURI
	  Redirect URI

	*/
	RedirectURI *string
	/*RequestID
	  Request ID retrieved from authorize endpoint ([GET] iam/v3/oauth/authorize)

	*/
	RequestID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AuthCodeRequestV3Params contains all the parameters to send to the API endpoint for the auth code request v3 operation typically these are written to a http.Request

func NewAuthCodeRequestV3Params

func NewAuthCodeRequestV3Params() *AuthCodeRequestV3Params

NewAuthCodeRequestV3Params creates a new AuthCodeRequestV3Params object with the default values initialized.

func NewAuthCodeRequestV3ParamsWithContext

func NewAuthCodeRequestV3ParamsWithContext(ctx context.Context) *AuthCodeRequestV3Params

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

func NewAuthCodeRequestV3ParamsWithHTTPClient

func NewAuthCodeRequestV3ParamsWithHTTPClient(client *http.Client) *AuthCodeRequestV3Params

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

func NewAuthCodeRequestV3ParamsWithTimeout

func NewAuthCodeRequestV3ParamsWithTimeout(timeout time.Duration) *AuthCodeRequestV3Params

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

func (*AuthCodeRequestV3Params) SetAuthInfoWriter

func (o *AuthCodeRequestV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the auth code request v3 params

func (*AuthCodeRequestV3Params) SetClientID

func (o *AuthCodeRequestV3Params) SetClientID(clientID *string)

SetClientID adds the clientId to the auth code request v3 params

func (*AuthCodeRequestV3Params) SetContext

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

SetContext adds the context to the auth code request v3 params

func (*AuthCodeRequestV3Params) SetFlightId

func (o *AuthCodeRequestV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AuthCodeRequestV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth code request v3 params

func (*AuthCodeRequestV3Params) SetHTTPClientTransport

func (o *AuthCodeRequestV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the auth code request v3 params

func (*AuthCodeRequestV3Params) SetPlatformID

func (o *AuthCodeRequestV3Params) SetPlatformID(platformID string)

SetPlatformID adds the platformId to the auth code request v3 params

func (*AuthCodeRequestV3Params) SetRedirectURI

func (o *AuthCodeRequestV3Params) SetRedirectURI(redirectURI *string)

SetRedirectURI adds the redirectUri to the auth code request v3 params

func (*AuthCodeRequestV3Params) SetRequestID

func (o *AuthCodeRequestV3Params) SetRequestID(requestID string)

SetRequestID adds the requestId to the auth code request v3 params

func (*AuthCodeRequestV3Params) SetTimeout

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

SetTimeout adds the timeout to the auth code request v3 params

func (*AuthCodeRequestV3Params) WithClientID

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

WithClientID adds the clientID to the auth code request v3 params

func (*AuthCodeRequestV3Params) WithContext

WithContext adds the context to the auth code request v3 params

func (*AuthCodeRequestV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the auth code request v3 params

func (*AuthCodeRequestV3Params) WithPlatformID

func (o *AuthCodeRequestV3Params) WithPlatformID(platformID string) *AuthCodeRequestV3Params

WithPlatformID adds the platformID to the auth code request v3 params

func (*AuthCodeRequestV3Params) WithRedirectURI

func (o *AuthCodeRequestV3Params) WithRedirectURI(redirectURI *string) *AuthCodeRequestV3Params

WithRedirectURI adds the redirectURI to the auth code request v3 params

func (*AuthCodeRequestV3Params) WithRequestID

func (o *AuthCodeRequestV3Params) WithRequestID(requestID string) *AuthCodeRequestV3Params

WithRequestID adds the requestID to the auth code request v3 params

func (*AuthCodeRequestV3Params) WithTimeout

WithTimeout adds the timeout to the auth code request v3 params

func (*AuthCodeRequestV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthCodeRequestV3Reader

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

AuthCodeRequestV3Reader is a Reader for the AuthCodeRequestV3 structure.

func (*AuthCodeRequestV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthorizeV3Found

type AuthorizeV3Found struct {
	Location string
}

AuthorizeV3Found handles this case with default header values.

Found. Redirected to login page with either request_id or error.

func NewAuthorizeV3Found

func NewAuthorizeV3Found() *AuthorizeV3Found

NewAuthorizeV3Found creates a AuthorizeV3Found with default headers values

func (*AuthorizeV3Found) Error

func (o *AuthorizeV3Found) Error() string

type AuthorizeV3Params

type AuthorizeV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*CodeChallenge
	  Value generated by transforming code verifier using code challenge method. Mandatory for public client.

	*/
	CodeChallenge *string
	/*CodeChallengeMethod
	  Method that is used to transform code verifier to code challenge

	*/
	CodeChallengeMethod *string
	/*CreateHeadless
	  If create new headless account when login by new third platform user

	*/
	CreateHeadless *bool
	/*OneTimeLinkCode
	  One time link code for headless account to link. Can get from [/iam/v3/link/code/request]

	*/
	OneTimeLinkCode *string
	/*RedirectURI
	  Redirect URI registered for requesting client. Required if client registered with multiple redirect URI. Registered redirect uri will be assigned if left empty.

	*/
	RedirectURI *string
	/*Scope
	  Defines the requested access request scope. Can be multiple values delimited by whitespace.

	*/
	Scope *string
	/*State
	  Random value for preventing cross-site request forgery used by client.

	*/
	State *string
	/*TargetAuthPage
	  Custom query to tell authorization web which page to present to user

	*/
	TargetAuthPage *string
	/*UseRedirectURIAsLoginURLWhenLocked
	  Use Redirect URI as the Login URL after resetting password when got locked

	*/
	UseRedirectURIAsLoginURLWhenLocked *bool
	/*ClientID
	  Registered client ID

	*/
	ClientID string
	/*ResponseType
	  Supported response type : 'code'

	*/
	ResponseType string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AuthorizeV3Params contains all the parameters to send to the API endpoint for the authorize v3 operation typically these are written to a http.Request

func NewAuthorizeV3Params

func NewAuthorizeV3Params() *AuthorizeV3Params

NewAuthorizeV3Params creates a new AuthorizeV3Params object with the default values initialized.

func NewAuthorizeV3ParamsWithContext

func NewAuthorizeV3ParamsWithContext(ctx context.Context) *AuthorizeV3Params

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

func NewAuthorizeV3ParamsWithHTTPClient

func NewAuthorizeV3ParamsWithHTTPClient(client *http.Client) *AuthorizeV3Params

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

func NewAuthorizeV3ParamsWithTimeout

func NewAuthorizeV3ParamsWithTimeout(timeout time.Duration) *AuthorizeV3Params

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

func (*AuthorizeV3Params) SetAuthInfoWriter

func (o *AuthorizeV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the authorize v3 params

func (*AuthorizeV3Params) SetClientID

func (o *AuthorizeV3Params) SetClientID(clientID string)

SetClientID adds the clientId to the authorize v3 params

func (*AuthorizeV3Params) SetCodeChallenge

func (o *AuthorizeV3Params) SetCodeChallenge(codeChallenge *string)

SetCodeChallenge adds the codeChallenge to the authorize v3 params

func (*AuthorizeV3Params) SetCodeChallengeMethod

func (o *AuthorizeV3Params) SetCodeChallengeMethod(codeChallengeMethod *string)

SetCodeChallengeMethod adds the codeChallengeMethod to the authorize v3 params

func (*AuthorizeV3Params) SetContext

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

SetContext adds the context to the authorize v3 params

func (*AuthorizeV3Params) SetCreateHeadless

func (o *AuthorizeV3Params) SetCreateHeadless(createHeadless *bool)

SetCreateHeadless adds the createHeadless to the authorize v3 params

func (*AuthorizeV3Params) SetFlightId

func (o *AuthorizeV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AuthorizeV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authorize v3 params

func (*AuthorizeV3Params) SetHTTPClientTransport

func (o *AuthorizeV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the authorize v3 params

func (*AuthorizeV3Params) SetOneTimeLinkCode

func (o *AuthorizeV3Params) SetOneTimeLinkCode(oneTimeLinkCode *string)

SetOneTimeLinkCode adds the oneTimeLinkCode to the authorize v3 params

func (*AuthorizeV3Params) SetRedirectURI

func (o *AuthorizeV3Params) SetRedirectURI(redirectURI *string)

SetRedirectURI adds the redirectUri to the authorize v3 params

func (*AuthorizeV3Params) SetResponseType

func (o *AuthorizeV3Params) SetResponseType(responseType string)

SetResponseType adds the responseType to the authorize v3 params

func (*AuthorizeV3Params) SetScope

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

SetScope adds the scope to the authorize v3 params

func (*AuthorizeV3Params) SetState

func (o *AuthorizeV3Params) SetState(state *string)

SetState adds the state to the authorize v3 params

func (*AuthorizeV3Params) SetTargetAuthPage

func (o *AuthorizeV3Params) SetTargetAuthPage(targetAuthPage *string)

SetTargetAuthPage adds the targetAuthPage to the authorize v3 params

func (*AuthorizeV3Params) SetTimeout

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

SetTimeout adds the timeout to the authorize v3 params

func (*AuthorizeV3Params) SetUseRedirectURIAsLoginURLWhenLocked

func (o *AuthorizeV3Params) SetUseRedirectURIAsLoginURLWhenLocked(useRedirectURIAsLoginURLWhenLocked *bool)

SetUseRedirectURIAsLoginURLWhenLocked adds the useRedirectUriAsLoginUrlWhenLocked to the authorize v3 params

func (*AuthorizeV3Params) WithClientID

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

WithClientID adds the clientID to the authorize v3 params

func (*AuthorizeV3Params) WithCodeChallenge

func (o *AuthorizeV3Params) WithCodeChallenge(codeChallenge *string) *AuthorizeV3Params

WithCodeChallenge adds the codeChallenge to the authorize v3 params

func (*AuthorizeV3Params) WithCodeChallengeMethod

func (o *AuthorizeV3Params) WithCodeChallengeMethod(codeChallengeMethod *string) *AuthorizeV3Params

WithCodeChallengeMethod adds the codeChallengeMethod to the authorize v3 params

func (*AuthorizeV3Params) WithContext

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

WithContext adds the context to the authorize v3 params

func (*AuthorizeV3Params) WithCreateHeadless

func (o *AuthorizeV3Params) WithCreateHeadless(createHeadless *bool) *AuthorizeV3Params

WithCreateHeadless adds the createHeadless to the authorize v3 params

func (*AuthorizeV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the authorize v3 params

func (*AuthorizeV3Params) WithOneTimeLinkCode

func (o *AuthorizeV3Params) WithOneTimeLinkCode(oneTimeLinkCode *string) *AuthorizeV3Params

WithOneTimeLinkCode adds the oneTimeLinkCode to the authorize v3 params

func (*AuthorizeV3Params) WithRedirectURI

func (o *AuthorizeV3Params) WithRedirectURI(redirectURI *string) *AuthorizeV3Params

WithRedirectURI adds the redirectURI to the authorize v3 params

func (*AuthorizeV3Params) WithResponseType

func (o *AuthorizeV3Params) WithResponseType(responseType string) *AuthorizeV3Params

WithResponseType adds the responseType to the authorize v3 params

func (*AuthorizeV3Params) WithScope

func (o *AuthorizeV3Params) WithScope(scope *string) *AuthorizeV3Params

WithScope adds the scope to the authorize v3 params

func (*AuthorizeV3Params) WithState

func (o *AuthorizeV3Params) WithState(state *string) *AuthorizeV3Params

WithState adds the state to the authorize v3 params

func (*AuthorizeV3Params) WithTargetAuthPage

func (o *AuthorizeV3Params) WithTargetAuthPage(targetAuthPage *string) *AuthorizeV3Params

WithTargetAuthPage adds the targetAuthPage to the authorize v3 params

func (*AuthorizeV3Params) WithTimeout

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

WithTimeout adds the timeout to the authorize v3 params

func (*AuthorizeV3Params) WithUseRedirectURIAsLoginURLWhenLocked

func (o *AuthorizeV3Params) WithUseRedirectURIAsLoginURLWhenLocked(useRedirectURIAsLoginURLWhenLocked *bool) *AuthorizeV3Params

WithUseRedirectURIAsLoginURLWhenLocked adds the useRedirectURIAsLoginURLWhenLocked to the authorize v3 params

func (*AuthorizeV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AuthorizeV3Reader

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

AuthorizeV3Reader is a Reader for the AuthorizeV3 structure.

func (*AuthorizeV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Change2FAMethodBadRequest

type Change2FAMethodBadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

Change2FAMethodBadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10189</td><td>invalid factor</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewChange2FAMethodBadRequest

func NewChange2FAMethodBadRequest() *Change2FAMethodBadRequest

NewChange2FAMethodBadRequest creates a Change2FAMethodBadRequest with default headers values

func (*Change2FAMethodBadRequest) Error

func (o *Change2FAMethodBadRequest) Error() string

func (*Change2FAMethodBadRequest) GetPayload

func (*Change2FAMethodBadRequest) ToJSONString

func (o *Change2FAMethodBadRequest) ToJSONString() string

type Change2FAMethodInternalServerError

type Change2FAMethodInternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

Change2FAMethodInternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewChange2FAMethodInternalServerError

func NewChange2FAMethodInternalServerError() *Change2FAMethodInternalServerError

NewChange2FAMethodInternalServerError creates a Change2FAMethodInternalServerError with default headers values

func (*Change2FAMethodInternalServerError) Error

func (*Change2FAMethodInternalServerError) GetPayload

func (*Change2FAMethodInternalServerError) ToJSONString

func (o *Change2FAMethodInternalServerError) ToJSONString() string

type Change2FAMethodNoContent

type Change2FAMethodNoContent struct {
}

Change2FAMethodNoContent handles this case with default header values.

Method changed

func NewChange2FAMethodNoContent

func NewChange2FAMethodNoContent() *Change2FAMethodNoContent

NewChange2FAMethodNoContent creates a Change2FAMethodNoContent with default headers values

func (*Change2FAMethodNoContent) Error

func (o *Change2FAMethodNoContent) Error() string

type Change2FAMethodParams

type Change2FAMethodParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Factor
	  factor

	*/
	Factor string
	/*MFAToken
	  mfa token

	*/
	MFAToken string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

Change2FAMethodParams contains all the parameters to send to the API endpoint for the change2fa method operation typically these are written to a http.Request

func NewChange2FAMethodParams

func NewChange2FAMethodParams() *Change2FAMethodParams

NewChange2FAMethodParams creates a new Change2FAMethodParams object with the default values initialized.

func NewChange2FAMethodParamsWithContext

func NewChange2FAMethodParamsWithContext(ctx context.Context) *Change2FAMethodParams

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

func NewChange2FAMethodParamsWithHTTPClient

func NewChange2FAMethodParamsWithHTTPClient(client *http.Client) *Change2FAMethodParams

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

func NewChange2FAMethodParamsWithTimeout

func NewChange2FAMethodParamsWithTimeout(timeout time.Duration) *Change2FAMethodParams

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

func (*Change2FAMethodParams) SetAuthInfoWriter

func (o *Change2FAMethodParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the change2fa method params

func (*Change2FAMethodParams) SetContext

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

SetContext adds the context to the change2fa method params

func (*Change2FAMethodParams) SetFactor

func (o *Change2FAMethodParams) SetFactor(factor string)

SetFactor adds the factor to the change2fa method params

func (*Change2FAMethodParams) SetFlightId

func (o *Change2FAMethodParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*Change2FAMethodParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change2fa method params

func (*Change2FAMethodParams) SetHTTPClientTransport

func (o *Change2FAMethodParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the change2fa method params

func (*Change2FAMethodParams) SetMFAToken

func (o *Change2FAMethodParams) SetMFAToken(mFAToken string)

SetMFAToken adds the mfaToken to the change2fa method params

func (*Change2FAMethodParams) SetTimeout

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

SetTimeout adds the timeout to the change2fa method params

func (*Change2FAMethodParams) WithContext

WithContext adds the context to the change2fa method params

func (*Change2FAMethodParams) WithFactor

func (o *Change2FAMethodParams) WithFactor(factor string) *Change2FAMethodParams

WithFactor adds the factor to the change2fa method params

func (*Change2FAMethodParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the change2fa method params

func (*Change2FAMethodParams) WithMFAToken

func (o *Change2FAMethodParams) WithMFAToken(mFAToken string) *Change2FAMethodParams

WithMFAToken adds the mFAToken to the change2fa method params

func (*Change2FAMethodParams) WithTimeout

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

WithTimeout adds the timeout to the change2fa method params

func (*Change2FAMethodParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type Change2FAMethodReader

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

Change2FAMethodReader is a Reader for the Change2FAMethod structure.

func (*Change2FAMethodReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Change2FAMethodTooManyRequests

type Change2FAMethodTooManyRequests struct {
	Payload *iamclientmodels.RestErrorResponse
}

Change2FAMethodTooManyRequests handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20007</td><td>too many requests</td></tr></table>

func NewChange2FAMethodTooManyRequests

func NewChange2FAMethodTooManyRequests() *Change2FAMethodTooManyRequests

NewChange2FAMethodTooManyRequests creates a Change2FAMethodTooManyRequests with default headers values

func (*Change2FAMethodTooManyRequests) Error

func (*Change2FAMethodTooManyRequests) GetPayload

func (*Change2FAMethodTooManyRequests) ToJSONString

func (o *Change2FAMethodTooManyRequests) ToJSONString() string

type Client

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

Client for o auth2 0 API

func (*Client) AdminRetrieveUserThirdPartyPlatformTokenV3 deprecated

Deprecated: 2022-08-10 - Use AdminRetrieveUserThirdPartyPlatformTokenV3Short instead.

AdminRetrieveUserThirdPartyPlatformTokenV3 admin retrieve user third party platform token Admin Retrieve User Third Party Platform Token This endpoint used for retrieving third party platform token for user that login using third party, if user have not link requested platform in game namespace, will try to retrieving third party platform token from publisher namespace. Passing platform group name or it's member will return same access token that can be used across the platform members. If platformUserId provided, IAM will prefer to get platform token by platform user id.

Notes: The third party platform and platform group covered for this is: - (psn) ps4web - (psn) ps4 - (psn) ps5 - epicgames - twitch - awscognito - amazon - eaorigin - snapchat - twitch - live

func (*Client) AdminRetrieveUserThirdPartyPlatformTokenV3Short

func (a *Client) AdminRetrieveUserThirdPartyPlatformTokenV3Short(params *AdminRetrieveUserThirdPartyPlatformTokenV3Params, authInfo runtime.ClientAuthInfoWriter) (*AdminRetrieveUserThirdPartyPlatformTokenV3OK, error)

AdminRetrieveUserThirdPartyPlatformTokenV3Short admin retrieve user third party platform token Admin Retrieve User Third Party Platform Token This endpoint used for retrieving third party platform token for user that login using third party, if user have not link requested platform in game namespace, will try to retrieving third party platform token from publisher namespace. Passing platform group name or it's member will return same access token that can be used across the platform members. If platformUserId provided, IAM will prefer to get platform token by platform user id.

Notes: The third party platform and platform group covered for this is: - (psn) ps4web - (psn) ps4 - (psn) ps5 - epicgames - twitch - awscognito - amazon - eaorigin - snapchat - twitch - live

func (*Client) AuthCodeRequestV3 deprecated

func (a *Client) AuthCodeRequestV3(params *AuthCodeRequestV3Params, authInfo runtime.ClientAuthInfoWriter) (*AuthCodeRequestV3Found, error)

Deprecated: 2022-08-10 - Use AuthCodeRequestV3Short instead.

AuthCodeRequestV3 generate url to request auth code from third party platform. Generate url to request auth code from third party platform ## Supported platforms: - **steamopenid**This endpoint redirects to steam login page, then redirect back to platform authenticate endpoint after successfully authenticating user steam. - **xblweb**This endpoint redirects to xbox login page, then redirect back to platform authenticate endpoint after successfully authenticating xbox user. - **ps4web**This endpoint redirects to psn login page, then redirect back to platform authenticate endpoint after successfully authenticating psn user. - **epicgames**This endpoint redirects to Epicgames OAuth login page. then redirect to platform authenticate endpoint after successfully authenticating an Epicgames credential - **twitch**This endpoint redirects to twitch login page, then redirect back to platform authenticate endpoint after successfully authenticating twitch user. - **azure**This endpoint redirects to azure login page, then redirect back to platform authenticate(saml) endpoint after successfully authenticating azure user. - **facebook**This endpoint redirects to facebook login page, then redirect back to platform authenticate endpoint after successfully authenticating facebook user. - **google**This endpoint redirects to google login page, then redirect back to platform authenticate endpoint after successfully authenticating google user. - **snapchat**This endpoint redirects to snapchat login page, then redirect back to platform authenticate endpoint after successfully authenticating snapchat user. - **discord**This endpoint redirects to discord login page, then redirect back to platform authenticate endpoint after successfully authenticating discord user. - **amazon**This endpoint redirects to amazon login page, then redirect back to platform authenticate endpoint after successfully authenticating amazon user. - **oculusweb**This endpoint redirects to oculus login page, then redirect back to Login Website page after successfully authenticating oculus user.

action code : 10702'

func (*Client) AuthCodeRequestV3Short

func (a *Client) AuthCodeRequestV3Short(params *AuthCodeRequestV3Params, authInfo runtime.ClientAuthInfoWriter) (*AuthCodeRequestV3Found, error)

AuthCodeRequestV3Short generate url to request auth code from third party platform. Generate url to request auth code from third party platform ## Supported platforms: - **steamopenid**This endpoint redirects to steam login page, then redirect back to platform authenticate endpoint after successfully authenticating user steam. - **xblweb**This endpoint redirects to xbox login page, then redirect back to platform authenticate endpoint after successfully authenticating xbox user. - **ps4web**This endpoint redirects to psn login page, then redirect back to platform authenticate endpoint after successfully authenticating psn user. - **epicgames**This endpoint redirects to Epicgames OAuth login page. then redirect to platform authenticate endpoint after successfully authenticating an Epicgames credential - **twitch**This endpoint redirects to twitch login page, then redirect back to platform authenticate endpoint after successfully authenticating twitch user. - **azure**This endpoint redirects to azure login page, then redirect back to platform authenticate(saml) endpoint after successfully authenticating azure user. - **facebook**This endpoint redirects to facebook login page, then redirect back to platform authenticate endpoint after successfully authenticating facebook user. - **google**This endpoint redirects to google login page, then redirect back to platform authenticate endpoint after successfully authenticating google user. - **snapchat**This endpoint redirects to snapchat login page, then redirect back to platform authenticate endpoint after successfully authenticating snapchat user. - **discord**This endpoint redirects to discord login page, then redirect back to platform authenticate endpoint after successfully authenticating discord user. - **amazon**This endpoint redirects to amazon login page, then redirect back to platform authenticate endpoint after successfully authenticating amazon user. - **oculusweb**This endpoint redirects to oculus login page, then redirect back to Login Website page after successfully authenticating oculus user.

action code : 10702'

func (*Client) AuthorizeV3 deprecated

func (a *Client) AuthorizeV3(params *AuthorizeV3Params, authInfo runtime.ClientAuthInfoWriter) (*AuthorizeV3Found, error)

Deprecated: 2022-08-10 - Use AuthorizeV3Short instead.

AuthorizeV3 oauth2 authorize api Initializes OAuth2.0 authorization code flow The endpoint stores authorization request and redirects to login page with the authorization request id. The user can then do the authentication on the login page. The user will be redirected back to the requesting client with authorization code if successfully authenticated.

Only authorization code flow supported by this endpoint, implicit flow is not supported. - **Authorize success**: redirects to login page with the following information: ?request_id={authorization_request_id} - **Authorize failure**: redirects to the given redirect uri with the following information: ?error={error_code}&error;_description={error description}

For Public Client case, it's mandatory to fill **code_challenge** to avoid authorization code interception attack. Please refer to the RFC for more information about Proof Key for Code Exchange(PKCE): https://datatracker.ietf.org/doc/html/rfc7636

Following are the error code based on the specification: - invalid_request: The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. - server_error: The authorization server encountered an unexpected condition that prevented it from fulfilling the request. - unauthorized_client: The client is not authorized to request a token using this method. - access_denied: The resource owner or authorization server denied the request. - invalid_scope: The requested scope is invalid, unknown, or malformed. - unsupported_response_type: The authorization server does not support obtaining a token using this method. - temporarily_unavailable: The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server. Please refer to the RFC for more information about authorization code flow: https://tools.ietf.org/html/rfc6749#section-4.1 action code: 10701

func (*Client) AuthorizeV3Short

func (a *Client) AuthorizeV3Short(params *AuthorizeV3Params, authInfo runtime.ClientAuthInfoWriter) (*AuthorizeV3Found, error)

AuthorizeV3Short oauth2 authorize api Initializes OAuth2.0 authorization code flow The endpoint stores authorization request and redirects to login page with the authorization request id. The user can then do the authentication on the login page. The user will be redirected back to the requesting client with authorization code if successfully authenticated.

Only authorization code flow supported by this endpoint, implicit flow is not supported. - **Authorize success**: redirects to login page with the following information: ?request_id={authorization_request_id} - **Authorize failure**: redirects to the given redirect uri with the following information: ?error={error_code}&error;_description={error description}

For Public Client case, it's mandatory to fill **code_challenge** to avoid authorization code interception attack. Please refer to the RFC for more information about Proof Key for Code Exchange(PKCE): https://datatracker.ietf.org/doc/html/rfc7636

Following are the error code based on the specification: - invalid_request: The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. - server_error: The authorization server encountered an unexpected condition that prevented it from fulfilling the request. - unauthorized_client: The client is not authorized to request a token using this method. - access_denied: The resource owner or authorization server denied the request. - invalid_scope: The requested scope is invalid, unknown, or malformed. - unsupported_response_type: The authorization server does not support obtaining a token using this method. - temporarily_unavailable: The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server. Please refer to the RFC for more information about authorization code flow: https://tools.ietf.org/html/rfc6749#section-4.1 action code: 10701

func (*Client) Change2FAMethod deprecated

Deprecated: 2022-08-10 - Use Change2FAMethodShort instead.

Change2FAMethod change 2fa method Change 2FA method This endpoint is used for change 2FA method. Only enabled methods are accepted. Supported methods: - authenticator - backupCode - email

func (*Client) Change2FAMethodShort

func (a *Client) Change2FAMethodShort(params *Change2FAMethodParams, authInfo runtime.ClientAuthInfoWriter) (*Change2FAMethodNoContent, error)

Change2FAMethodShort change 2fa method Change 2FA method This endpoint is used for change 2FA method. Only enabled methods are accepted. Supported methods: - authenticator - backupCode - email

func (*Client) GetJWKSV3 deprecated

func (a *Client) GetJWKSV3(params *GetJWKSV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetJWKSV3OK, error)

Deprecated: 2022-08-10 - Use GetJWKSV3Short instead.

GetJWKSV3 json web key set for verifying jwt This endpoint serves public keys for verifying JWT access tokens generated by this service. When a client application wants to verify a JWT token, it needs to get the 'kid' value found in the JWT token header and use it to look up the corresponding public key from a set returned by this endpoint. The client application can then use that public key to verify the JWT. A client application might cache the keys so it doesn't need to do request every time it needs to verify a JWT token. If a client application caches the keys and a key with the same 'kid' cannot be found in the cache, it should then try to refresh the keys by making a request to this endpoint again. Please refer to the RFC for more information about JWK (JSON Web Key): https://tools.ietf.org/html/rfc7517 action code : 10709

func (*Client) GetJWKSV3Short

func (a *Client) GetJWKSV3Short(params *GetJWKSV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetJWKSV3OK, error)

GetJWKSV3Short json web key set for verifying jwt This endpoint serves public keys for verifying JWT access tokens generated by this service. When a client application wants to verify a JWT token, it needs to get the 'kid' value found in the JWT token header and use it to look up the corresponding public key from a set returned by this endpoint. The client application can then use that public key to verify the JWT. A client application might cache the keys so it doesn't need to do request every time it needs to verify a JWT token. If a client application caches the keys and a key with the same 'kid' cannot be found in the cache, it should then try to refresh the keys by making a request to this endpoint again. Please refer to the RFC for more information about JWK (JSON Web Key): https://tools.ietf.org/html/rfc7517 action code : 10709

func (*Client) GetRevocationListV3 deprecated

Deprecated: 2022-08-10 - Use GetRevocationListV3Short instead.

GetRevocationListV3 oauth2 revocation list api This endpoint will return a list of revoked users and revoked tokens. List of revoked tokens in bloom filter format. This endpoint requires all requests to have Authorization header set with Basic access authentication constructed from client id and client secret. The bloom filter uses MurmurHash3 algorithm for hashing the values action code : 10708

func (*Client) GetRevocationListV3Short

func (a *Client) GetRevocationListV3Short(params *GetRevocationListV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetRevocationListV3OK, error)

GetRevocationListV3Short oauth2 revocation list api This endpoint will return a list of revoked users and revoked tokens. List of revoked tokens in bloom filter format. This endpoint requires all requests to have Authorization header set with Basic access authentication constructed from client id and client secret. The bloom filter uses MurmurHash3 algorithm for hashing the values action code : 10708

func (*Client) PlatformTokenGrantV3 deprecated

Deprecated: 2022-08-10 - Use PlatformTokenGrantV3Short instead.

PlatformTokenGrantV3 oauth2 access token generation specific to platform Platform token grant specifically used for performing token grant using platform, e.g. Steam, Justice, etc. The endpoint automatically create an account if the account associated with the platform is not exists yet. This endpoint requires all requests to have Authorization header set with Basic access authentication constructed from client id and client secret. For publisher-game namespace schema : Specify only either platform_token or device_id. Device token grant should be requested along with device_id parameter against game namespace. Another 3rd party platform token grant should be requested along with platform_token parameter against publisher namespace. ## 2FA remember device To remember device for 2FA, should provide cookie: device_token or header: Device-Token ## Supported platforms: - **steam**: The platform_token�s value is the binary ticket returned by Steam. If this ticket was generated by Steam GetAuthTicketForWebApi with version >= 1.57, then platform token should use this style: `{identity}:{ticket}`, the `{identity}` was the parameter to call GetAuthTicketForWebApi when the ticket was created. Note: Do not contain `:` in this `{identity}`. - **steamopenid**: Steam's user authentication method using OpenID 2.0. The platform_token's value is URL generated by Steam on web authentication - **facebook**: The platform_token�s value is the authorization code returned by Facebook OAuth - **google**: The platform_token�s value is the authorization code returned by Google OAuth - **oculus**: The platform_token�s value is a string composed of Oculus's user ID and the nonce separated by a colon (:). - **twitch**: The platform_token�s value is the authorization code returned by Twitch OAuth. - **discord**: The platform_token�s value is the authorization code returned by Discord OAuth - **android**: The device_id is the Android�s device ID - **ios**: The device_id is the iOS�s device ID. - **apple**: The platform_token�s value is the authorization code returned by Apple OAuth.(We will use this code to generate APP token) - **device**: Every device that does�nt run Android and iOS is categorized as a device. The device_id is the device�s ID. - **justice**: The platform_token�s value is the designated user�s access token. - **epicgames**: The platform_token�s value is an access-token or authorization code obtained from Epicgames EOS Account Service. - **ps4**: The platform_token�s value is the authorization code returned by Sony OAuth. - **ps5**: The platform_token�s value is the authorization code returned by Sony OAuth. - **nintendo**: The platform_token�s value is the id_token returned by Nintendo OAuth. - **awscognito**: The platform_token�s value is the aws cognito access token or id token (JWT). - **live**: The platform_token�s value is xbox XSTS token - **xblweb**: The platform_token�s value is code returned by xbox after login - **netflix**: The platform_token�s value is GAT (Gamer Access Token) returned by Netflix backend - **snapchat**: The platform_token�s value is the authorization code returned by Snapchat OAuth. - **for specific generic oauth (OIDC)**: The platform_token�s value should be the same type as created OIDC auth type whether it is auth code, idToken or bearerToken.

## Account Group Several platforms are grouped under account groups. The accounts on these platforms have the same platform user id. Login using one of these platform will returns the same IAM user. Following is the current registered account grouping: - Steam group(steamnetwork): - steam - steamopenid - PSN group(psn) - ps4web - ps4 - ps5 - XBOX group(xbox) - live - xblweb - Oculus group(oculusgroup) - oculus - oculusweb

## Access Token Content Following is the access token�s content: - **namespace**. It is the namespace the token was generated from. - **display_name**. The display name of the sub. It is empty if the token is generated from the client credential - **roles**. The sub�s roles. It is empty if the token is generated from the client credential - **namespace_roles**. The sub�s roles scoped to namespace. Improvement from roles, which make the role scoped to specific namespace instead of global to publisher namespace - **permissions**. The sub or aud� permissions - **bans**. The sub�s list of bans. It is used by the IAM client for validating the token. - **jflgs**. It stands for Justice Flags. It is a special flag used for storing additional status information regarding the sub. It is implemented as a bit mask. Following explains what each bit represents: - 1: Email Address Verified - 2: Phone Number Verified - 4: Anonymous - 8: Suspicious Login - **aud**. The aud is the client ID. - **iat**. The time the token issues at. It is in Epoch time format - **exp**. The time the token expires. It is in Epoch time format - **sub**. The UserID. The sub is omitted if the token is generated from client credential

## Bans The JWT contains user's active bans with its expiry date. List of ban types can be obtained from /bans.

action code : 10704

func (*Client) PlatformTokenGrantV3Short

func (a *Client) PlatformTokenGrantV3Short(params *PlatformTokenGrantV3Params, authInfo runtime.ClientAuthInfoWriter) (*PlatformTokenGrantV3OK, error)

PlatformTokenGrantV3Short oauth2 access token generation specific to platform Platform token grant specifically used for performing token grant using platform, e.g. Steam, Justice, etc. The endpoint automatically create an account if the account associated with the platform is not exists yet. This endpoint requires all requests to have Authorization header set with Basic access authentication constructed from client id and client secret. For publisher-game namespace schema : Specify only either platform_token or device_id. Device token grant should be requested along with device_id parameter against game namespace. Another 3rd party platform token grant should be requested along with platform_token parameter against publisher namespace. ## 2FA remember device To remember device for 2FA, should provide cookie: device_token or header: Device-Token ## Supported platforms: - **steam**: The platform_token�s value is the binary ticket returned by Steam. If this ticket was generated by Steam GetAuthTicketForWebApi with version >= 1.57, then platform token should use this style: `{identity}:{ticket}`, the `{identity}` was the parameter to call GetAuthTicketForWebApi when the ticket was created. Note: Do not contain `:` in this `{identity}`. - **steamopenid**: Steam's user authentication method using OpenID 2.0. The platform_token's value is URL generated by Steam on web authentication - **facebook**: The platform_token�s value is the authorization code returned by Facebook OAuth - **google**: The platform_token�s value is the authorization code returned by Google OAuth - **oculus**: The platform_token�s value is a string composed of Oculus's user ID and the nonce separated by a colon (:). - **twitch**: The platform_token�s value is the authorization code returned by Twitch OAuth. - **discord**: The platform_token�s value is the authorization code returned by Discord OAuth - **android**: The device_id is the Android�s device ID - **ios**: The device_id is the iOS�s device ID. - **apple**: The platform_token�s value is the authorization code returned by Apple OAuth.(We will use this code to generate APP token) - **device**: Every device that does�nt run Android and iOS is categorized as a device. The device_id is the device�s ID. - **justice**: The platform_token�s value is the designated user�s access token. - **epicgames**: The platform_token�s value is an access-token or authorization code obtained from Epicgames EOS Account Service. - **ps4**: The platform_token�s value is the authorization code returned by Sony OAuth. - **ps5**: The platform_token�s value is the authorization code returned by Sony OAuth. - **nintendo**: The platform_token�s value is the id_token returned by Nintendo OAuth. - **awscognito**: The platform_token�s value is the aws cognito access token or id token (JWT). - **live**: The platform_token�s value is xbox XSTS token - **xblweb**: The platform_token�s value is code returned by xbox after login - **netflix**: The platform_token�s value is GAT (Gamer Access Token) returned by Netflix backend - **snapchat**: The platform_token�s value is the authorization code returned by Snapchat OAuth. - **for specific generic oauth (OIDC)**: The platform_token�s value should be the same type as created OIDC auth type whether it is auth code, idToken or bearerToken.

## Account Group Several platforms are grouped under account groups. The accounts on these platforms have the same platform user id. Login using one of these platform will returns the same IAM user. Following is the current registered account grouping: - Steam group(steamnetwork): - steam - steamopenid - PSN group(psn) - ps4web - ps4 - ps5 - XBOX group(xbox) - live - xblweb - Oculus group(oculusgroup) - oculus - oculusweb

## Access Token Content Following is the access token�s content: - **namespace**. It is the namespace the token was generated from. - **display_name**. The display name of the sub. It is empty if the token is generated from the client credential - **roles**. The sub�s roles. It is empty if the token is generated from the client credential - **namespace_roles**. The sub�s roles scoped to namespace. Improvement from roles, which make the role scoped to specific namespace instead of global to publisher namespace - **permissions**. The sub or aud� permissions - **bans**. The sub�s list of bans. It is used by the IAM client for validating the token. - **jflgs**. It stands for Justice Flags. It is a special flag used for storing additional status information regarding the sub. It is implemented as a bit mask. Following explains what each bit represents: - 1: Email Address Verified - 2: Phone Number Verified - 4: Anonymous - 8: Suspicious Login - **aud**. The aud is the client ID. - **iat**. The time the token issues at. It is in Epoch time format - **exp**. The time the token expires. It is in Epoch time format - **sub**. The UserID. The sub is omitted if the token is generated from client credential

## Bans The JWT contains user's active bans with its expiry date. List of ban types can be obtained from /bans.

action code : 10704

func (*Client) RetrieveUserThirdPartyPlatformTokenV3 deprecated

Deprecated: 2022-08-10 - Use RetrieveUserThirdPartyPlatformTokenV3Short instead.

RetrieveUserThirdPartyPlatformTokenV3 retrieve user third party platform token Retrieve User Third Party Platform Token This endpoint used for retrieving third party platform token for user that login using third party, if user have not link requested platform in game namespace, will try to retrieving third party platform token from publisher namespace. Passing platform group name or it's member will return same access token that can be used across the platform members.

The third party platform and platform group covered for this is: - (psn) ps4web - (psn) ps4 - (psn) ps5 - epicgames - twitch - awscognito - - eaorigin - snapchat - twitch - live

func (*Client) RetrieveUserThirdPartyPlatformTokenV3Short

func (a *Client) RetrieveUserThirdPartyPlatformTokenV3Short(params *RetrieveUserThirdPartyPlatformTokenV3Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveUserThirdPartyPlatformTokenV3OK, error)

RetrieveUserThirdPartyPlatformTokenV3Short retrieve user third party platform token Retrieve User Third Party Platform Token This endpoint used for retrieving third party platform token for user that login using third party, if user have not link requested platform in game namespace, will try to retrieving third party platform token from publisher namespace. Passing platform group name or it's member will return same access token that can be used across the platform members.

The third party platform and platform group covered for this is: - (psn) ps4web - (psn) ps4 - (psn) ps5 - epicgames - twitch - awscognito - - eaorigin - snapchat - twitch - live

func (*Client) RevokeUserV3 deprecated

Deprecated: 2022-08-10 - Use RevokeUserV3Short instead.

RevokeUserV3 revokes user's tokens' This endpoint revokes all access tokens and refresh tokens a user has prior the revocation time. This endpoint requires authorized requests header with valid access token. It is a convenient feature for the developer (or admin) who wanted to revokes all user's access tokens and refresh tokens generated before some period of time. action code : 10707

func (*Client) RevokeUserV3Short

func (a *Client) RevokeUserV3Short(params *RevokeUserV3Params, authInfo runtime.ClientAuthInfoWriter) (*RevokeUserV3NoContent, error)

RevokeUserV3Short revokes user's tokens' This endpoint revokes all access tokens and refresh tokens a user has prior the revocation time. This endpoint requires authorized requests header with valid access token. It is a convenient feature for the developer (or admin) who wanted to revokes all user's access tokens and refresh tokens generated before some period of time. action code : 10707

func (*Client) SendMFAAuthenticationCode deprecated

Deprecated: 2022-08-10 - Use SendMFAAuthenticationCodeShort instead.

SendMFAAuthenticationCode send 2fa code Send 2FA code This endpoint is used for sending 2FA code.

func (*Client) SendMFAAuthenticationCodeShort

func (a *Client) SendMFAAuthenticationCodeShort(params *SendMFAAuthenticationCodeParams, authInfo runtime.ClientAuthInfoWriter) (*SendMFAAuthenticationCodeNoContent, error)

SendMFAAuthenticationCodeShort send 2fa code Send 2FA code This endpoint is used for sending 2FA code.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SimultaneousLoginV3 deprecated

Deprecated: 2022-08-10 - Use SimultaneousLoginV3Short instead.

SimultaneousLoginV3 simultaneous login # This endpoint is in ALPHA, avoid using this endpoint fow now, reach out to AB support for inquiries

Simultaneous login flow.

The primary goals of this project are to entitle players to authenticate on a native PC platform(Steam/Epic) and the PlayStation platform, link their accounts, and provide support for platform sync with a valid 3rd platform access token.

## Given a valid native ticket and empty simultaneous ticket, these cases will be failed - Native ticket's account is not linked AGS account yet - Native ticket's account is linked AGS account, but ASG account is not linked simultaneous platform yet - Native ticket's account is linked AGS account, AGS account is linked simultaneous platform but there is no available simultaneous token.(only if this platform is expected to store the platform token)

## Given a valid native ticket and empty simultaneous ticket, this case will be success - Native ticket's account already linked AGS account, this AGS account already linked simultaneous platform. There is valid simultaneous token.(this is required only when this simultaneous is expected to cache platform token)

## Given a valid native ticket token and valid simultaneous ticket, these cases will be failed #### Native ticket's account is already linked with AGS account - Native linked AGS account is linked this simultaneous platform but is different with simultaneous ticket's account - Native linked AGS account is not linked with simultaneous but has a linking history with simultaneous platform and it is different with simultaneous ticket's account #### Native ticket's account is not linked with AGS account and Simultaneous ticket's account is already linked wth AGS account - Simultaneous linked AGS account is linked this native platform but is different with native ticket's account - Simultaneous linked AGS account is not linked with native but has a linking history with native platform and it is different with native ticket's account

## Given a valid native ticket and valid simultaneous ticket, these cases will be success - Native ticket's account & Simultaneous ticket's account are both not linked to AGS account yet - Native ticket's account & Simultaneous ticket's account are already linked to same AGS account

func (*Client) SimultaneousLoginV3Short

func (a *Client) SimultaneousLoginV3Short(params *SimultaneousLoginV3Params, authInfo runtime.ClientAuthInfoWriter) (*SimultaneousLoginV3OK, error)

SimultaneousLoginV3Short simultaneous login # This endpoint is in ALPHA, avoid using this endpoint fow now, reach out to AB support for inquiries

Simultaneous login flow.

The primary goals of this project are to entitle players to authenticate on a native PC platform(Steam/Epic) and the PlayStation platform, link their accounts, and provide support for platform sync with a valid 3rd platform access token.

## Given a valid native ticket and empty simultaneous ticket, these cases will be failed - Native ticket's account is not linked AGS account yet - Native ticket's account is linked AGS account, but ASG account is not linked simultaneous platform yet - Native ticket's account is linked AGS account, AGS account is linked simultaneous platform but there is no available simultaneous token.(only if this platform is expected to store the platform token)

## Given a valid native ticket and empty simultaneous ticket, this case will be success - Native ticket's account already linked AGS account, this AGS account already linked simultaneous platform. There is valid simultaneous token.(this is required only when this simultaneous is expected to cache platform token)

## Given a valid native ticket token and valid simultaneous ticket, these cases will be failed #### Native ticket's account is already linked with AGS account - Native linked AGS account is linked this simultaneous platform but is different with simultaneous ticket's account - Native linked AGS account is not linked with simultaneous but has a linking history with simultaneous platform and it is different with simultaneous ticket's account #### Native ticket's account is not linked with AGS account and Simultaneous ticket's account is already linked wth AGS account - Simultaneous linked AGS account is linked this native platform but is different with native ticket's account - Simultaneous linked AGS account is not linked with native but has a linking history with native platform and it is different with native ticket's account

## Given a valid native ticket and valid simultaneous ticket, these cases will be success - Native ticket's account & Simultaneous ticket's account are both not linked to AGS account yet - Native ticket's account & Simultaneous ticket's account are already linked to same AGS account

func (*Client) TokenGrantV3 deprecated

Deprecated: 2022-08-10 - Use TokenGrantV3Short instead.

TokenGrantV3 oauth2 access token generation endpoint This endpoint supports grant type: 1. Grant Type == `authorization_code`: It generates the user token by given the authorization code which generated in "/iam/v3/authenticate" API response. It should also pass in the redirect_uri, which should be the same as generating the authorization code request. 2. Grant Type == `password`: The grant type to use for authenticating a user, whether it's by email / username and password combination or through platform. 3. Grant Type == `refresh_token`: Used to get a new access token for a valid refresh token. 4. Grant Type == `client_credentials`: It generates a token by checking the client credentials provided through Authorization header. 5. Grant Type == `urn:ietf:params:oauth:grant-type:extend_client_credentials`: It generates a token by checking the client credentials provided through Authorization header. It only allows publisher/studio namespace client. In generated token: 1. There wil be no roles, namespace_roles & permission. 2. The scope will be fixed as 'extend'. 3. There will have a new field 'extend_namespace', the value is from token request body.

## Access Token Content Following is the access token�s content: - **namespace**. It is the namespace the token was generated from. - **display_name**. The display name of the sub. It is empty if the token is generated from the client credential - **roles**. The sub�s roles. It is empty if the token is generated from the client credential - **namespace_roles**. The sub�s roles scoped to namespace. Improvement from roles, which make the role scoped to specific namespace instead of global to publisher namespace - **permissions**. The sub or aud� permissions - **bans**. The sub�s list of bans. It is used by the IAM client for validating the token. - **jflgs**. It stands for Justice Flags. It is a special flag used for storing additional status information regarding the sub. It is implemented as a bit mask. Following explains what each bit represents: - 1: Email Address Verified - 2: Phone Number Verified - 4: Anonymous - 8: Suspicious Login - **aud**. The aud is the targeted resource server. - **iat**. The time the token issues at. It is in Epoch time format - **exp**. The time the token expires. It is in Epoch time format - **client_id**. The UserID. The sub is omitted if the token is generated from client credential - **scope**. The scope of the access request, expressed as a list of space-delimited, case-sensitive strings

## Bans The JWT contains user's active bans with its expiry date. List of ban types can be obtained from /bans. ## Device Cookie Validation _**For grant type "password" only**_ Device Cookie is used to protect the user account from brute force login attack, [more detail from OWASP. This endpoint will read device cookie from request header **Auth-Trust-Id**. If device cookie not found, it will generate a new one and set it into response body **auth_trust_id** when successfully login. ## Track Login History This endpoint will track login history to detect suspicious login activity, please provide **Device-Id** (alphanumeric) in request header parameter otherwise it will set to "unknown". Align with General Data Protection Regulation in Europe, user login history will be kept within 28 days by default" ## 2FA remember device To remember device for 2FA, should provide cookie: device_token or header: Device-Token ## Response note If it is a user token request and user hasn't accepted required legal policy, the field `is_comply` will be false in response and responsed token will have no permission. action code: 10703

func (*Client) TokenGrantV3Short

func (a *Client) TokenGrantV3Short(params *TokenGrantV3Params, authInfo runtime.ClientAuthInfoWriter) (*TokenGrantV3OK, error)

TokenGrantV3Short oauth2 access token generation endpoint This endpoint supports grant type: 1. Grant Type == `authorization_code`: It generates the user token by given the authorization code which generated in "/iam/v3/authenticate" API response. It should also pass in the redirect_uri, which should be the same as generating the authorization code request. 2. Grant Type == `password`: The grant type to use for authenticating a user, whether it's by email / username and password combination or through platform. 3. Grant Type == `refresh_token`: Used to get a new access token for a valid refresh token. 4. Grant Type == `client_credentials`: It generates a token by checking the client credentials provided through Authorization header. 5. Grant Type == `urn:ietf:params:oauth:grant-type:extend_client_credentials`: It generates a token by checking the client credentials provided through Authorization header. It only allows publisher/studio namespace client. In generated token: 1. There wil be no roles, namespace_roles & permission. 2. The scope will be fixed as 'extend'. 3. There will have a new field 'extend_namespace', the value is from token request body.

## Access Token Content Following is the access token�s content: - **namespace**. It is the namespace the token was generated from. - **display_name**. The display name of the sub. It is empty if the token is generated from the client credential - **roles**. The sub�s roles. It is empty if the token is generated from the client credential - **namespace_roles**. The sub�s roles scoped to namespace. Improvement from roles, which make the role scoped to specific namespace instead of global to publisher namespace - **permissions**. The sub or aud� permissions - **bans**. The sub�s list of bans. It is used by the IAM client for validating the token. - **jflgs**. It stands for Justice Flags. It is a special flag used for storing additional status information regarding the sub. It is implemented as a bit mask. Following explains what each bit represents: - 1: Email Address Verified - 2: Phone Number Verified - 4: Anonymous - 8: Suspicious Login - **aud**. The aud is the targeted resource server. - **iat**. The time the token issues at. It is in Epoch time format - **exp**. The time the token expires. It is in Epoch time format - **client_id**. The UserID. The sub is omitted if the token is generated from client credential - **scope**. The scope of the access request, expressed as a list of space-delimited, case-sensitive strings

## Bans The JWT contains user's active bans with its expiry date. List of ban types can be obtained from /bans. ## Device Cookie Validation _**For grant type "password" only**_ Device Cookie is used to protect the user account from brute force login attack, [more detail from OWASP. This endpoint will read device cookie from request header **Auth-Trust-Id**. If device cookie not found, it will generate a new one and set it into response body **auth_trust_id** when successfully login. ## Track Login History This endpoint will track login history to detect suspicious login activity, please provide **Device-Id** (alphanumeric) in request header parameter otherwise it will set to "unknown". Align with General Data Protection Regulation in Europe, user login history will be kept within 28 days by default" ## 2FA remember device To remember device for 2FA, should provide cookie: device_token or header: Device-Token ## Response note If it is a user token request and user hasn't accepted required legal policy, the field `is_comply` will be false in response and responsed token will have no permission. action code: 10703

func (*Client) TokenIntrospectionV3 deprecated

Deprecated: 2022-08-10 - Use TokenIntrospectionV3Short instead.

TokenIntrospectionV3 oauth2 token introspection api This endpoint returns information about an access token intended to be used by resource servers or other internal servers. This endpoint requires authorized requests header with valid basic or bearer token. action code : 10705

func (*Client) TokenIntrospectionV3Short

func (a *Client) TokenIntrospectionV3Short(params *TokenIntrospectionV3Params, authInfo runtime.ClientAuthInfoWriter) (*TokenIntrospectionV3OK, error)

TokenIntrospectionV3Short oauth2 token introspection api This endpoint returns information about an access token intended to be used by resource servers or other internal servers. This endpoint requires authorized requests header with valid basic or bearer token. action code : 10705

func (*Client) TokenRevocationV3 deprecated

Deprecated: 2022-08-10 - Use TokenRevocationV3Short instead.

TokenRevocationV3 oauth2 token revocation api This endpoint revokes a token. This endpoint requires authorized requests header with Basic Authentication from client that establish the token. action code: 10706

func (*Client) TokenRevocationV3Short

func (a *Client) TokenRevocationV3Short(params *TokenRevocationV3Params, authInfo runtime.ClientAuthInfoWriter) (*TokenRevocationV3OK, error)

TokenRevocationV3Short oauth2 token revocation api This endpoint revokes a token. This endpoint requires authorized requests header with Basic Authentication from client that establish the token. action code: 10706

func (*Client) Verify2FACode deprecated

Deprecated: 2022-08-10 - Use Verify2FACodeShort instead.

Verify2FACode verify 2fa code Verify 2FA code This endpoint is used for verifying 2FA code. ## 2FA remember device To remember device for 2FA, should provide cookie: device_token or header: Device-Token

func (*Client) Verify2FACodeShort

func (a *Client) Verify2FACodeShort(params *Verify2FACodeParams, authInfo runtime.ClientAuthInfoWriter) (*Verify2FACodeOK, error)

Verify2FACodeShort verify 2fa code Verify 2FA code This endpoint is used for verifying 2FA code. ## 2FA remember device To remember device for 2FA, should provide cookie: device_token or header: Device-Token

func (*Client) VerifyTokenV3 deprecated

Deprecated: 2022-08-10 - Use VerifyTokenV3Short instead.

VerifyTokenV3 oauth2 token verification api This endpoint requires all requests to have Authorization header set with Basic access authentication constructed from client id and client secret.

func (*Client) VerifyTokenV3Short

func (a *Client) VerifyTokenV3Short(params *VerifyTokenV3Params, authInfo runtime.ClientAuthInfoWriter) (*VerifyTokenV3OK, error)

VerifyTokenV3Short oauth2 token verification api This endpoint requires all requests to have Authorization header set with Basic access authentication constructed from client id and client secret.

type ClientService

type ClientService interface {
	AdminRetrieveUserThirdPartyPlatformTokenV3(params *AdminRetrieveUserThirdPartyPlatformTokenV3Params, authInfo runtime.ClientAuthInfoWriter) (*AdminRetrieveUserThirdPartyPlatformTokenV3OK, *AdminRetrieveUserThirdPartyPlatformTokenV3Unauthorized, *AdminRetrieveUserThirdPartyPlatformTokenV3Forbidden, *AdminRetrieveUserThirdPartyPlatformTokenV3NotFound, error)
	AdminRetrieveUserThirdPartyPlatformTokenV3Short(params *AdminRetrieveUserThirdPartyPlatformTokenV3Params, authInfo runtime.ClientAuthInfoWriter) (*AdminRetrieveUserThirdPartyPlatformTokenV3OK, error)
	RevokeUserV3(params *RevokeUserV3Params, authInfo runtime.ClientAuthInfoWriter) (*RevokeUserV3NoContent, *RevokeUserV3BadRequest, *RevokeUserV3Unauthorized, *RevokeUserV3Forbidden, error)
	RevokeUserV3Short(params *RevokeUserV3Params, authInfo runtime.ClientAuthInfoWriter) (*RevokeUserV3NoContent, error)
	AuthorizeV3(params *AuthorizeV3Params, authInfo runtime.ClientAuthInfoWriter) (*AuthorizeV3Found, error)
	AuthorizeV3Short(params *AuthorizeV3Params, authInfo runtime.ClientAuthInfoWriter) (*AuthorizeV3Found, error)
	TokenIntrospectionV3(params *TokenIntrospectionV3Params, authInfo runtime.ClientAuthInfoWriter) (*TokenIntrospectionV3OK, *TokenIntrospectionV3BadRequest, *TokenIntrospectionV3Unauthorized, error)
	TokenIntrospectionV3Short(params *TokenIntrospectionV3Params, authInfo runtime.ClientAuthInfoWriter) (*TokenIntrospectionV3OK, error)
	GetJWKSV3(params *GetJWKSV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetJWKSV3OK, error)
	GetJWKSV3Short(params *GetJWKSV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetJWKSV3OK, error)
	SendMFAAuthenticationCode(params *SendMFAAuthenticationCodeParams, authInfo runtime.ClientAuthInfoWriter) (*SendMFAAuthenticationCodeNoContent, *SendMFAAuthenticationCodeBadRequest, *SendMFAAuthenticationCodeForbidden, *SendMFAAuthenticationCodeNotFound, *SendMFAAuthenticationCodeTooManyRequests, *SendMFAAuthenticationCodeInternalServerError, error)
	SendMFAAuthenticationCodeShort(params *SendMFAAuthenticationCodeParams, authInfo runtime.ClientAuthInfoWriter) (*SendMFAAuthenticationCodeNoContent, error)
	Change2FAMethod(params *Change2FAMethodParams, authInfo runtime.ClientAuthInfoWriter) (*Change2FAMethodNoContent, *Change2FAMethodBadRequest, *Change2FAMethodTooManyRequests, *Change2FAMethodInternalServerError, error)
	Change2FAMethodShort(params *Change2FAMethodParams, authInfo runtime.ClientAuthInfoWriter) (*Change2FAMethodNoContent, error)
	Verify2FACode(params *Verify2FACodeParams, authInfo runtime.ClientAuthInfoWriter) (*Verify2FACodeOK, *Verify2FACodeUnauthorized, error)
	Verify2FACodeShort(params *Verify2FACodeParams, authInfo runtime.ClientAuthInfoWriter) (*Verify2FACodeOK, error)
	RetrieveUserThirdPartyPlatformTokenV3(params *RetrieveUserThirdPartyPlatformTokenV3Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveUserThirdPartyPlatformTokenV3OK, *RetrieveUserThirdPartyPlatformTokenV3Unauthorized, *RetrieveUserThirdPartyPlatformTokenV3Forbidden, *RetrieveUserThirdPartyPlatformTokenV3NotFound, error)
	RetrieveUserThirdPartyPlatformTokenV3Short(params *RetrieveUserThirdPartyPlatformTokenV3Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveUserThirdPartyPlatformTokenV3OK, error)
	AuthCodeRequestV3(params *AuthCodeRequestV3Params, authInfo runtime.ClientAuthInfoWriter) (*AuthCodeRequestV3Found, error)
	AuthCodeRequestV3Short(params *AuthCodeRequestV3Params, authInfo runtime.ClientAuthInfoWriter) (*AuthCodeRequestV3Found, error)
	PlatformTokenGrantV3(params *PlatformTokenGrantV3Params, authInfo runtime.ClientAuthInfoWriter) (*PlatformTokenGrantV3OK, *PlatformTokenGrantV3BadRequest, *PlatformTokenGrantV3Unauthorized, *PlatformTokenGrantV3Forbidden, *PlatformTokenGrantV3ServiceUnavailable, error)
	PlatformTokenGrantV3Short(params *PlatformTokenGrantV3Params, authInfo runtime.ClientAuthInfoWriter) (*PlatformTokenGrantV3OK, error)
	GetRevocationListV3(params *GetRevocationListV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetRevocationListV3OK, *GetRevocationListV3Unauthorized, error)
	GetRevocationListV3Short(params *GetRevocationListV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetRevocationListV3OK, error)
	TokenRevocationV3(params *TokenRevocationV3Params, authInfo runtime.ClientAuthInfoWriter) (*TokenRevocationV3OK, *TokenRevocationV3BadRequest, *TokenRevocationV3Unauthorized, error)
	TokenRevocationV3Short(params *TokenRevocationV3Params, authInfo runtime.ClientAuthInfoWriter) (*TokenRevocationV3OK, error)
	SimultaneousLoginV3(params *SimultaneousLoginV3Params, authInfo runtime.ClientAuthInfoWriter) (*SimultaneousLoginV3OK, *SimultaneousLoginV3BadRequest, *SimultaneousLoginV3Unauthorized, *SimultaneousLoginV3Conflict, *SimultaneousLoginV3InternalServerError, error)
	SimultaneousLoginV3Short(params *SimultaneousLoginV3Params, authInfo runtime.ClientAuthInfoWriter) (*SimultaneousLoginV3OK, error)
	TokenGrantV3(params *TokenGrantV3Params, authInfo runtime.ClientAuthInfoWriter) (*TokenGrantV3OK, *TokenGrantV3BadRequest, *TokenGrantV3Unauthorized, *TokenGrantV3Forbidden, *TokenGrantV3TooManyRequests, error)
	TokenGrantV3Short(params *TokenGrantV3Params, authInfo runtime.ClientAuthInfoWriter) (*TokenGrantV3OK, error)
	VerifyTokenV3(params *VerifyTokenV3Params, authInfo runtime.ClientAuthInfoWriter) (*VerifyTokenV3OK, *VerifyTokenV3BadRequest, error)
	VerifyTokenV3Short(params *VerifyTokenV3Params, authInfo runtime.ClientAuthInfoWriter) (*VerifyTokenV3OK, 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 o auth2 0 API client.

type GetJWKSV3OK

type GetJWKSV3OK struct {
	Payload *iamclientmodels.OauthcommonJWKSet
}

GetJWKSV3OK handles this case with default header values.

JWKS returned

func NewGetJWKSV3OK

func NewGetJWKSV3OK() *GetJWKSV3OK

NewGetJWKSV3OK creates a GetJWKSV3OK with default headers values

func (*GetJWKSV3OK) Error

func (o *GetJWKSV3OK) Error() string

func (*GetJWKSV3OK) GetPayload

func (*GetJWKSV3OK) ToJSONString

func (o *GetJWKSV3OK) ToJSONString() string

type GetJWKSV3Params

type GetJWKSV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewGetJWKSV3Params

func NewGetJWKSV3Params() *GetJWKSV3Params

NewGetJWKSV3Params creates a new GetJWKSV3Params object with the default values initialized.

func NewGetJWKSV3ParamsWithContext

func NewGetJWKSV3ParamsWithContext(ctx context.Context) *GetJWKSV3Params

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

func NewGetJWKSV3ParamsWithHTTPClient

func NewGetJWKSV3ParamsWithHTTPClient(client *http.Client) *GetJWKSV3Params

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

func NewGetJWKSV3ParamsWithTimeout

func NewGetJWKSV3ParamsWithTimeout(timeout time.Duration) *GetJWKSV3Params

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

func (*GetJWKSV3Params) SetAuthInfoWriter

func (o *GetJWKSV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get jwksv3 params

func (*GetJWKSV3Params) SetContext

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

SetContext adds the context to the get jwksv3 params

func (*GetJWKSV3Params) SetFlightId

func (o *GetJWKSV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetJWKSV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get jwksv3 params

func (*GetJWKSV3Params) SetHTTPClientTransport

func (o *GetJWKSV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get jwksv3 params

func (*GetJWKSV3Params) SetTimeout

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

SetTimeout adds the timeout to the get jwksv3 params

func (*GetJWKSV3Params) WithContext

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

WithContext adds the context to the get jwksv3 params

func (*GetJWKSV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get jwksv3 params

func (*GetJWKSV3Params) WithTimeout

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

WithTimeout adds the timeout to the get jwksv3 params

func (*GetJWKSV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetJWKSV3Reader

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

GetJWKSV3Reader is a Reader for the GetJWKSV3 structure.

func (*GetJWKSV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRevocationListV3OK

type GetRevocationListV3OK struct {
	Payload *iamclientmodels.OauthapiRevocationList
}

GetRevocationListV3OK handles this case with default header values.

Revocation list returned

func NewGetRevocationListV3OK

func NewGetRevocationListV3OK() *GetRevocationListV3OK

NewGetRevocationListV3OK creates a GetRevocationListV3OK with default headers values

func (*GetRevocationListV3OK) Error

func (o *GetRevocationListV3OK) Error() string

func (*GetRevocationListV3OK) GetPayload

func (*GetRevocationListV3OK) ToJSONString

func (o *GetRevocationListV3OK) ToJSONString() string

type GetRevocationListV3Params

type GetRevocationListV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetRevocationListV3Params contains all the parameters to send to the API endpoint for the get revocation list v3 operation typically these are written to a http.Request

func NewGetRevocationListV3Params

func NewGetRevocationListV3Params() *GetRevocationListV3Params

NewGetRevocationListV3Params creates a new GetRevocationListV3Params object with the default values initialized.

func NewGetRevocationListV3ParamsWithContext

func NewGetRevocationListV3ParamsWithContext(ctx context.Context) *GetRevocationListV3Params

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

func NewGetRevocationListV3ParamsWithHTTPClient

func NewGetRevocationListV3ParamsWithHTTPClient(client *http.Client) *GetRevocationListV3Params

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

func NewGetRevocationListV3ParamsWithTimeout

func NewGetRevocationListV3ParamsWithTimeout(timeout time.Duration) *GetRevocationListV3Params

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

func (*GetRevocationListV3Params) SetAuthInfoWriter

func (o *GetRevocationListV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get revocation list v3 params

func (*GetRevocationListV3Params) SetContext

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

SetContext adds the context to the get revocation list v3 params

func (*GetRevocationListV3Params) SetFlightId

func (o *GetRevocationListV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetRevocationListV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get revocation list v3 params

func (*GetRevocationListV3Params) SetHTTPClientTransport

func (o *GetRevocationListV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get revocation list v3 params

func (*GetRevocationListV3Params) SetTimeout

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

SetTimeout adds the timeout to the get revocation list v3 params

func (*GetRevocationListV3Params) WithContext

WithContext adds the context to the get revocation list v3 params

func (*GetRevocationListV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get revocation list v3 params

func (*GetRevocationListV3Params) WithTimeout

WithTimeout adds the timeout to the get revocation list v3 params

func (*GetRevocationListV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRevocationListV3Reader

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

GetRevocationListV3Reader is a Reader for the GetRevocationListV3 structure.

func (*GetRevocationListV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRevocationListV3Unauthorized

type GetRevocationListV3Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

GetRevocationListV3Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewGetRevocationListV3Unauthorized

func NewGetRevocationListV3Unauthorized() *GetRevocationListV3Unauthorized

NewGetRevocationListV3Unauthorized creates a GetRevocationListV3Unauthorized with default headers values

func (*GetRevocationListV3Unauthorized) Error

func (*GetRevocationListV3Unauthorized) GetPayload

func (*GetRevocationListV3Unauthorized) ToJSONString

func (o *GetRevocationListV3Unauthorized) ToJSONString() string

type PlatformTokenGrantV3BadRequest

type PlatformTokenGrantV3BadRequest struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

PlatformTokenGrantV3BadRequest handles this case with default header values.

General request error

func NewPlatformTokenGrantV3BadRequest

func NewPlatformTokenGrantV3BadRequest() *PlatformTokenGrantV3BadRequest

NewPlatformTokenGrantV3BadRequest creates a PlatformTokenGrantV3BadRequest with default headers values

func (*PlatformTokenGrantV3BadRequest) Error

func (*PlatformTokenGrantV3BadRequest) GetPayload

func (*PlatformTokenGrantV3BadRequest) ToJSONString

func (o *PlatformTokenGrantV3BadRequest) ToJSONString() string

type PlatformTokenGrantV3Forbidden

type PlatformTokenGrantV3Forbidden struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

PlatformTokenGrantV3Forbidden handles this case with default header values.

Forbidden

func NewPlatformTokenGrantV3Forbidden

func NewPlatformTokenGrantV3Forbidden() *PlatformTokenGrantV3Forbidden

NewPlatformTokenGrantV3Forbidden creates a PlatformTokenGrantV3Forbidden with default headers values

func (*PlatformTokenGrantV3Forbidden) Error

func (*PlatformTokenGrantV3Forbidden) GetPayload

func (*PlatformTokenGrantV3Forbidden) ToJSONString

func (o *PlatformTokenGrantV3Forbidden) ToJSONString() string

type PlatformTokenGrantV3OK

type PlatformTokenGrantV3OK struct {
	Payload *iamclientmodels.OauthmodelTokenResponse
}

PlatformTokenGrantV3OK handles this case with default header values.

Token returned

func NewPlatformTokenGrantV3OK

func NewPlatformTokenGrantV3OK() *PlatformTokenGrantV3OK

NewPlatformTokenGrantV3OK creates a PlatformTokenGrantV3OK with default headers values

func (*PlatformTokenGrantV3OK) Error

func (o *PlatformTokenGrantV3OK) Error() string

func (*PlatformTokenGrantV3OK) GetPayload

func (*PlatformTokenGrantV3OK) ToJSONString

func (o *PlatformTokenGrantV3OK) ToJSONString() string

type PlatformTokenGrantV3Params

type PlatformTokenGrantV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*AdditionalData
	  Additional info, it will be passed to login success event.

	*/
	AdditionalData *string
	/*ClientID
	  Client ID, only accept UUID version 4 without hyphen

	*/
	ClientID *string
	/*CreateHeadless
	  If directly create new account when not linked yet

	*/
	CreateHeadless *bool
	/*DeviceID
	  Device/hardware identifier

	*/
	DeviceID *string
	/*MacAddress
	  Mac address of device

	*/
	MacAddress *string
	/*PlatformToken
	  Token from platform auth

	*/
	PlatformToken *string
	/*SkipSetCookie
	  If need skip set cookie. Default is false

	*/
	SkipSetCookie *bool
	/*PlatformID
	  Platform ID to login with

	*/
	PlatformID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

PlatformTokenGrantV3Params contains all the parameters to send to the API endpoint for the platform token grant v3 operation typically these are written to a http.Request

func NewPlatformTokenGrantV3Params

func NewPlatformTokenGrantV3Params() *PlatformTokenGrantV3Params

NewPlatformTokenGrantV3Params creates a new PlatformTokenGrantV3Params object with the default values initialized.

func NewPlatformTokenGrantV3ParamsWithContext

func NewPlatformTokenGrantV3ParamsWithContext(ctx context.Context) *PlatformTokenGrantV3Params

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

func NewPlatformTokenGrantV3ParamsWithHTTPClient

func NewPlatformTokenGrantV3ParamsWithHTTPClient(client *http.Client) *PlatformTokenGrantV3Params

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

func NewPlatformTokenGrantV3ParamsWithTimeout

func NewPlatformTokenGrantV3ParamsWithTimeout(timeout time.Duration) *PlatformTokenGrantV3Params

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

func (*PlatformTokenGrantV3Params) SetAdditionalData

func (o *PlatformTokenGrantV3Params) SetAdditionalData(additionalData *string)

SetAdditionalData adds the additionalData to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetAuthInfoWriter

func (o *PlatformTokenGrantV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetClientID

func (o *PlatformTokenGrantV3Params) SetClientID(clientID *string)

SetClientID adds the clientId to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetContext

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

SetContext adds the context to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetCreateHeadless

func (o *PlatformTokenGrantV3Params) SetCreateHeadless(createHeadless *bool)

SetCreateHeadless adds the createHeadless to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetDeviceID

func (o *PlatformTokenGrantV3Params) SetDeviceID(deviceID *string)

SetDeviceID adds the deviceId to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetFlightId

func (o *PlatformTokenGrantV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PlatformTokenGrantV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetHTTPClientTransport

func (o *PlatformTokenGrantV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetMacAddress

func (o *PlatformTokenGrantV3Params) SetMacAddress(macAddress *string)

SetMacAddress adds the macAddress to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetPlatformID

func (o *PlatformTokenGrantV3Params) SetPlatformID(platformID string)

SetPlatformID adds the platformId to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetPlatformToken

func (o *PlatformTokenGrantV3Params) SetPlatformToken(platformToken *string)

SetPlatformToken adds the platformToken to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetSkipSetCookie

func (o *PlatformTokenGrantV3Params) SetSkipSetCookie(skipSetCookie *bool)

SetSkipSetCookie adds the skipSetCookie to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) SetTimeout

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

SetTimeout adds the timeout to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WithAdditionalData

func (o *PlatformTokenGrantV3Params) WithAdditionalData(additionalData *string) *PlatformTokenGrantV3Params

WithAdditionalData adds the additionalData to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WithClientID

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

WithClientID adds the clientID to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WithContext

WithContext adds the context to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WithCreateHeadless

func (o *PlatformTokenGrantV3Params) WithCreateHeadless(createHeadless *bool) *PlatformTokenGrantV3Params

WithCreateHeadless adds the createHeadless to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WithDeviceID

func (o *PlatformTokenGrantV3Params) WithDeviceID(deviceID *string) *PlatformTokenGrantV3Params

WithDeviceID adds the deviceID to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WithMacAddress

func (o *PlatformTokenGrantV3Params) WithMacAddress(macAddress *string) *PlatformTokenGrantV3Params

WithMacAddress adds the macAddress to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WithPlatformID

func (o *PlatformTokenGrantV3Params) WithPlatformID(platformID string) *PlatformTokenGrantV3Params

WithPlatformID adds the platformID to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WithPlatformToken

func (o *PlatformTokenGrantV3Params) WithPlatformToken(platformToken *string) *PlatformTokenGrantV3Params

WithPlatformToken adds the platformToken to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WithSkipSetCookie

func (o *PlatformTokenGrantV3Params) WithSkipSetCookie(skipSetCookie *bool) *PlatformTokenGrantV3Params

WithSkipSetCookie adds the skipSetCookie to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WithTimeout

WithTimeout adds the timeout to the platform token grant v3 params

func (*PlatformTokenGrantV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PlatformTokenGrantV3Reader

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

PlatformTokenGrantV3Reader is a Reader for the PlatformTokenGrantV3 structure.

func (*PlatformTokenGrantV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PlatformTokenGrantV3ServiceUnavailable

type PlatformTokenGrantV3ServiceUnavailable struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

PlatformTokenGrantV3ServiceUnavailable handles this case with default header values.

Third Party Server timeout or unavailable

func NewPlatformTokenGrantV3ServiceUnavailable

func NewPlatformTokenGrantV3ServiceUnavailable() *PlatformTokenGrantV3ServiceUnavailable

NewPlatformTokenGrantV3ServiceUnavailable creates a PlatformTokenGrantV3ServiceUnavailable with default headers values

func (*PlatformTokenGrantV3ServiceUnavailable) Error

func (*PlatformTokenGrantV3ServiceUnavailable) GetPayload

func (*PlatformTokenGrantV3ServiceUnavailable) ToJSONString

type PlatformTokenGrantV3Unauthorized

type PlatformTokenGrantV3Unauthorized struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

PlatformTokenGrantV3Unauthorized handles this case with default header values.

Client authentication failed

func NewPlatformTokenGrantV3Unauthorized

func NewPlatformTokenGrantV3Unauthorized() *PlatformTokenGrantV3Unauthorized

NewPlatformTokenGrantV3Unauthorized creates a PlatformTokenGrantV3Unauthorized with default headers values

func (*PlatformTokenGrantV3Unauthorized) Error

func (*PlatformTokenGrantV3Unauthorized) GetPayload

func (*PlatformTokenGrantV3Unauthorized) ToJSONString

func (o *PlatformTokenGrantV3Unauthorized) ToJSONString() string

type RetrieveUserThirdPartyPlatformTokenV3Forbidden

type RetrieveUserThirdPartyPlatformTokenV3Forbidden struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

RetrieveUserThirdPartyPlatformTokenV3Forbidden handles this case with default header values.

Unauthorized access

func NewRetrieveUserThirdPartyPlatformTokenV3Forbidden

func NewRetrieveUserThirdPartyPlatformTokenV3Forbidden() *RetrieveUserThirdPartyPlatformTokenV3Forbidden

NewRetrieveUserThirdPartyPlatformTokenV3Forbidden creates a RetrieveUserThirdPartyPlatformTokenV3Forbidden with default headers values

func (*RetrieveUserThirdPartyPlatformTokenV3Forbidden) Error

func (*RetrieveUserThirdPartyPlatformTokenV3Forbidden) GetPayload

func (*RetrieveUserThirdPartyPlatformTokenV3Forbidden) ToJSONString

type RetrieveUserThirdPartyPlatformTokenV3NotFound

type RetrieveUserThirdPartyPlatformTokenV3NotFound struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

RetrieveUserThirdPartyPlatformTokenV3NotFound handles this case with default header values.

Platform Token Not Found

func NewRetrieveUserThirdPartyPlatformTokenV3NotFound

func NewRetrieveUserThirdPartyPlatformTokenV3NotFound() *RetrieveUserThirdPartyPlatformTokenV3NotFound

NewRetrieveUserThirdPartyPlatformTokenV3NotFound creates a RetrieveUserThirdPartyPlatformTokenV3NotFound with default headers values

func (*RetrieveUserThirdPartyPlatformTokenV3NotFound) Error

func (*RetrieveUserThirdPartyPlatformTokenV3NotFound) GetPayload

func (*RetrieveUserThirdPartyPlatformTokenV3NotFound) ToJSONString

type RetrieveUserThirdPartyPlatformTokenV3OK

type RetrieveUserThirdPartyPlatformTokenV3OK struct {
	Payload *iamclientmodels.OauthmodelTokenThirdPartyResponse
}

RetrieveUserThirdPartyPlatformTokenV3OK handles this case with default header values.

Token returned

func NewRetrieveUserThirdPartyPlatformTokenV3OK

func NewRetrieveUserThirdPartyPlatformTokenV3OK() *RetrieveUserThirdPartyPlatformTokenV3OK

NewRetrieveUserThirdPartyPlatformTokenV3OK creates a RetrieveUserThirdPartyPlatformTokenV3OK with default headers values

func (*RetrieveUserThirdPartyPlatformTokenV3OK) Error

func (*RetrieveUserThirdPartyPlatformTokenV3OK) GetPayload

func (*RetrieveUserThirdPartyPlatformTokenV3OK) ToJSONString

type RetrieveUserThirdPartyPlatformTokenV3Params

type RetrieveUserThirdPartyPlatformTokenV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string
	/*PlatformID
	  Platform ID

	*/
	PlatformID string
	/*UserID
	  UserId

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RetrieveUserThirdPartyPlatformTokenV3Params contains all the parameters to send to the API endpoint for the retrieve user third party platform token v3 operation typically these are written to a http.Request

func NewRetrieveUserThirdPartyPlatformTokenV3Params

func NewRetrieveUserThirdPartyPlatformTokenV3Params() *RetrieveUserThirdPartyPlatformTokenV3Params

NewRetrieveUserThirdPartyPlatformTokenV3Params creates a new RetrieveUserThirdPartyPlatformTokenV3Params object with the default values initialized.

func NewRetrieveUserThirdPartyPlatformTokenV3ParamsWithContext

func NewRetrieveUserThirdPartyPlatformTokenV3ParamsWithContext(ctx context.Context) *RetrieveUserThirdPartyPlatformTokenV3Params

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

func NewRetrieveUserThirdPartyPlatformTokenV3ParamsWithHTTPClient

func NewRetrieveUserThirdPartyPlatformTokenV3ParamsWithHTTPClient(client *http.Client) *RetrieveUserThirdPartyPlatformTokenV3Params

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

func NewRetrieveUserThirdPartyPlatformTokenV3ParamsWithTimeout

func NewRetrieveUserThirdPartyPlatformTokenV3ParamsWithTimeout(timeout time.Duration) *RetrieveUserThirdPartyPlatformTokenV3Params

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

func (*RetrieveUserThirdPartyPlatformTokenV3Params) SetAuthInfoWriter

func (o *RetrieveUserThirdPartyPlatformTokenV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) SetContext

SetContext adds the context to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) SetFlightId

func (o *RetrieveUserThirdPartyPlatformTokenV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RetrieveUserThirdPartyPlatformTokenV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) SetHTTPClientTransport

func (o *RetrieveUserThirdPartyPlatformTokenV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) SetNamespace

func (o *RetrieveUserThirdPartyPlatformTokenV3Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) SetPlatformID

func (o *RetrieveUserThirdPartyPlatformTokenV3Params) SetPlatformID(platformID string)

SetPlatformID adds the platformId to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) SetTimeout

SetTimeout adds the timeout to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) SetUserID

SetUserID adds the userId to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) WithContext

WithContext adds the context to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) WithNamespace

WithNamespace adds the namespace to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) WithPlatformID

WithPlatformID adds the platformID to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) WithTimeout

WithTimeout adds the timeout to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) WithUserID

WithUserID adds the userID to the retrieve user third party platform token v3 params

func (*RetrieveUserThirdPartyPlatformTokenV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type RetrieveUserThirdPartyPlatformTokenV3Reader

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

RetrieveUserThirdPartyPlatformTokenV3Reader is a Reader for the RetrieveUserThirdPartyPlatformTokenV3 structure.

func (*RetrieveUserThirdPartyPlatformTokenV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RetrieveUserThirdPartyPlatformTokenV3Unauthorized

type RetrieveUserThirdPartyPlatformTokenV3Unauthorized struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

RetrieveUserThirdPartyPlatformTokenV3Unauthorized handles this case with default header values.

Client authentication failed

func NewRetrieveUserThirdPartyPlatformTokenV3Unauthorized

func NewRetrieveUserThirdPartyPlatformTokenV3Unauthorized() *RetrieveUserThirdPartyPlatformTokenV3Unauthorized

NewRetrieveUserThirdPartyPlatformTokenV3Unauthorized creates a RetrieveUserThirdPartyPlatformTokenV3Unauthorized with default headers values

func (*RetrieveUserThirdPartyPlatformTokenV3Unauthorized) Error

func (*RetrieveUserThirdPartyPlatformTokenV3Unauthorized) GetPayload

func (*RetrieveUserThirdPartyPlatformTokenV3Unauthorized) ToJSONString

type RevokeUserV3BadRequest

type RevokeUserV3BadRequest struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

RevokeUserV3BadRequest handles this case with default header values.

invalid input

func NewRevokeUserV3BadRequest

func NewRevokeUserV3BadRequest() *RevokeUserV3BadRequest

NewRevokeUserV3BadRequest creates a RevokeUserV3BadRequest with default headers values

func (*RevokeUserV3BadRequest) Error

func (o *RevokeUserV3BadRequest) Error() string

func (*RevokeUserV3BadRequest) GetPayload

func (*RevokeUserV3BadRequest) ToJSONString

func (o *RevokeUserV3BadRequest) ToJSONString() string

type RevokeUserV3Forbidden

type RevokeUserV3Forbidden struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

RevokeUserV3Forbidden handles this case with default header values.

insufficient permission

func NewRevokeUserV3Forbidden

func NewRevokeUserV3Forbidden() *RevokeUserV3Forbidden

NewRevokeUserV3Forbidden creates a RevokeUserV3Forbidden with default headers values

func (*RevokeUserV3Forbidden) Error

func (o *RevokeUserV3Forbidden) Error() string

func (*RevokeUserV3Forbidden) GetPayload

func (*RevokeUserV3Forbidden) ToJSONString

func (o *RevokeUserV3Forbidden) ToJSONString() string

type RevokeUserV3NoContent

type RevokeUserV3NoContent struct {
}

RevokeUserV3NoContent handles this case with default header values.

user revoked

func NewRevokeUserV3NoContent

func NewRevokeUserV3NoContent() *RevokeUserV3NoContent

NewRevokeUserV3NoContent creates a RevokeUserV3NoContent with default headers values

func (*RevokeUserV3NoContent) Error

func (o *RevokeUserV3NoContent) Error() string

type RevokeUserV3Params

type RevokeUserV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  User to be revoked

	*/
	UserID string
	/*IncludeGameNamespace
	  <p>This queryParameter only works when utilizing userID and namespace publisher.</p> <p>If true, the system will revoke all game account under the publisher account.</p>

	*/
	IncludeGameNamespace *bool

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RevokeUserV3Params contains all the parameters to send to the API endpoint for the revoke user v3 operation typically these are written to a http.Request

func NewRevokeUserV3Params

func NewRevokeUserV3Params() *RevokeUserV3Params

NewRevokeUserV3Params creates a new RevokeUserV3Params object with the default values initialized.

func NewRevokeUserV3ParamsWithContext

func NewRevokeUserV3ParamsWithContext(ctx context.Context) *RevokeUserV3Params

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

func NewRevokeUserV3ParamsWithHTTPClient

func NewRevokeUserV3ParamsWithHTTPClient(client *http.Client) *RevokeUserV3Params

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

func NewRevokeUserV3ParamsWithTimeout

func NewRevokeUserV3ParamsWithTimeout(timeout time.Duration) *RevokeUserV3Params

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

func (*RevokeUserV3Params) SetAuthInfoWriter

func (o *RevokeUserV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the revoke user v3 params

func (*RevokeUserV3Params) SetContext

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

SetContext adds the context to the revoke user v3 params

func (*RevokeUserV3Params) SetFlightId

func (o *RevokeUserV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RevokeUserV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the revoke user v3 params

func (*RevokeUserV3Params) SetHTTPClientTransport

func (o *RevokeUserV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the revoke user v3 params

func (*RevokeUserV3Params) SetIncludeGameNamespace

func (o *RevokeUserV3Params) SetIncludeGameNamespace(includeGameNamespace *bool)

SetIncludeGameNamespace adds the includeGameNamespace to the revoke user v3 params

func (*RevokeUserV3Params) SetNamespace

func (o *RevokeUserV3Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the revoke user v3 params

func (*RevokeUserV3Params) SetTimeout

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

SetTimeout adds the timeout to the revoke user v3 params

func (*RevokeUserV3Params) SetUserID

func (o *RevokeUserV3Params) SetUserID(userID string)

SetUserID adds the userId to the revoke user v3 params

func (*RevokeUserV3Params) WithContext

WithContext adds the context to the revoke user v3 params

func (*RevokeUserV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the revoke user v3 params

func (*RevokeUserV3Params) WithIncludeGameNamespace

func (o *RevokeUserV3Params) WithIncludeGameNamespace(includeGameNamespace *bool) *RevokeUserV3Params

WithIncludeGameNamespace adds the includeGameNamespace to the revoke user v3 params

func (*RevokeUserV3Params) WithNamespace

func (o *RevokeUserV3Params) WithNamespace(namespace string) *RevokeUserV3Params

WithNamespace adds the namespace to the revoke user v3 params

func (*RevokeUserV3Params) WithTimeout

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

WithTimeout adds the timeout to the revoke user v3 params

func (*RevokeUserV3Params) WithUserID

func (o *RevokeUserV3Params) WithUserID(userID string) *RevokeUserV3Params

WithUserID adds the userID to the revoke user v3 params

func (*RevokeUserV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RevokeUserV3Reader

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

RevokeUserV3Reader is a Reader for the RevokeUserV3 structure.

func (*RevokeUserV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RevokeUserV3Unauthorized

type RevokeUserV3Unauthorized struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

RevokeUserV3Unauthorized handles this case with default header values.

Token is not exist, expired, or invalid

func NewRevokeUserV3Unauthorized

func NewRevokeUserV3Unauthorized() *RevokeUserV3Unauthorized

NewRevokeUserV3Unauthorized creates a RevokeUserV3Unauthorized with default headers values

func (*RevokeUserV3Unauthorized) Error

func (o *RevokeUserV3Unauthorized) Error() string

func (*RevokeUserV3Unauthorized) GetPayload

func (*RevokeUserV3Unauthorized) ToJSONString

func (o *RevokeUserV3Unauthorized) ToJSONString() string

type SendMFAAuthenticationCodeBadRequest

type SendMFAAuthenticationCodeBadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

SendMFAAuthenticationCodeBadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>10189</td><td>invalid factor</td></tr></table>

func NewSendMFAAuthenticationCodeBadRequest

func NewSendMFAAuthenticationCodeBadRequest() *SendMFAAuthenticationCodeBadRequest

NewSendMFAAuthenticationCodeBadRequest creates a SendMFAAuthenticationCodeBadRequest with default headers values

func (*SendMFAAuthenticationCodeBadRequest) Error

func (*SendMFAAuthenticationCodeBadRequest) GetPayload

func (*SendMFAAuthenticationCodeBadRequest) ToJSONString

func (o *SendMFAAuthenticationCodeBadRequest) ToJSONString() string

type SendMFAAuthenticationCodeForbidden

type SendMFAAuthenticationCodeForbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

SendMFAAuthenticationCodeForbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewSendMFAAuthenticationCodeForbidden

func NewSendMFAAuthenticationCodeForbidden() *SendMFAAuthenticationCodeForbidden

NewSendMFAAuthenticationCodeForbidden creates a SendMFAAuthenticationCodeForbidden with default headers values

func (*SendMFAAuthenticationCodeForbidden) Error

func (*SendMFAAuthenticationCodeForbidden) GetPayload

func (*SendMFAAuthenticationCodeForbidden) ToJSONString

func (o *SendMFAAuthenticationCodeForbidden) ToJSONString() string

type SendMFAAuthenticationCodeInternalServerError

type SendMFAAuthenticationCodeInternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

SendMFAAuthenticationCodeInternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewSendMFAAuthenticationCodeInternalServerError

func NewSendMFAAuthenticationCodeInternalServerError() *SendMFAAuthenticationCodeInternalServerError

NewSendMFAAuthenticationCodeInternalServerError creates a SendMFAAuthenticationCodeInternalServerError with default headers values

func (*SendMFAAuthenticationCodeInternalServerError) Error

func (*SendMFAAuthenticationCodeInternalServerError) GetPayload

func (*SendMFAAuthenticationCodeInternalServerError) ToJSONString

type SendMFAAuthenticationCodeNoContent

type SendMFAAuthenticationCodeNoContent struct {
}

SendMFAAuthenticationCodeNoContent handles this case with default header values.

Code sent

func NewSendMFAAuthenticationCodeNoContent

func NewSendMFAAuthenticationCodeNoContent() *SendMFAAuthenticationCodeNoContent

NewSendMFAAuthenticationCodeNoContent creates a SendMFAAuthenticationCodeNoContent with default headers values

func (*SendMFAAuthenticationCodeNoContent) Error

type SendMFAAuthenticationCodeNotFound

type SendMFAAuthenticationCodeNotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

SendMFAAuthenticationCodeNotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewSendMFAAuthenticationCodeNotFound

func NewSendMFAAuthenticationCodeNotFound() *SendMFAAuthenticationCodeNotFound

NewSendMFAAuthenticationCodeNotFound creates a SendMFAAuthenticationCodeNotFound with default headers values

func (*SendMFAAuthenticationCodeNotFound) Error

func (*SendMFAAuthenticationCodeNotFound) GetPayload

func (*SendMFAAuthenticationCodeNotFound) ToJSONString

func (o *SendMFAAuthenticationCodeNotFound) ToJSONString() string

type SendMFAAuthenticationCodeParams

type SendMFAAuthenticationCodeParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*ClientID
	  client id

	*/
	ClientID string
	/*Factor
	  factor

	*/
	Factor string
	/*MFAToken
	  mfa token

	*/
	MFAToken string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

SendMFAAuthenticationCodeParams contains all the parameters to send to the API endpoint for the send mfa authentication code operation typically these are written to a http.Request

func NewSendMFAAuthenticationCodeParams

func NewSendMFAAuthenticationCodeParams() *SendMFAAuthenticationCodeParams

NewSendMFAAuthenticationCodeParams creates a new SendMFAAuthenticationCodeParams object with the default values initialized.

func NewSendMFAAuthenticationCodeParamsWithContext

func NewSendMFAAuthenticationCodeParamsWithContext(ctx context.Context) *SendMFAAuthenticationCodeParams

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

func NewSendMFAAuthenticationCodeParamsWithHTTPClient

func NewSendMFAAuthenticationCodeParamsWithHTTPClient(client *http.Client) *SendMFAAuthenticationCodeParams

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

func NewSendMFAAuthenticationCodeParamsWithTimeout

func NewSendMFAAuthenticationCodeParamsWithTimeout(timeout time.Duration) *SendMFAAuthenticationCodeParams

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

func (*SendMFAAuthenticationCodeParams) SetAuthInfoWriter

func (o *SendMFAAuthenticationCodeParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) SetClientID

func (o *SendMFAAuthenticationCodeParams) SetClientID(clientID string)

SetClientID adds the clientId to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) SetContext

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

SetContext adds the context to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) SetFactor

func (o *SendMFAAuthenticationCodeParams) SetFactor(factor string)

SetFactor adds the factor to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) SetFlightId

func (o *SendMFAAuthenticationCodeParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SendMFAAuthenticationCodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) SetHTTPClientTransport

func (o *SendMFAAuthenticationCodeParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) SetMFAToken

func (o *SendMFAAuthenticationCodeParams) SetMFAToken(mFAToken string)

SetMFAToken adds the mfaToken to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) SetTimeout

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

SetTimeout adds the timeout to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) WithClientID

WithClientID adds the clientID to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) WithContext

WithContext adds the context to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) WithFactor

WithFactor adds the factor to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) WithMFAToken

WithMFAToken adds the mFAToken to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) WithTimeout

WithTimeout adds the timeout to the send mfa authentication code params

func (*SendMFAAuthenticationCodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SendMFAAuthenticationCodeReader

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

SendMFAAuthenticationCodeReader is a Reader for the SendMFAAuthenticationCode structure.

func (*SendMFAAuthenticationCodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SendMFAAuthenticationCodeTooManyRequests

type SendMFAAuthenticationCodeTooManyRequests struct {
	Payload *iamclientmodels.RestErrorResponse
}

SendMFAAuthenticationCodeTooManyRequests handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20007</td><td>too many requests</td></tr></table>

func NewSendMFAAuthenticationCodeTooManyRequests

func NewSendMFAAuthenticationCodeTooManyRequests() *SendMFAAuthenticationCodeTooManyRequests

NewSendMFAAuthenticationCodeTooManyRequests creates a SendMFAAuthenticationCodeTooManyRequests with default headers values

func (*SendMFAAuthenticationCodeTooManyRequests) Error

func (*SendMFAAuthenticationCodeTooManyRequests) GetPayload

func (*SendMFAAuthenticationCodeTooManyRequests) ToJSONString

type SimultaneousLoginV3BadRequest

type SimultaneousLoginV3BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

SimultaneousLoginV3BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10216</td><td>Native ticket is required</td></tr></table>

func NewSimultaneousLoginV3BadRequest

func NewSimultaneousLoginV3BadRequest() *SimultaneousLoginV3BadRequest

NewSimultaneousLoginV3BadRequest creates a SimultaneousLoginV3BadRequest with default headers values

func (*SimultaneousLoginV3BadRequest) Error

func (*SimultaneousLoginV3BadRequest) GetPayload

func (*SimultaneousLoginV3BadRequest) ToJSONString

func (o *SimultaneousLoginV3BadRequest) ToJSONString() string

type SimultaneousLoginV3Conflict

type SimultaneousLoginV3Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

SimultaneousLoginV3Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10215</td><td>Simultaneous ticket is required</td></tr><tr><td>10220</td><td>Native ticket's account linked AGS account is different with the one which simultaneous ticket's linked to</td></tr><tr><td>10219</td><td>Native ticket's account linked AGS is already linked simultaneous but different with the input simultaneous ticket's</td></tr><tr><td>10217</td><td>Native ticket's account linked AGS account has different linking history with input simultaneous ticket's</td></tr><tr><td>10221</td><td>Simultaneous ticket's account linked AGS is already linked native but different with the input native ticket's</td></tr><tr><td>10218</td><td>Simultaneous ticket's account linked AGS account has different linking history with input native ticket's</td></tr></table>

func NewSimultaneousLoginV3Conflict

func NewSimultaneousLoginV3Conflict() *SimultaneousLoginV3Conflict

NewSimultaneousLoginV3Conflict creates a SimultaneousLoginV3Conflict with default headers values

func (*SimultaneousLoginV3Conflict) Error

func (*SimultaneousLoginV3Conflict) GetPayload

func (*SimultaneousLoginV3Conflict) ToJSONString

func (o *SimultaneousLoginV3Conflict) ToJSONString() string

type SimultaneousLoginV3InternalServerError

type SimultaneousLoginV3InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

SimultaneousLoginV3InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewSimultaneousLoginV3InternalServerError

func NewSimultaneousLoginV3InternalServerError() *SimultaneousLoginV3InternalServerError

NewSimultaneousLoginV3InternalServerError creates a SimultaneousLoginV3InternalServerError with default headers values

func (*SimultaneousLoginV3InternalServerError) Error

func (*SimultaneousLoginV3InternalServerError) GetPayload

func (*SimultaneousLoginV3InternalServerError) ToJSONString

type SimultaneousLoginV3OK

type SimultaneousLoginV3OK struct {
	Payload *iamclientmodels.OauthmodelTokenResponseV3
}

SimultaneousLoginV3OK handles this case with default header values.

Token returned.

func NewSimultaneousLoginV3OK

func NewSimultaneousLoginV3OK() *SimultaneousLoginV3OK

NewSimultaneousLoginV3OK creates a SimultaneousLoginV3OK with default headers values

func (*SimultaneousLoginV3OK) Error

func (o *SimultaneousLoginV3OK) Error() string

func (*SimultaneousLoginV3OK) GetPayload

func (*SimultaneousLoginV3OK) ToJSONString

func (o *SimultaneousLoginV3OK) ToJSONString() string

type SimultaneousLoginV3Params

type SimultaneousLoginV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*SimultaneousPlatform
	  Simultaneous platform

	*/
	SimultaneousPlatform *string
	/*SimultaneousTicket
	  Simultaneous ticket, can be authCode,authTicket,authToken

	*/
	SimultaneousTicket *string
	/*NativePlatform
	  Native platform id

	*/
	NativePlatform string
	/*NativePlatformTicket
	  Native platform ticket

	*/
	NativePlatformTicket string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

SimultaneousLoginV3Params contains all the parameters to send to the API endpoint for the simultaneous login v3 operation typically these are written to a http.Request

func NewSimultaneousLoginV3Params

func NewSimultaneousLoginV3Params() *SimultaneousLoginV3Params

NewSimultaneousLoginV3Params creates a new SimultaneousLoginV3Params object with the default values initialized.

func NewSimultaneousLoginV3ParamsWithContext

func NewSimultaneousLoginV3ParamsWithContext(ctx context.Context) *SimultaneousLoginV3Params

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

func NewSimultaneousLoginV3ParamsWithHTTPClient

func NewSimultaneousLoginV3ParamsWithHTTPClient(client *http.Client) *SimultaneousLoginV3Params

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

func NewSimultaneousLoginV3ParamsWithTimeout

func NewSimultaneousLoginV3ParamsWithTimeout(timeout time.Duration) *SimultaneousLoginV3Params

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

func (*SimultaneousLoginV3Params) SetAuthInfoWriter

func (o *SimultaneousLoginV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) SetContext

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

SetContext adds the context to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) SetFlightId

func (o *SimultaneousLoginV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SimultaneousLoginV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) SetHTTPClientTransport

func (o *SimultaneousLoginV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) SetNativePlatform

func (o *SimultaneousLoginV3Params) SetNativePlatform(nativePlatform string)

SetNativePlatform adds the nativePlatform to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) SetNativePlatformTicket

func (o *SimultaneousLoginV3Params) SetNativePlatformTicket(nativePlatformTicket string)

SetNativePlatformTicket adds the nativePlatformTicket to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) SetSimultaneousPlatform

func (o *SimultaneousLoginV3Params) SetSimultaneousPlatform(simultaneousPlatform *string)

SetSimultaneousPlatform adds the simultaneousPlatform to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) SetSimultaneousTicket

func (o *SimultaneousLoginV3Params) SetSimultaneousTicket(simultaneousTicket *string)

SetSimultaneousTicket adds the simultaneousTicket to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) SetTimeout

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

SetTimeout adds the timeout to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) WithContext

WithContext adds the context to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) WithNativePlatform

func (o *SimultaneousLoginV3Params) WithNativePlatform(nativePlatform string) *SimultaneousLoginV3Params

WithNativePlatform adds the nativePlatform to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) WithNativePlatformTicket

func (o *SimultaneousLoginV3Params) WithNativePlatformTicket(nativePlatformTicket string) *SimultaneousLoginV3Params

WithNativePlatformTicket adds the nativePlatformTicket to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) WithSimultaneousPlatform

func (o *SimultaneousLoginV3Params) WithSimultaneousPlatform(simultaneousPlatform *string) *SimultaneousLoginV3Params

WithSimultaneousPlatform adds the simultaneousPlatform to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) WithSimultaneousTicket

func (o *SimultaneousLoginV3Params) WithSimultaneousTicket(simultaneousTicket *string) *SimultaneousLoginV3Params

WithSimultaneousTicket adds the simultaneousTicket to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) WithTimeout

WithTimeout adds the timeout to the simultaneous login v3 params

func (*SimultaneousLoginV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type SimultaneousLoginV3Reader

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

SimultaneousLoginV3Reader is a Reader for the SimultaneousLoginV3 structure.

func (*SimultaneousLoginV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SimultaneousLoginV3Unauthorized

type SimultaneousLoginV3Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

SimultaneousLoginV3Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewSimultaneousLoginV3Unauthorized

func NewSimultaneousLoginV3Unauthorized() *SimultaneousLoginV3Unauthorized

NewSimultaneousLoginV3Unauthorized creates a SimultaneousLoginV3Unauthorized with default headers values

func (*SimultaneousLoginV3Unauthorized) Error

func (*SimultaneousLoginV3Unauthorized) GetPayload

func (*SimultaneousLoginV3Unauthorized) ToJSONString

func (o *SimultaneousLoginV3Unauthorized) ToJSONString() string

type TokenGrantV3BadRequest

type TokenGrantV3BadRequest struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

TokenGrantV3BadRequest handles this case with default header values.

InvalidRequest

func NewTokenGrantV3BadRequest

func NewTokenGrantV3BadRequest() *TokenGrantV3BadRequest

NewTokenGrantV3BadRequest creates a TokenGrantV3BadRequest with default headers values

func (*TokenGrantV3BadRequest) Error

func (o *TokenGrantV3BadRequest) Error() string

func (*TokenGrantV3BadRequest) GetPayload

func (*TokenGrantV3BadRequest) ToJSONString

func (o *TokenGrantV3BadRequest) ToJSONString() string

type TokenGrantV3Forbidden

type TokenGrantV3Forbidden struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

TokenGrantV3Forbidden handles this case with default header values.

Unauthorized access

func NewTokenGrantV3Forbidden

func NewTokenGrantV3Forbidden() *TokenGrantV3Forbidden

NewTokenGrantV3Forbidden creates a TokenGrantV3Forbidden with default headers values

func (*TokenGrantV3Forbidden) Error

func (o *TokenGrantV3Forbidden) Error() string

func (*TokenGrantV3Forbidden) GetPayload

func (*TokenGrantV3Forbidden) ToJSONString

func (o *TokenGrantV3Forbidden) ToJSONString() string

type TokenGrantV3OK

type TokenGrantV3OK struct {
	Payload *iamclientmodels.OauthmodelTokenWithDeviceCookieResponseV3
}

TokenGrantV3OK handles this case with default header values.

Token returned

func NewTokenGrantV3OK

func NewTokenGrantV3OK() *TokenGrantV3OK

NewTokenGrantV3OK creates a TokenGrantV3OK with default headers values

func (*TokenGrantV3OK) Error

func (o *TokenGrantV3OK) Error() string

func (*TokenGrantV3OK) ToJSONString

func (o *TokenGrantV3OK) ToJSONString() string

type TokenGrantV3Params

type TokenGrantV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*AuthTrustID
	  Auth-Trust-Id for Device Cookie Validation (Used on grant type 'password')

	*/
	AuthTrustID *string
	/*DeviceID
	  DeviceID (Used on grant type 'password' to track login history) ex. 90252d14544846d79f367148e3f9a3d9

	*/
	DeviceID *string
	/*AdditionalData
	  Additional info, it will be passed to login success event.

	*/
	AdditionalData *string
	/*ClientID
	  client_id (used with grant type 'authorization_code')

	*/
	ClientID *string
	/*Code
	  The authorization code received from the authorization server (used with grant type 'authorization_code')

	*/
	Code *string
	/*CodeVerifier
	  Code verifier received from the authorization server

	*/
	CodeVerifier *string
	/*ExtendNamespace
	  extend namespace, Used on grant type 'urn:ietf:params:oauth:grant-type:extend_client_credentials'.

	*/
	ExtendNamespace *string
	/*ExtendExp
	  Extend expiration date of refresh token. Only available for grant type 'password'

	*/
	ExtendExp *bool
	/*Password
	  Password (used with grant type 'password'

	*/
	Password *string
	/*RedirectURI
	  Redirect URI (used with grant type 'authorization_code')

	*/
	RedirectURI *string
	/*RefreshToken
	  Refresh Token (used with grant type 'refresh_token'). This field is optional if the request header provides the "refresh_token" cookie

	*/
	RefreshToken *string
	/*Username
	  User Name (used with grant type 'password'

	*/
	Username *string
	/*GrantType
	  Grant Type

	*/
	GrantType string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

TokenGrantV3Params contains all the parameters to send to the API endpoint for the token grant v3 operation typically these are written to a http.Request

func NewTokenGrantV3Params

func NewTokenGrantV3Params() *TokenGrantV3Params

NewTokenGrantV3Params creates a new TokenGrantV3Params object with the default values initialized.

func NewTokenGrantV3ParamsWithContext

func NewTokenGrantV3ParamsWithContext(ctx context.Context) *TokenGrantV3Params

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

func NewTokenGrantV3ParamsWithHTTPClient

func NewTokenGrantV3ParamsWithHTTPClient(client *http.Client) *TokenGrantV3Params

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

func NewTokenGrantV3ParamsWithTimeout

func NewTokenGrantV3ParamsWithTimeout(timeout time.Duration) *TokenGrantV3Params

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

func (*TokenGrantV3Params) SetAdditionalData

func (o *TokenGrantV3Params) SetAdditionalData(additionalData *string)

SetAdditionalData adds the additionalData to the token grant v3 params

func (*TokenGrantV3Params) SetAuthInfoWriter

func (o *TokenGrantV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the token grant v3 params

func (*TokenGrantV3Params) SetAuthTrustID

func (o *TokenGrantV3Params) SetAuthTrustID(authTrustID *string)

SetAuthTrustID adds the authTrustId to the token grant v3 params

func (*TokenGrantV3Params) SetClientID

func (o *TokenGrantV3Params) SetClientID(clientID *string)

SetClientID adds the clientId to the token grant v3 params

func (*TokenGrantV3Params) SetCode

func (o *TokenGrantV3Params) SetCode(code *string)

SetCode adds the code to the token grant v3 params

func (*TokenGrantV3Params) SetCodeVerifier

func (o *TokenGrantV3Params) SetCodeVerifier(codeVerifier *string)

SetCodeVerifier adds the codeVerifier to the token grant v3 params

func (*TokenGrantV3Params) SetContext

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

SetContext adds the context to the token grant v3 params

func (*TokenGrantV3Params) SetDeviceID

func (o *TokenGrantV3Params) SetDeviceID(deviceID *string)

SetDeviceID adds the deviceId to the token grant v3 params

func (*TokenGrantV3Params) SetExtendExp

func (o *TokenGrantV3Params) SetExtendExp(extendExp *bool)

SetExtendExp adds the extendExp to the token grant v3 params

func (*TokenGrantV3Params) SetExtendNamespace

func (o *TokenGrantV3Params) SetExtendNamespace(extendNamespace *string)

SetExtendNamespace adds the extendNamespace to the token grant v3 params

func (*TokenGrantV3Params) SetFlightId

func (o *TokenGrantV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*TokenGrantV3Params) SetGrantType

func (o *TokenGrantV3Params) SetGrantType(grantType string)

SetGrantType adds the grantType to the token grant v3 params

func (*TokenGrantV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the token grant v3 params

func (*TokenGrantV3Params) SetHTTPClientTransport

func (o *TokenGrantV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the token grant v3 params

func (*TokenGrantV3Params) SetPassword

func (o *TokenGrantV3Params) SetPassword(password *string)

SetPassword adds the password to the token grant v3 params

func (*TokenGrantV3Params) SetRedirectURI

func (o *TokenGrantV3Params) SetRedirectURI(redirectURI *string)

SetRedirectURI adds the redirectUri to the token grant v3 params

func (*TokenGrantV3Params) SetRefreshToken

func (o *TokenGrantV3Params) SetRefreshToken(refreshToken *string)

SetRefreshToken adds the refreshToken to the token grant v3 params

func (*TokenGrantV3Params) SetTimeout

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

SetTimeout adds the timeout to the token grant v3 params

func (*TokenGrantV3Params) SetUsername

func (o *TokenGrantV3Params) SetUsername(username *string)

SetUsername adds the username to the token grant v3 params

func (*TokenGrantV3Params) WithAdditionalData

func (o *TokenGrantV3Params) WithAdditionalData(additionalData *string) *TokenGrantV3Params

WithAdditionalData adds the additionalData to the token grant v3 params

func (*TokenGrantV3Params) WithAuthTrustID

func (o *TokenGrantV3Params) WithAuthTrustID(authTrustID *string) *TokenGrantV3Params

WithAuthTrustID adds the authTrustID to the token grant v3 params

func (*TokenGrantV3Params) WithClientID

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

WithClientID adds the clientID to the token grant v3 params

func (*TokenGrantV3Params) WithCode

func (o *TokenGrantV3Params) WithCode(code *string) *TokenGrantV3Params

WithCode adds the code to the token grant v3 params

func (*TokenGrantV3Params) WithCodeVerifier

func (o *TokenGrantV3Params) WithCodeVerifier(codeVerifier *string) *TokenGrantV3Params

WithCodeVerifier adds the codeVerifier to the token grant v3 params

func (*TokenGrantV3Params) WithContext

WithContext adds the context to the token grant v3 params

func (*TokenGrantV3Params) WithDeviceID

func (o *TokenGrantV3Params) WithDeviceID(deviceID *string) *TokenGrantV3Params

WithDeviceID adds the deviceID to the token grant v3 params

func (*TokenGrantV3Params) WithExtendExp

func (o *TokenGrantV3Params) WithExtendExp(extendExp *bool) *TokenGrantV3Params

WithExtendExp adds the extendExp to the token grant v3 params

func (*TokenGrantV3Params) WithExtendNamespace

func (o *TokenGrantV3Params) WithExtendNamespace(extendNamespace *string) *TokenGrantV3Params

WithExtendNamespace adds the extendNamespace to the token grant v3 params

func (*TokenGrantV3Params) WithGrantType

func (o *TokenGrantV3Params) WithGrantType(grantType string) *TokenGrantV3Params

WithGrantType adds the grantType to the token grant v3 params

func (*TokenGrantV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the token grant v3 params

func (*TokenGrantV3Params) WithPassword

func (o *TokenGrantV3Params) WithPassword(password *string) *TokenGrantV3Params

WithPassword adds the password to the token grant v3 params

func (*TokenGrantV3Params) WithRedirectURI

func (o *TokenGrantV3Params) WithRedirectURI(redirectURI *string) *TokenGrantV3Params

WithRedirectURI adds the redirectURI to the token grant v3 params

func (*TokenGrantV3Params) WithRefreshToken

func (o *TokenGrantV3Params) WithRefreshToken(refreshToken *string) *TokenGrantV3Params

WithRefreshToken adds the refreshToken to the token grant v3 params

func (*TokenGrantV3Params) WithTimeout

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

WithTimeout adds the timeout to the token grant v3 params

func (*TokenGrantV3Params) WithUsername

func (o *TokenGrantV3Params) WithUsername(username *string) *TokenGrantV3Params

WithUsername adds the username to the token grant v3 params

func (*TokenGrantV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type TokenGrantV3Reader

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

TokenGrantV3Reader is a Reader for the TokenGrantV3 structure.

func (*TokenGrantV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TokenGrantV3TooManyRequests

type TokenGrantV3TooManyRequests struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

TokenGrantV3TooManyRequests handles this case with default header values.

Too many failed auth attempt

func NewTokenGrantV3TooManyRequests

func NewTokenGrantV3TooManyRequests() *TokenGrantV3TooManyRequests

NewTokenGrantV3TooManyRequests creates a TokenGrantV3TooManyRequests with default headers values

func (*TokenGrantV3TooManyRequests) Error

func (*TokenGrantV3TooManyRequests) GetPayload

func (*TokenGrantV3TooManyRequests) ToJSONString

func (o *TokenGrantV3TooManyRequests) ToJSONString() string

type TokenGrantV3Unauthorized

type TokenGrantV3Unauthorized struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

TokenGrantV3Unauthorized handles this case with default header values.

Client authentication failed

func NewTokenGrantV3Unauthorized

func NewTokenGrantV3Unauthorized() *TokenGrantV3Unauthorized

NewTokenGrantV3Unauthorized creates a TokenGrantV3Unauthorized with default headers values

func (*TokenGrantV3Unauthorized) Error

func (o *TokenGrantV3Unauthorized) Error() string

func (*TokenGrantV3Unauthorized) GetPayload

func (*TokenGrantV3Unauthorized) ToJSONString

func (o *TokenGrantV3Unauthorized) ToJSONString() string

type TokenIntrospectionV3BadRequest

type TokenIntrospectionV3BadRequest struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

TokenIntrospectionV3BadRequest handles this case with default header values.

invalid input

func NewTokenIntrospectionV3BadRequest

func NewTokenIntrospectionV3BadRequest() *TokenIntrospectionV3BadRequest

NewTokenIntrospectionV3BadRequest creates a TokenIntrospectionV3BadRequest with default headers values

func (*TokenIntrospectionV3BadRequest) Error

func (*TokenIntrospectionV3BadRequest) GetPayload

func (*TokenIntrospectionV3BadRequest) ToJSONString

func (o *TokenIntrospectionV3BadRequest) ToJSONString() string

type TokenIntrospectionV3OK

type TokenIntrospectionV3OK struct {
	Payload *iamclientmodels.OauthmodelTokenIntrospectResponse
}

TokenIntrospectionV3OK handles this case with default header values.

OK

func NewTokenIntrospectionV3OK

func NewTokenIntrospectionV3OK() *TokenIntrospectionV3OK

NewTokenIntrospectionV3OK creates a TokenIntrospectionV3OK with default headers values

func (*TokenIntrospectionV3OK) Error

func (o *TokenIntrospectionV3OK) Error() string

func (*TokenIntrospectionV3OK) GetPayload

func (*TokenIntrospectionV3OK) ToJSONString

func (o *TokenIntrospectionV3OK) ToJSONString() string

type TokenIntrospectionV3Params

type TokenIntrospectionV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Token
	  Access Token / Refresh Token

	*/
	Token string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

TokenIntrospectionV3Params contains all the parameters to send to the API endpoint for the token introspection v3 operation typically these are written to a http.Request

func NewTokenIntrospectionV3Params

func NewTokenIntrospectionV3Params() *TokenIntrospectionV3Params

NewTokenIntrospectionV3Params creates a new TokenIntrospectionV3Params object with the default values initialized.

func NewTokenIntrospectionV3ParamsWithContext

func NewTokenIntrospectionV3ParamsWithContext(ctx context.Context) *TokenIntrospectionV3Params

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

func NewTokenIntrospectionV3ParamsWithHTTPClient

func NewTokenIntrospectionV3ParamsWithHTTPClient(client *http.Client) *TokenIntrospectionV3Params

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

func NewTokenIntrospectionV3ParamsWithTimeout

func NewTokenIntrospectionV3ParamsWithTimeout(timeout time.Duration) *TokenIntrospectionV3Params

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

func (*TokenIntrospectionV3Params) SetAuthInfoWriter

func (o *TokenIntrospectionV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the token introspection v3 params

func (*TokenIntrospectionV3Params) SetContext

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

SetContext adds the context to the token introspection v3 params

func (*TokenIntrospectionV3Params) SetFlightId

func (o *TokenIntrospectionV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*TokenIntrospectionV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the token introspection v3 params

func (*TokenIntrospectionV3Params) SetHTTPClientTransport

func (o *TokenIntrospectionV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the token introspection v3 params

func (*TokenIntrospectionV3Params) SetTimeout

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

SetTimeout adds the timeout to the token introspection v3 params

func (*TokenIntrospectionV3Params) SetToken

func (o *TokenIntrospectionV3Params) SetToken(token string)

SetToken adds the token to the token introspection v3 params

func (*TokenIntrospectionV3Params) WithContext

WithContext adds the context to the token introspection v3 params

func (*TokenIntrospectionV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the token introspection v3 params

func (*TokenIntrospectionV3Params) WithTimeout

WithTimeout adds the timeout to the token introspection v3 params

func (*TokenIntrospectionV3Params) WithToken

WithToken adds the token to the token introspection v3 params

func (*TokenIntrospectionV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type TokenIntrospectionV3Reader

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

TokenIntrospectionV3Reader is a Reader for the TokenIntrospectionV3 structure.

func (*TokenIntrospectionV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TokenIntrospectionV3Unauthorized

type TokenIntrospectionV3Unauthorized struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

TokenIntrospectionV3Unauthorized handles this case with default header values.

invalid bearer or basic authorization header

func NewTokenIntrospectionV3Unauthorized

func NewTokenIntrospectionV3Unauthorized() *TokenIntrospectionV3Unauthorized

NewTokenIntrospectionV3Unauthorized creates a TokenIntrospectionV3Unauthorized with default headers values

func (*TokenIntrospectionV3Unauthorized) Error

func (*TokenIntrospectionV3Unauthorized) GetPayload

func (*TokenIntrospectionV3Unauthorized) ToJSONString

func (o *TokenIntrospectionV3Unauthorized) ToJSONString() string

type TokenRevocationV3BadRequest

type TokenRevocationV3BadRequest struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

TokenRevocationV3BadRequest handles this case with default header values.

Invalid input

func NewTokenRevocationV3BadRequest

func NewTokenRevocationV3BadRequest() *TokenRevocationV3BadRequest

NewTokenRevocationV3BadRequest creates a TokenRevocationV3BadRequest with default headers values

func (*TokenRevocationV3BadRequest) Error

func (*TokenRevocationV3BadRequest) GetPayload

func (*TokenRevocationV3BadRequest) ToJSONString

func (o *TokenRevocationV3BadRequest) ToJSONString() string

type TokenRevocationV3OK

type TokenRevocationV3OK struct {
}

TokenRevocationV3OK handles this case with default header values.

Token revoked or does not exist

func NewTokenRevocationV3OK

func NewTokenRevocationV3OK() *TokenRevocationV3OK

NewTokenRevocationV3OK creates a TokenRevocationV3OK with default headers values

func (*TokenRevocationV3OK) Error

func (o *TokenRevocationV3OK) Error() string

type TokenRevocationV3Params

type TokenRevocationV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Token
	  Access token / Refresh token

	*/
	Token string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

TokenRevocationV3Params contains all the parameters to send to the API endpoint for the token revocation v3 operation typically these are written to a http.Request

func NewTokenRevocationV3Params

func NewTokenRevocationV3Params() *TokenRevocationV3Params

NewTokenRevocationV3Params creates a new TokenRevocationV3Params object with the default values initialized.

func NewTokenRevocationV3ParamsWithContext

func NewTokenRevocationV3ParamsWithContext(ctx context.Context) *TokenRevocationV3Params

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

func NewTokenRevocationV3ParamsWithHTTPClient

func NewTokenRevocationV3ParamsWithHTTPClient(client *http.Client) *TokenRevocationV3Params

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

func NewTokenRevocationV3ParamsWithTimeout

func NewTokenRevocationV3ParamsWithTimeout(timeout time.Duration) *TokenRevocationV3Params

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

func (*TokenRevocationV3Params) SetAuthInfoWriter

func (o *TokenRevocationV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the token revocation v3 params

func (*TokenRevocationV3Params) SetContext

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

SetContext adds the context to the token revocation v3 params

func (*TokenRevocationV3Params) SetFlightId

func (o *TokenRevocationV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*TokenRevocationV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the token revocation v3 params

func (*TokenRevocationV3Params) SetHTTPClientTransport

func (o *TokenRevocationV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the token revocation v3 params

func (*TokenRevocationV3Params) SetTimeout

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

SetTimeout adds the timeout to the token revocation v3 params

func (*TokenRevocationV3Params) SetToken

func (o *TokenRevocationV3Params) SetToken(token string)

SetToken adds the token to the token revocation v3 params

func (*TokenRevocationV3Params) WithContext

WithContext adds the context to the token revocation v3 params

func (*TokenRevocationV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the token revocation v3 params

func (*TokenRevocationV3Params) WithTimeout

WithTimeout adds the timeout to the token revocation v3 params

func (*TokenRevocationV3Params) WithToken

WithToken adds the token to the token revocation v3 params

func (*TokenRevocationV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type TokenRevocationV3Reader

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

TokenRevocationV3Reader is a Reader for the TokenRevocationV3 structure.

func (*TokenRevocationV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TokenRevocationV3Unauthorized

type TokenRevocationV3Unauthorized struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

TokenRevocationV3Unauthorized handles this case with default header values.

Invalid basic auth header

func NewTokenRevocationV3Unauthorized

func NewTokenRevocationV3Unauthorized() *TokenRevocationV3Unauthorized

NewTokenRevocationV3Unauthorized creates a TokenRevocationV3Unauthorized with default headers values

func (*TokenRevocationV3Unauthorized) Error

func (*TokenRevocationV3Unauthorized) GetPayload

func (*TokenRevocationV3Unauthorized) ToJSONString

func (o *TokenRevocationV3Unauthorized) ToJSONString() string

type Verify2FACodeOK

type Verify2FACodeOK struct {
	Payload *iamclientmodels.OauthmodelTokenResponseV3
}

Verify2FACodeOK handles this case with default header values.

Token returned

func NewVerify2FACodeOK

func NewVerify2FACodeOK() *Verify2FACodeOK

NewVerify2FACodeOK creates a Verify2FACodeOK with default headers values

func (*Verify2FACodeOK) Error

func (o *Verify2FACodeOK) Error() string

func (*Verify2FACodeOK) GetPayload

func (*Verify2FACodeOK) ToJSONString

func (o *Verify2FACodeOK) ToJSONString() string

type Verify2FACodeParams

type Verify2FACodeParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Code
	  code

	*/
	Code string
	/*Factor
	  factor

	*/
	Factor string
	/*MFAToken
	  mfa token

	*/
	MFAToken string
	/*RememberDevice
	  remember device

	*/
	RememberDevice bool

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

Verify2FACodeParams contains all the parameters to send to the API endpoint for the verify2fa code operation typically these are written to a http.Request

func NewVerify2FACodeParams

func NewVerify2FACodeParams() *Verify2FACodeParams

NewVerify2FACodeParams creates a new Verify2FACodeParams object with the default values initialized.

func NewVerify2FACodeParamsWithContext

func NewVerify2FACodeParamsWithContext(ctx context.Context) *Verify2FACodeParams

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

func NewVerify2FACodeParamsWithHTTPClient

func NewVerify2FACodeParamsWithHTTPClient(client *http.Client) *Verify2FACodeParams

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

func NewVerify2FACodeParamsWithTimeout

func NewVerify2FACodeParamsWithTimeout(timeout time.Duration) *Verify2FACodeParams

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

func (*Verify2FACodeParams) SetAuthInfoWriter

func (o *Verify2FACodeParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the verify2fa code params

func (*Verify2FACodeParams) SetCode

func (o *Verify2FACodeParams) SetCode(code string)

SetCode adds the code to the verify2fa code params

func (*Verify2FACodeParams) SetContext

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

SetContext adds the context to the verify2fa code params

func (*Verify2FACodeParams) SetFactor

func (o *Verify2FACodeParams) SetFactor(factor string)

SetFactor adds the factor to the verify2fa code params

func (*Verify2FACodeParams) SetFlightId

func (o *Verify2FACodeParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*Verify2FACodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the verify2fa code params

func (*Verify2FACodeParams) SetHTTPClientTransport

func (o *Verify2FACodeParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the verify2fa code params

func (*Verify2FACodeParams) SetMFAToken

func (o *Verify2FACodeParams) SetMFAToken(mFAToken string)

SetMFAToken adds the mfaToken to the verify2fa code params

func (*Verify2FACodeParams) SetRememberDevice

func (o *Verify2FACodeParams) SetRememberDevice(rememberDevice bool)

SetRememberDevice adds the rememberDevice to the verify2fa code params

func (*Verify2FACodeParams) SetTimeout

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

SetTimeout adds the timeout to the verify2fa code params

func (*Verify2FACodeParams) WithCode

func (o *Verify2FACodeParams) WithCode(code string) *Verify2FACodeParams

WithCode adds the code to the verify2fa code params

func (*Verify2FACodeParams) WithContext

WithContext adds the context to the verify2fa code params

func (*Verify2FACodeParams) WithFactor

func (o *Verify2FACodeParams) WithFactor(factor string) *Verify2FACodeParams

WithFactor adds the factor to the verify2fa code params

func (*Verify2FACodeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the verify2fa code params

func (*Verify2FACodeParams) WithMFAToken

func (o *Verify2FACodeParams) WithMFAToken(mFAToken string) *Verify2FACodeParams

WithMFAToken adds the mFAToken to the verify2fa code params

func (*Verify2FACodeParams) WithRememberDevice

func (o *Verify2FACodeParams) WithRememberDevice(rememberDevice bool) *Verify2FACodeParams

WithRememberDevice adds the rememberDevice to the verify2fa code params

func (*Verify2FACodeParams) WithTimeout

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

WithTimeout adds the timeout to the verify2fa code params

func (*Verify2FACodeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type Verify2FACodeReader

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

Verify2FACodeReader is a Reader for the Verify2FACode structure.

func (*Verify2FACodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Verify2FACodeUnauthorized

type Verify2FACodeUnauthorized struct {
	Payload *iamclientmodels.OauthmodelErrorResponse
}

Verify2FACodeUnauthorized handles this case with default header values.

Unauthorized

func NewVerify2FACodeUnauthorized

func NewVerify2FACodeUnauthorized() *Verify2FACodeUnauthorized

NewVerify2FACodeUnauthorized creates a Verify2FACodeUnauthorized with default headers values

func (*Verify2FACodeUnauthorized) Error

func (o *Verify2FACodeUnauthorized) Error() string

func (*Verify2FACodeUnauthorized) GetPayload

func (*Verify2FACodeUnauthorized) ToJSONString

func (o *Verify2FACodeUnauthorized) ToJSONString() string

type VerifyTokenV3BadRequest

type VerifyTokenV3BadRequest struct {
}

VerifyTokenV3BadRequest handles this case with default header values.

Access Token not exist or expired

func NewVerifyTokenV3BadRequest

func NewVerifyTokenV3BadRequest() *VerifyTokenV3BadRequest

NewVerifyTokenV3BadRequest creates a VerifyTokenV3BadRequest with default headers values

func (*VerifyTokenV3BadRequest) Error

func (o *VerifyTokenV3BadRequest) Error() string

type VerifyTokenV3OK

type VerifyTokenV3OK struct {
	Payload *iamclientmodels.OauthmodelTokenResponseV3
}

VerifyTokenV3OK handles this case with default header values.

Access Token verified

func NewVerifyTokenV3OK

func NewVerifyTokenV3OK() *VerifyTokenV3OK

NewVerifyTokenV3OK creates a VerifyTokenV3OK with default headers values

func (*VerifyTokenV3OK) Error

func (o *VerifyTokenV3OK) Error() string

func (*VerifyTokenV3OK) GetPayload

func (*VerifyTokenV3OK) ToJSONString

func (o *VerifyTokenV3OK) ToJSONString() string

type VerifyTokenV3Params

type VerifyTokenV3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Token
	  Token to be verified

	*/
	Token string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

VerifyTokenV3Params contains all the parameters to send to the API endpoint for the verify token v3 operation typically these are written to a http.Request

func NewVerifyTokenV3Params

func NewVerifyTokenV3Params() *VerifyTokenV3Params

NewVerifyTokenV3Params creates a new VerifyTokenV3Params object with the default values initialized.

func NewVerifyTokenV3ParamsWithContext

func NewVerifyTokenV3ParamsWithContext(ctx context.Context) *VerifyTokenV3Params

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

func NewVerifyTokenV3ParamsWithHTTPClient

func NewVerifyTokenV3ParamsWithHTTPClient(client *http.Client) *VerifyTokenV3Params

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

func NewVerifyTokenV3ParamsWithTimeout

func NewVerifyTokenV3ParamsWithTimeout(timeout time.Duration) *VerifyTokenV3Params

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

func (*VerifyTokenV3Params) SetAuthInfoWriter

func (o *VerifyTokenV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the verify token v3 params

func (*VerifyTokenV3Params) SetContext

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

SetContext adds the context to the verify token v3 params

func (*VerifyTokenV3Params) SetFlightId

func (o *VerifyTokenV3Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*VerifyTokenV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the verify token v3 params

func (*VerifyTokenV3Params) SetHTTPClientTransport

func (o *VerifyTokenV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the verify token v3 params

func (*VerifyTokenV3Params) SetTimeout

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

SetTimeout adds the timeout to the verify token v3 params

func (*VerifyTokenV3Params) SetToken

func (o *VerifyTokenV3Params) SetToken(token string)

SetToken adds the token to the verify token v3 params

func (*VerifyTokenV3Params) WithContext

WithContext adds the context to the verify token v3 params

func (*VerifyTokenV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the verify token v3 params

func (*VerifyTokenV3Params) WithTimeout

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

WithTimeout adds the timeout to the verify token v3 params

func (*VerifyTokenV3Params) WithToken

func (o *VerifyTokenV3Params) WithToken(token string) *VerifyTokenV3Params

WithToken adds the token to the verify token v3 params

func (*VerifyTokenV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type VerifyTokenV3Reader

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

VerifyTokenV3Reader is a Reader for the VerifyTokenV3 structure.

func (*VerifyTokenV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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