login

package
v0.0.0-...-20f4486 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelPinCodeRequest

type CancelPinCodeRequest struct {
	AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
}

Attributes:

  • AuthSessionId
var SecondaryQrCodeLoginPermitServiceCancelPinCodeArgs_Request_DEFAULT *CancelPinCodeRequest

func NewCancelPinCodeRequest

func NewCancelPinCodeRequest() *CancelPinCodeRequest

func (*CancelPinCodeRequest) GetAuthSessionId

func (p *CancelPinCodeRequest) GetAuthSessionId() string

func (*CancelPinCodeRequest) Read

func (p *CancelPinCodeRequest) Read(iprot thrift.TProtocol) error

func (*CancelPinCodeRequest) ReadField1

func (p *CancelPinCodeRequest) ReadField1(iprot thrift.TProtocol) error

func (*CancelPinCodeRequest) String

func (p *CancelPinCodeRequest) String() string

func (*CancelPinCodeRequest) Write

func (p *CancelPinCodeRequest) Write(oprot thrift.TProtocol) error

type CheckPinCodeVerifiedRequest

type CheckPinCodeVerifiedRequest struct {
	AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
}

Attributes:

  • AuthSessionId
var SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedArgs_Request_DEFAULT *CheckPinCodeVerifiedRequest

func NewCheckPinCodeVerifiedRequest

func NewCheckPinCodeVerifiedRequest() *CheckPinCodeVerifiedRequest

func (*CheckPinCodeVerifiedRequest) GetAuthSessionId

func (p *CheckPinCodeVerifiedRequest) GetAuthSessionId() string

func (*CheckPinCodeVerifiedRequest) Read

func (*CheckPinCodeVerifiedRequest) ReadField1

func (p *CheckPinCodeVerifiedRequest) ReadField1(iprot thrift.TProtocol) error

func (*CheckPinCodeVerifiedRequest) String

func (p *CheckPinCodeVerifiedRequest) String() string

func (*CheckPinCodeVerifiedRequest) Write

type CheckQrCodeVerifiedRequest

type CheckQrCodeVerifiedRequest struct {
	AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
}

Attributes:

  • AuthSessionId
var SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedArgs_Request_DEFAULT *CheckQrCodeVerifiedRequest

func NewCheckQrCodeVerifiedRequest

func NewCheckQrCodeVerifiedRequest() *CheckQrCodeVerifiedRequest

func (*CheckQrCodeVerifiedRequest) GetAuthSessionId

func (p *CheckQrCodeVerifiedRequest) GetAuthSessionId() string

func (*CheckQrCodeVerifiedRequest) Read

func (*CheckQrCodeVerifiedRequest) ReadField1

func (p *CheckQrCodeVerifiedRequest) ReadField1(iprot thrift.TProtocol) error

func (*CheckQrCodeVerifiedRequest) String

func (p *CheckQrCodeVerifiedRequest) String() string

func (*CheckQrCodeVerifiedRequest) Write

type CreatePinCodeRequest

type CreatePinCodeRequest struct {
	AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
}

Attributes:

  • AuthSessionId
var SecondaryQrcodeLoginServiceCreatePinCodeArgs_Request_DEFAULT *CreatePinCodeRequest

func NewCreatePinCodeRequest

func NewCreatePinCodeRequest() *CreatePinCodeRequest

func (*CreatePinCodeRequest) GetAuthSessionId

func (p *CreatePinCodeRequest) GetAuthSessionId() string

func (*CreatePinCodeRequest) Read

func (p *CreatePinCodeRequest) Read(iprot thrift.TProtocol) error

func (*CreatePinCodeRequest) ReadField1

func (p *CreatePinCodeRequest) ReadField1(iprot thrift.TProtocol) error

func (*CreatePinCodeRequest) String

func (p *CreatePinCodeRequest) String() string

func (*CreatePinCodeRequest) Write

func (p *CreatePinCodeRequest) Write(oprot thrift.TProtocol) error

type CreatePinCodeResponse

type CreatePinCodeResponse struct {
	PinCode string `thrift:"pinCode,1" db:"pinCode" json:"pinCode"`
}

Attributes:

  • PinCode
var SecondaryQrcodeLoginServiceCreatePinCodeResult_Success_DEFAULT *CreatePinCodeResponse

func NewCreatePinCodeResponse

func NewCreatePinCodeResponse() *CreatePinCodeResponse

func (*CreatePinCodeResponse) GetPinCode

func (p *CreatePinCodeResponse) GetPinCode() string

func (*CreatePinCodeResponse) Read

func (*CreatePinCodeResponse) ReadField1

func (p *CreatePinCodeResponse) ReadField1(iprot thrift.TProtocol) error

func (*CreatePinCodeResponse) String

func (p *CreatePinCodeResponse) String() string

func (*CreatePinCodeResponse) Write

func (p *CreatePinCodeResponse) Write(oprot thrift.TProtocol) error

type CreateQrCodeRequest

type CreateQrCodeRequest struct {
	AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
}

Attributes:

  • AuthSessionId
var SecondaryQrcodeLoginServiceCreateQrCodeArgs_Request_DEFAULT *CreateQrCodeRequest

func NewCreateQrCodeRequest

func NewCreateQrCodeRequest() *CreateQrCodeRequest

func (*CreateQrCodeRequest) GetAuthSessionId

func (p *CreateQrCodeRequest) GetAuthSessionId() string

func (*CreateQrCodeRequest) Read

func (p *CreateQrCodeRequest) Read(iprot thrift.TProtocol) error

func (*CreateQrCodeRequest) ReadField1

func (p *CreateQrCodeRequest) ReadField1(iprot thrift.TProtocol) error

func (*CreateQrCodeRequest) String

func (p *CreateQrCodeRequest) String() string

func (*CreateQrCodeRequest) Write

func (p *CreateQrCodeRequest) Write(oprot thrift.TProtocol) error

type CreateQrCodeResponse

type CreateQrCodeResponse struct {
	CallbackUrl string `thrift:"callbackUrl,1" db:"callbackUrl" json:"callbackUrl"`
}

Attributes:

  • CallbackUrl
var SecondaryQrcodeLoginServiceCreateQrCodeResult_Success_DEFAULT *CreateQrCodeResponse

func NewCreateQrCodeResponse

func NewCreateQrCodeResponse() *CreateQrCodeResponse

func (*CreateQrCodeResponse) GetCallbackUrl

func (p *CreateQrCodeResponse) GetCallbackUrl() string

func (*CreateQrCodeResponse) Read

func (p *CreateQrCodeResponse) Read(iprot thrift.TProtocol) error

func (*CreateQrCodeResponse) ReadField1

func (p *CreateQrCodeResponse) ReadField1(iprot thrift.TProtocol) error

func (*CreateQrCodeResponse) String

func (p *CreateQrCodeResponse) String() string

func (*CreateQrCodeResponse) Write

func (p *CreateQrCodeResponse) Write(oprot thrift.TProtocol) error

type CreateQrSessionRequest

type CreateQrSessionRequest struct {
}
var SecondaryQrcodeLoginServiceCreateSessionArgs_Request_DEFAULT *CreateQrSessionRequest

func NewCreateQrSessionRequest

func NewCreateQrSessionRequest() *CreateQrSessionRequest

func (*CreateQrSessionRequest) Read

func (*CreateQrSessionRequest) String

func (p *CreateQrSessionRequest) String() string

func (*CreateQrSessionRequest) Write

func (p *CreateQrSessionRequest) Write(oprot thrift.TProtocol) error

type CreateQrSessionResponse

type CreateQrSessionResponse struct {
	AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
}

Attributes:

  • AuthSessionId
var SecondaryQrcodeLoginServiceCreateSessionResult_Success_DEFAULT *CreateQrSessionResponse

func NewCreateQrSessionResponse

func NewCreateQrSessionResponse() *CreateQrSessionResponse

func (*CreateQrSessionResponse) GetAuthSessionId

func (p *CreateQrSessionResponse) GetAuthSessionId() string

func (*CreateQrSessionResponse) Read

func (*CreateQrSessionResponse) ReadField1

func (p *CreateQrSessionResponse) ReadField1(iprot thrift.TProtocol) error

func (*CreateQrSessionResponse) String

func (p *CreateQrSessionResponse) String() string

func (*CreateQrSessionResponse) Write

type E2EEKey

type E2EEKey struct {
	Version int32 `thrift:"version,1" db:"version" json:"version"`
	KeyId   int32 `thrift:"keyId,2" db:"keyId" json:"keyId"`
	// unused field # 3
	PublicKey   []byte `thrift:"publicKey,4" db:"publicKey" json:"publicKey"`
	PrivateKey  []byte `thrift:"privateKey,5" db:"privateKey" json:"privateKey"`
	CreatedTime int64  `thrift:"createdTime,6" db:"createdTime" json:"createdTime"`
}

Attributes:

  • Version
  • KeyId
  • PublicKey
  • PrivateKey
  • CreatedTime

func NewE2EEKey

func NewE2EEKey() *E2EEKey

func (*E2EEKey) GetCreatedTime

func (p *E2EEKey) GetCreatedTime() int64

func (*E2EEKey) GetKeyId

func (p *E2EEKey) GetKeyId() int32

func (*E2EEKey) GetPrivateKey

func (p *E2EEKey) GetPrivateKey() []byte

func (*E2EEKey) GetPublicKey

func (p *E2EEKey) GetPublicKey() []byte

func (*E2EEKey) GetVersion

func (p *E2EEKey) GetVersion() int32

func (*E2EEKey) Read

func (p *E2EEKey) Read(iprot thrift.TProtocol) error

func (*E2EEKey) ReadField1

func (p *E2EEKey) ReadField1(iprot thrift.TProtocol) error

func (*E2EEKey) ReadField2

func (p *E2EEKey) ReadField2(iprot thrift.TProtocol) error

func (*E2EEKey) ReadField4

func (p *E2EEKey) ReadField4(iprot thrift.TProtocol) error

func (*E2EEKey) ReadField5

func (p *E2EEKey) ReadField5(iprot thrift.TProtocol) error

func (*E2EEKey) ReadField6

func (p *E2EEKey) ReadField6(iprot thrift.TProtocol) error

func (*E2EEKey) String

func (p *E2EEKey) String() string

func (*E2EEKey) Write

func (p *E2EEKey) Write(oprot thrift.TProtocol) error

type E2EEKeyChain

type E2EEKeyChain struct {
	Keychain []*E2EEKey `thrift:"keychain,1" db:"keychain" json:"keychain"`
}

Attributes:

  • Keychain

func NewE2EEKeyChain

func NewE2EEKeyChain() *E2EEKeyChain

func (*E2EEKeyChain) GetKeychain

func (p *E2EEKeyChain) GetKeychain() []*E2EEKey

func (*E2EEKeyChain) Read

func (p *E2EEKeyChain) Read(iprot thrift.TProtocol) error

func (*E2EEKeyChain) ReadField1

func (p *E2EEKeyChain) ReadField1(iprot thrift.TProtocol) error

func (*E2EEKeyChain) String

func (p *E2EEKeyChain) String() string

func (*E2EEKeyChain) Write

func (p *E2EEKeyChain) Write(oprot thrift.TProtocol) error

type GetLoginActorContextRequest

type GetLoginActorContextRequest struct {
	AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
}

Attributes:

  • AuthSessionId
var SecondaryQrCodeLoginPermitServiceGetLoginActorContextArgs_Request_DEFAULT *GetLoginActorContextRequest

func NewGetLoginActorContextRequest

func NewGetLoginActorContextRequest() *GetLoginActorContextRequest

func (*GetLoginActorContextRequest) GetAuthSessionId

func (p *GetLoginActorContextRequest) GetAuthSessionId() string

func (*GetLoginActorContextRequest) Read

func (*GetLoginActorContextRequest) ReadField1

func (p *GetLoginActorContextRequest) ReadField1(iprot thrift.TProtocol) error

func (*GetLoginActorContextRequest) String

func (p *GetLoginActorContextRequest) String() string

func (*GetLoginActorContextRequest) Write

type GetLoginActorContextResponse

type GetLoginActorContextResponse struct {
	AppType        string `thrift:"appType,1" db:"appType" json:"appType"`
	AccessLocation string `thrift:"accessLocation,2" db:"accessLocation" json:"accessLocation"`
}

Attributes:

  • AppType
  • AccessLocation
var SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult_Success_DEFAULT *GetLoginActorContextResponse

func NewGetLoginActorContextResponse

func NewGetLoginActorContextResponse() *GetLoginActorContextResponse

func (*GetLoginActorContextResponse) GetAccessLocation

func (p *GetLoginActorContextResponse) GetAccessLocation() string

func (*GetLoginActorContextResponse) GetAppType

func (p *GetLoginActorContextResponse) GetAppType() string

func (*GetLoginActorContextResponse) Read

func (*GetLoginActorContextResponse) ReadField1

func (p *GetLoginActorContextResponse) ReadField1(iprot thrift.TProtocol) error

func (*GetLoginActorContextResponse) ReadField2

func (p *GetLoginActorContextResponse) ReadField2(iprot thrift.TProtocol) error

func (*GetLoginActorContextResponse) String

func (*GetLoginActorContextResponse) Write

type QrCodeLoginRequest

type QrCodeLoginRequest struct {
	AuthSessionId       string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
	SystemName          string `thrift:"systemName,2" db:"systemName" json:"systemName"`
	AutoLoginIsRequired bool   `thrift:"autoLoginIsRequired,3" db:"autoLoginIsRequired" json:"autoLoginIsRequired"`
}

Attributes:

  • AuthSessionId
  • SystemName
  • AutoLoginIsRequired
var SecondaryQrcodeLoginServiceQrCodeLoginArgs_Request_DEFAULT *QrCodeLoginRequest

func NewQrCodeLoginRequest

func NewQrCodeLoginRequest() *QrCodeLoginRequest

func (*QrCodeLoginRequest) GetAuthSessionId

func (p *QrCodeLoginRequest) GetAuthSessionId() string

func (*QrCodeLoginRequest) GetAutoLoginIsRequired

func (p *QrCodeLoginRequest) GetAutoLoginIsRequired() bool

func (*QrCodeLoginRequest) GetSystemName

func (p *QrCodeLoginRequest) GetSystemName() string

func (*QrCodeLoginRequest) Read

func (p *QrCodeLoginRequest) Read(iprot thrift.TProtocol) error

func (*QrCodeLoginRequest) ReadField1

func (p *QrCodeLoginRequest) ReadField1(iprot thrift.TProtocol) error

func (*QrCodeLoginRequest) ReadField2

func (p *QrCodeLoginRequest) ReadField2(iprot thrift.TProtocol) error

func (*QrCodeLoginRequest) ReadField3

func (p *QrCodeLoginRequest) ReadField3(iprot thrift.TProtocol) error

func (*QrCodeLoginRequest) String

func (p *QrCodeLoginRequest) String() string

func (*QrCodeLoginRequest) Write

func (p *QrCodeLoginRequest) Write(oprot thrift.TProtocol) error

type QrCodeLoginResponse

type QrCodeLoginResponse struct {
	Certificate       string            `thrift:"certificate,1" db:"certificate" json:"certificate"`
	AccessToken       string            `thrift:"accessToken,2" db:"accessToken" json:"accessToken"`
	LastBindTimestamp int64             `thrift:"lastBindTimestamp,3" db:"lastBindTimestamp" json:"lastBindTimestamp"`
	MetaData          map[string]string `thrift:"metaData,4" db:"metaData" json:"metaData"`
}

Attributes:

  • Certificate
  • AccessToken
  • LastBindTimestamp
  • MetaData
var SecondaryQrcodeLoginServiceQrCodeLoginResult_Success_DEFAULT *QrCodeLoginResponse

func NewQrCodeLoginResponse

func NewQrCodeLoginResponse() *QrCodeLoginResponse

func (*QrCodeLoginResponse) GetAccessToken

func (p *QrCodeLoginResponse) GetAccessToken() string

func (*QrCodeLoginResponse) GetCertificate

func (p *QrCodeLoginResponse) GetCertificate() string

func (*QrCodeLoginResponse) GetLastBindTimestamp

func (p *QrCodeLoginResponse) GetLastBindTimestamp() int64

func (*QrCodeLoginResponse) GetMetaData

func (p *QrCodeLoginResponse) GetMetaData() map[string]string

func (*QrCodeLoginResponse) Read

func (p *QrCodeLoginResponse) Read(iprot thrift.TProtocol) error

func (*QrCodeLoginResponse) ReadField1

func (p *QrCodeLoginResponse) ReadField1(iprot thrift.TProtocol) error

func (*QrCodeLoginResponse) ReadField2

func (p *QrCodeLoginResponse) ReadField2(iprot thrift.TProtocol) error

func (*QrCodeLoginResponse) ReadField3

func (p *QrCodeLoginResponse) ReadField3(iprot thrift.TProtocol) error

func (*QrCodeLoginResponse) ReadField4

func (p *QrCodeLoginResponse) ReadField4(iprot thrift.TProtocol) error

func (*QrCodeLoginResponse) String

func (p *QrCodeLoginResponse) String() string

func (*QrCodeLoginResponse) Write

func (p *QrCodeLoginResponse) Write(oprot thrift.TProtocol) error

type SecondaryQrCodeErrorCode

type SecondaryQrCodeErrorCode int64
const (
	SecondaryQrCodeErrorCode_INTERNAL_ERROR             SecondaryQrCodeErrorCode = 0
	SecondaryQrCodeErrorCode_ILLEGAL_ARGUMENT           SecondaryQrCodeErrorCode = 1
	SecondaryQrCodeErrorCode_VERIFICATION_FAILED        SecondaryQrCodeErrorCode = 2
	SecondaryQrCodeErrorCode_NOT_ALLOWED_QR_CODE_LOGIN  SecondaryQrCodeErrorCode = 3
	SecondaryQrCodeErrorCode_VERIFICATION_NOTICE_FAILED SecondaryQrCodeErrorCode = 4
	SecondaryQrCodeErrorCode_RETRY_LATER                SecondaryQrCodeErrorCode = 5
	SecondaryQrCodeErrorCode_INVALID_CONTEXT            SecondaryQrCodeErrorCode = 100
	SecondaryQrCodeErrorCode_APP_UPGRADE_REQUIRED       SecondaryQrCodeErrorCode = 101
)

func SecondaryQrCodeErrorCodeFromString

func SecondaryQrCodeErrorCodeFromString(s string) (SecondaryQrCodeErrorCode, error)

func (SecondaryQrCodeErrorCode) MarshalText

func (p SecondaryQrCodeErrorCode) MarshalText() ([]byte, error)

func (*SecondaryQrCodeErrorCode) Scan

func (p *SecondaryQrCodeErrorCode) Scan(value interface{}) error

func (SecondaryQrCodeErrorCode) String

func (p SecondaryQrCodeErrorCode) String() string

func (*SecondaryQrCodeErrorCode) UnmarshalText

func (p *SecondaryQrCodeErrorCode) UnmarshalText(text []byte) error

func (*SecondaryQrCodeErrorCode) Value

type SecondaryQrCodeException

type SecondaryQrCodeException struct {
	Code         SecondaryQrCodeErrorCode `thrift:"code,1" db:"code" json:"code"`
	AlertMessage string                   `thrift:"alertMessage,2" db:"alertMessage" json:"alertMessage"`
}

Attributes:

  • Code
  • AlertMessage
var SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedResult_E_DEFAULT *SecondaryQrCodeException
var SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedResult_E_DEFAULT *SecondaryQrCodeException
var SecondaryQrCodeLoginPermitServiceCancelPinCodeResult_E_DEFAULT *SecondaryQrCodeException
var SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult_E_DEFAULT *SecondaryQrCodeException
var SecondaryQrCodeLoginPermitServiceVerifyPinCodeResult_E_DEFAULT *SecondaryQrCodeException
var SecondaryQrCodeLoginPermitServiceVerifyQrCodeResult_E_DEFAULT *SecondaryQrCodeException
var SecondaryQrcodeLoginServiceCreatePinCodeResult_E_DEFAULT *SecondaryQrCodeException
var SecondaryQrcodeLoginServiceCreateQrCodeResult_E_DEFAULT *SecondaryQrCodeException
var SecondaryQrcodeLoginServiceCreateSessionResult_E_DEFAULT *SecondaryQrCodeException
var SecondaryQrcodeLoginServiceQrCodeLoginResult_E_DEFAULT *SecondaryQrCodeException
var SecondaryQrcodeLoginServiceVerifyCertificateResult_E_DEFAULT *SecondaryQrCodeException

func NewSecondaryQrCodeException

func NewSecondaryQrCodeException() *SecondaryQrCodeException

func (*SecondaryQrCodeException) Error

func (p *SecondaryQrCodeException) Error() string

func (*SecondaryQrCodeException) GetAlertMessage

func (p *SecondaryQrCodeException) GetAlertMessage() string

func (*SecondaryQrCodeException) GetCode

func (*SecondaryQrCodeException) Read

func (*SecondaryQrCodeException) ReadField1

func (p *SecondaryQrCodeException) ReadField1(iprot thrift.TProtocol) error

func (*SecondaryQrCodeException) ReadField2

func (p *SecondaryQrCodeException) ReadField2(iprot thrift.TProtocol) error

func (*SecondaryQrCodeException) String

func (p *SecondaryQrCodeException) String() string

func (*SecondaryQrCodeException) Write

type SecondaryQrCodeLoginPermitNoticeService

type SecondaryQrCodeLoginPermitNoticeService interface {
	// Parameters:
	//  - Request
	CheckPinCodeVerified(ctx context.Context, request *CheckPinCodeVerifiedRequest) (err error)
	// Parameters:
	//  - Request
	CheckQrCodeVerified(ctx context.Context, request *CheckQrCodeVerifiedRequest) (err error)
}

type SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedArgs

type SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedArgs struct {
	Request *CheckPinCodeVerifiedRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedArgs) GetRequest

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedArgs) IsSetRequest

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedArgs) Read

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedArgs) ReadField1

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedArgs) String

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedArgs) Write

type SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedResult

type SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedResult struct {
	E *SecondaryQrCodeException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedResult) GetE

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedResult) IsSetE

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedResult) Read

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedResult) ReadField1

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedResult) String

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckPinCodeVerifiedResult) Write

type SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedArgs

type SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedArgs struct {
	Request *CheckQrCodeVerifiedRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedArgs) GetRequest

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedArgs) IsSetRequest

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedArgs) Read

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedArgs) ReadField1

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedArgs) String

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedArgs) Write

type SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedResult

type SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedResult struct {
	E *SecondaryQrCodeException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedResult) GetE

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedResult) IsSetE

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedResult) Read

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedResult) ReadField1

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedResult) String

func (*SecondaryQrCodeLoginPermitNoticeServiceCheckQrCodeVerifiedResult) Write

type SecondaryQrCodeLoginPermitNoticeServiceClient

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

func (*SecondaryQrCodeLoginPermitNoticeServiceClient) CheckPinCodeVerified

Parameters:

  • Request

func (*SecondaryQrCodeLoginPermitNoticeServiceClient) CheckQrCodeVerified

Parameters:

  • Request

func (*SecondaryQrCodeLoginPermitNoticeServiceClient) Client_

type SecondaryQrCodeLoginPermitNoticeServiceProcessor

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

func (*SecondaryQrCodeLoginPermitNoticeServiceProcessor) AddToProcessorMap

func (*SecondaryQrCodeLoginPermitNoticeServiceProcessor) GetProcessorFunction

func (p *SecondaryQrCodeLoginPermitNoticeServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)

func (*SecondaryQrCodeLoginPermitNoticeServiceProcessor) Process

func (*SecondaryQrCodeLoginPermitNoticeServiceProcessor) ProcessorMap

type SecondaryQrCodeLoginPermitService

type SecondaryQrCodeLoginPermitService interface {
	// Parameters:
	//  - Request
	CancelPinCode(ctx context.Context, request *CancelPinCodeRequest) (err error)
	// Parameters:
	//  - Request
	GetLoginActorContext(ctx context.Context, request *GetLoginActorContextRequest) (r *GetLoginActorContextResponse, err error)
	// Parameters:
	//  - Request
	VerifyPinCode(ctx context.Context, request *VerifyPinCodeRequest) (err error)
	// Parameters:
	//  - Request
	VerifyQrCode(ctx context.Context, request *VerifyQrCodeRequest) (err error)
}

type SecondaryQrCodeLoginPermitServiceCancelPinCodeArgs

type SecondaryQrCodeLoginPermitServiceCancelPinCodeArgs struct {
	Request *CancelPinCodeRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewSecondaryQrCodeLoginPermitServiceCancelPinCodeArgs

func NewSecondaryQrCodeLoginPermitServiceCancelPinCodeArgs() *SecondaryQrCodeLoginPermitServiceCancelPinCodeArgs

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeArgs) GetRequest

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeArgs) IsSetRequest

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeArgs) Read

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeArgs) ReadField1

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeArgs) String

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeArgs) Write

type SecondaryQrCodeLoginPermitServiceCancelPinCodeResult

type SecondaryQrCodeLoginPermitServiceCancelPinCodeResult struct {
	E *SecondaryQrCodeException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewSecondaryQrCodeLoginPermitServiceCancelPinCodeResult

func NewSecondaryQrCodeLoginPermitServiceCancelPinCodeResult() *SecondaryQrCodeLoginPermitServiceCancelPinCodeResult

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeResult) GetE

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeResult) IsSetE

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeResult) Read

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeResult) ReadField1

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeResult) String

func (*SecondaryQrCodeLoginPermitServiceCancelPinCodeResult) Write

type SecondaryQrCodeLoginPermitServiceClient

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

func (*SecondaryQrCodeLoginPermitServiceClient) CancelPinCode

Parameters:

  • Request

func (*SecondaryQrCodeLoginPermitServiceClient) Client_

func (*SecondaryQrCodeLoginPermitServiceClient) GetLoginActorContext

Parameters:

  • Request

func (*SecondaryQrCodeLoginPermitServiceClient) VerifyPinCode

Parameters:

  • Request

func (*SecondaryQrCodeLoginPermitServiceClient) VerifyQrCode

Parameters:

  • Request

type SecondaryQrCodeLoginPermitServiceGetLoginActorContextArgs

type SecondaryQrCodeLoginPermitServiceGetLoginActorContextArgs struct {
	Request *GetLoginActorContextRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextArgs) GetRequest

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextArgs) IsSetRequest

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextArgs) Read

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextArgs) ReadField1

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextArgs) String

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextArgs) Write

type SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult

type SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult struct {
	Success *GetLoginActorContextResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *SecondaryQrCodeException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult) GetE

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult) GetSuccess

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult) IsSetE

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult) IsSetSuccess

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult) Read

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult) ReadField0

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult) ReadField1

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult) String

func (*SecondaryQrCodeLoginPermitServiceGetLoginActorContextResult) Write

type SecondaryQrCodeLoginPermitServiceProcessor

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

func (*SecondaryQrCodeLoginPermitServiceProcessor) AddToProcessorMap

func (p *SecondaryQrCodeLoginPermitServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)

func (*SecondaryQrCodeLoginPermitServiceProcessor) GetProcessorFunction

func (p *SecondaryQrCodeLoginPermitServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)

func (*SecondaryQrCodeLoginPermitServiceProcessor) Process

func (p *SecondaryQrCodeLoginPermitServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)

func (*SecondaryQrCodeLoginPermitServiceProcessor) ProcessorMap

type SecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs

type SecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs struct {
	Request *VerifyPinCodeRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewSecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs

func NewSecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs() *SecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs) GetRequest

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs) IsSetRequest

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs) Read

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs) ReadField1

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs) String

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs) Write

type SecondaryQrCodeLoginPermitServiceVerifyPinCodeResult

type SecondaryQrCodeLoginPermitServiceVerifyPinCodeResult struct {
	E *SecondaryQrCodeException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewSecondaryQrCodeLoginPermitServiceVerifyPinCodeResult

func NewSecondaryQrCodeLoginPermitServiceVerifyPinCodeResult() *SecondaryQrCodeLoginPermitServiceVerifyPinCodeResult

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeResult) GetE

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeResult) IsSetE

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeResult) Read

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeResult) ReadField1

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeResult) String

func (*SecondaryQrCodeLoginPermitServiceVerifyPinCodeResult) Write

type SecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs

type SecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs struct {
	Request *VerifyQrCodeRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewSecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs

func NewSecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs() *SecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs) GetRequest

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs) IsSetRequest

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs) Read

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs) ReadField1

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs) String

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs) Write

type SecondaryQrCodeLoginPermitServiceVerifyQrCodeResult

type SecondaryQrCodeLoginPermitServiceVerifyQrCodeResult struct {
	E *SecondaryQrCodeException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewSecondaryQrCodeLoginPermitServiceVerifyQrCodeResult

func NewSecondaryQrCodeLoginPermitServiceVerifyQrCodeResult() *SecondaryQrCodeLoginPermitServiceVerifyQrCodeResult

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeResult) GetE

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeResult) IsSetE

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeResult) Read

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeResult) ReadField1

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeResult) String

func (*SecondaryQrCodeLoginPermitServiceVerifyQrCodeResult) Write

type SecondaryQrcodeLoginService

type SecondaryQrcodeLoginService interface {
	// Parameters:
	//  - Request
	CreateSession(ctx context.Context, request *CreateQrSessionRequest) (r *CreateQrSessionResponse, err error)
	// Parameters:
	//  - Request
	CreateQrCode(ctx context.Context, request *CreateQrCodeRequest) (r *CreateQrCodeResponse, err error)
	// Parameters:
	//  - Request
	CreatePinCode(ctx context.Context, request *CreatePinCodeRequest) (r *CreatePinCodeResponse, err error)
	// Parameters:
	//  - Request
	QrCodeLogin(ctx context.Context, request *QrCodeLoginRequest) (r *QrCodeLoginResponse, err error)
	// Parameters:
	//  - Request
	VerifyCertificate(ctx context.Context, request *VerifyCertificateRequest) (err error)
}

type SecondaryQrcodeLoginServiceClient

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

func NewSecondaryQrcodeLoginServiceClient

func NewSecondaryQrcodeLoginServiceClient(c thrift.TClient) *SecondaryQrcodeLoginServiceClient

func (*SecondaryQrcodeLoginServiceClient) Client_

func (*SecondaryQrcodeLoginServiceClient) CreatePinCode

Parameters:

  • Request

func (*SecondaryQrcodeLoginServiceClient) CreateQrCode

Parameters:

  • Request

func (*SecondaryQrcodeLoginServiceClient) CreateSession

Parameters:

  • Request

func (*SecondaryQrcodeLoginServiceClient) QrCodeLogin

Parameters:

  • Request

func (*SecondaryQrcodeLoginServiceClient) VerifyCertificate

func (p *SecondaryQrcodeLoginServiceClient) VerifyCertificate(ctx context.Context, request *VerifyCertificateRequest) (err error)

Parameters:

  • Request

type SecondaryQrcodeLoginServiceCreatePinCodeArgs

type SecondaryQrcodeLoginServiceCreatePinCodeArgs struct {
	Request *CreatePinCodeRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewSecondaryQrcodeLoginServiceCreatePinCodeArgs

func NewSecondaryQrcodeLoginServiceCreatePinCodeArgs() *SecondaryQrcodeLoginServiceCreatePinCodeArgs

func (*SecondaryQrcodeLoginServiceCreatePinCodeArgs) GetRequest

func (*SecondaryQrcodeLoginServiceCreatePinCodeArgs) IsSetRequest

func (*SecondaryQrcodeLoginServiceCreatePinCodeArgs) Read

func (*SecondaryQrcodeLoginServiceCreatePinCodeArgs) ReadField1

func (*SecondaryQrcodeLoginServiceCreatePinCodeArgs) String

func (*SecondaryQrcodeLoginServiceCreatePinCodeArgs) Write

type SecondaryQrcodeLoginServiceCreatePinCodeResult

type SecondaryQrcodeLoginServiceCreatePinCodeResult struct {
	Success *CreatePinCodeResponse    `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *SecondaryQrCodeException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewSecondaryQrcodeLoginServiceCreatePinCodeResult

func NewSecondaryQrcodeLoginServiceCreatePinCodeResult() *SecondaryQrcodeLoginServiceCreatePinCodeResult

func (*SecondaryQrcodeLoginServiceCreatePinCodeResult) GetE

func (*SecondaryQrcodeLoginServiceCreatePinCodeResult) GetSuccess

func (*SecondaryQrcodeLoginServiceCreatePinCodeResult) IsSetE

func (*SecondaryQrcodeLoginServiceCreatePinCodeResult) IsSetSuccess

func (*SecondaryQrcodeLoginServiceCreatePinCodeResult) Read

func (*SecondaryQrcodeLoginServiceCreatePinCodeResult) ReadField0

func (*SecondaryQrcodeLoginServiceCreatePinCodeResult) ReadField1

func (*SecondaryQrcodeLoginServiceCreatePinCodeResult) String

func (*SecondaryQrcodeLoginServiceCreatePinCodeResult) Write

type SecondaryQrcodeLoginServiceCreateQrCodeArgs

type SecondaryQrcodeLoginServiceCreateQrCodeArgs struct {
	Request *CreateQrCodeRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewSecondaryQrcodeLoginServiceCreateQrCodeArgs

func NewSecondaryQrcodeLoginServiceCreateQrCodeArgs() *SecondaryQrcodeLoginServiceCreateQrCodeArgs

func (*SecondaryQrcodeLoginServiceCreateQrCodeArgs) GetRequest

func (*SecondaryQrcodeLoginServiceCreateQrCodeArgs) IsSetRequest

func (*SecondaryQrcodeLoginServiceCreateQrCodeArgs) Read

func (*SecondaryQrcodeLoginServiceCreateQrCodeArgs) ReadField1

func (*SecondaryQrcodeLoginServiceCreateQrCodeArgs) String

func (*SecondaryQrcodeLoginServiceCreateQrCodeArgs) Write

type SecondaryQrcodeLoginServiceCreateQrCodeResult

type SecondaryQrcodeLoginServiceCreateQrCodeResult struct {
	Success *CreateQrCodeResponse     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *SecondaryQrCodeException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewSecondaryQrcodeLoginServiceCreateQrCodeResult

func NewSecondaryQrcodeLoginServiceCreateQrCodeResult() *SecondaryQrcodeLoginServiceCreateQrCodeResult

func (*SecondaryQrcodeLoginServiceCreateQrCodeResult) GetE

func (*SecondaryQrcodeLoginServiceCreateQrCodeResult) GetSuccess

func (*SecondaryQrcodeLoginServiceCreateQrCodeResult) IsSetE

func (*SecondaryQrcodeLoginServiceCreateQrCodeResult) IsSetSuccess

func (*SecondaryQrcodeLoginServiceCreateQrCodeResult) Read

func (*SecondaryQrcodeLoginServiceCreateQrCodeResult) ReadField0

func (*SecondaryQrcodeLoginServiceCreateQrCodeResult) ReadField1

func (*SecondaryQrcodeLoginServiceCreateQrCodeResult) String

func (*SecondaryQrcodeLoginServiceCreateQrCodeResult) Write

type SecondaryQrcodeLoginServiceCreateSessionArgs

type SecondaryQrcodeLoginServiceCreateSessionArgs struct {
	Request *CreateQrSessionRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewSecondaryQrcodeLoginServiceCreateSessionArgs

func NewSecondaryQrcodeLoginServiceCreateSessionArgs() *SecondaryQrcodeLoginServiceCreateSessionArgs

func (*SecondaryQrcodeLoginServiceCreateSessionArgs) GetRequest

func (*SecondaryQrcodeLoginServiceCreateSessionArgs) IsSetRequest

func (*SecondaryQrcodeLoginServiceCreateSessionArgs) Read

func (*SecondaryQrcodeLoginServiceCreateSessionArgs) ReadField1

func (*SecondaryQrcodeLoginServiceCreateSessionArgs) String

func (*SecondaryQrcodeLoginServiceCreateSessionArgs) Write

type SecondaryQrcodeLoginServiceCreateSessionResult

type SecondaryQrcodeLoginServiceCreateSessionResult struct {
	Success *CreateQrSessionResponse  `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *SecondaryQrCodeException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewSecondaryQrcodeLoginServiceCreateSessionResult

func NewSecondaryQrcodeLoginServiceCreateSessionResult() *SecondaryQrcodeLoginServiceCreateSessionResult

func (*SecondaryQrcodeLoginServiceCreateSessionResult) GetE

func (*SecondaryQrcodeLoginServiceCreateSessionResult) GetSuccess

func (*SecondaryQrcodeLoginServiceCreateSessionResult) IsSetE

func (*SecondaryQrcodeLoginServiceCreateSessionResult) IsSetSuccess

func (*SecondaryQrcodeLoginServiceCreateSessionResult) Read

func (*SecondaryQrcodeLoginServiceCreateSessionResult) ReadField0

func (*SecondaryQrcodeLoginServiceCreateSessionResult) ReadField1

func (*SecondaryQrcodeLoginServiceCreateSessionResult) String

func (*SecondaryQrcodeLoginServiceCreateSessionResult) Write

type SecondaryQrcodeLoginServiceProcessor

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

func (*SecondaryQrcodeLoginServiceProcessor) AddToProcessorMap

func (p *SecondaryQrcodeLoginServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)

func (*SecondaryQrcodeLoginServiceProcessor) GetProcessorFunction

func (p *SecondaryQrcodeLoginServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)

func (*SecondaryQrcodeLoginServiceProcessor) Process

func (p *SecondaryQrcodeLoginServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)

func (*SecondaryQrcodeLoginServiceProcessor) ProcessorMap

type SecondaryQrcodeLoginServiceQrCodeLoginArgs

type SecondaryQrcodeLoginServiceQrCodeLoginArgs struct {
	Request *QrCodeLoginRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewSecondaryQrcodeLoginServiceQrCodeLoginArgs

func NewSecondaryQrcodeLoginServiceQrCodeLoginArgs() *SecondaryQrcodeLoginServiceQrCodeLoginArgs

func (*SecondaryQrcodeLoginServiceQrCodeLoginArgs) GetRequest

func (*SecondaryQrcodeLoginServiceQrCodeLoginArgs) IsSetRequest

func (*SecondaryQrcodeLoginServiceQrCodeLoginArgs) Read

func (*SecondaryQrcodeLoginServiceQrCodeLoginArgs) ReadField1

func (*SecondaryQrcodeLoginServiceQrCodeLoginArgs) String

func (*SecondaryQrcodeLoginServiceQrCodeLoginArgs) Write

type SecondaryQrcodeLoginServiceQrCodeLoginResult

type SecondaryQrcodeLoginServiceQrCodeLoginResult struct {
	Success *QrCodeLoginResponse      `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *SecondaryQrCodeException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewSecondaryQrcodeLoginServiceQrCodeLoginResult

func NewSecondaryQrcodeLoginServiceQrCodeLoginResult() *SecondaryQrcodeLoginServiceQrCodeLoginResult

func (*SecondaryQrcodeLoginServiceQrCodeLoginResult) GetE

func (*SecondaryQrcodeLoginServiceQrCodeLoginResult) GetSuccess

func (*SecondaryQrcodeLoginServiceQrCodeLoginResult) IsSetE

func (*SecondaryQrcodeLoginServiceQrCodeLoginResult) IsSetSuccess

func (*SecondaryQrcodeLoginServiceQrCodeLoginResult) Read

func (*SecondaryQrcodeLoginServiceQrCodeLoginResult) ReadField0

func (*SecondaryQrcodeLoginServiceQrCodeLoginResult) ReadField1

func (*SecondaryQrcodeLoginServiceQrCodeLoginResult) String

func (*SecondaryQrcodeLoginServiceQrCodeLoginResult) Write

type SecondaryQrcodeLoginServiceVerifyCertificateArgs

type SecondaryQrcodeLoginServiceVerifyCertificateArgs struct {
	Request *VerifyCertificateRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewSecondaryQrcodeLoginServiceVerifyCertificateArgs

func NewSecondaryQrcodeLoginServiceVerifyCertificateArgs() *SecondaryQrcodeLoginServiceVerifyCertificateArgs

func (*SecondaryQrcodeLoginServiceVerifyCertificateArgs) GetRequest

func (*SecondaryQrcodeLoginServiceVerifyCertificateArgs) IsSetRequest

func (*SecondaryQrcodeLoginServiceVerifyCertificateArgs) Read

func (*SecondaryQrcodeLoginServiceVerifyCertificateArgs) ReadField1

func (*SecondaryQrcodeLoginServiceVerifyCertificateArgs) String

func (*SecondaryQrcodeLoginServiceVerifyCertificateArgs) Write

type SecondaryQrcodeLoginServiceVerifyCertificateResult

type SecondaryQrcodeLoginServiceVerifyCertificateResult struct {
	E *SecondaryQrCodeException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewSecondaryQrcodeLoginServiceVerifyCertificateResult

func NewSecondaryQrcodeLoginServiceVerifyCertificateResult() *SecondaryQrcodeLoginServiceVerifyCertificateResult

func (*SecondaryQrcodeLoginServiceVerifyCertificateResult) GetE

func (*SecondaryQrcodeLoginServiceVerifyCertificateResult) IsSetE

func (*SecondaryQrcodeLoginServiceVerifyCertificateResult) Read

func (*SecondaryQrcodeLoginServiceVerifyCertificateResult) ReadField1

func (*SecondaryQrcodeLoginServiceVerifyCertificateResult) String

func (*SecondaryQrcodeLoginServiceVerifyCertificateResult) Write

type VerifyCertificateRequest

type VerifyCertificateRequest struct {
	AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
	Certificate   string `thrift:"certificate,2" db:"certificate" json:"certificate"`
}

Attributes:

  • AuthSessionId
  • Certificate
var SecondaryQrcodeLoginServiceVerifyCertificateArgs_Request_DEFAULT *VerifyCertificateRequest

func NewVerifyCertificateRequest

func NewVerifyCertificateRequest() *VerifyCertificateRequest

func (*VerifyCertificateRequest) GetAuthSessionId

func (p *VerifyCertificateRequest) GetAuthSessionId() string

func (*VerifyCertificateRequest) GetCertificate

func (p *VerifyCertificateRequest) GetCertificate() string

func (*VerifyCertificateRequest) Read

func (*VerifyCertificateRequest) ReadField1

func (p *VerifyCertificateRequest) ReadField1(iprot thrift.TProtocol) error

func (*VerifyCertificateRequest) ReadField2

func (p *VerifyCertificateRequest) ReadField2(iprot thrift.TProtocol) error

func (*VerifyCertificateRequest) String

func (p *VerifyCertificateRequest) String() string

func (*VerifyCertificateRequest) Write

type VerifyPinCodeRequest

type VerifyPinCodeRequest struct {
	AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
	PinCode       string `thrift:"pinCode,2" db:"pinCode" json:"pinCode"`
}

Attributes:

  • AuthSessionId
  • PinCode
var SecondaryQrCodeLoginPermitServiceVerifyPinCodeArgs_Request_DEFAULT *VerifyPinCodeRequest

func NewVerifyPinCodeRequest

func NewVerifyPinCodeRequest() *VerifyPinCodeRequest

func (*VerifyPinCodeRequest) GetAuthSessionId

func (p *VerifyPinCodeRequest) GetAuthSessionId() string

func (*VerifyPinCodeRequest) GetPinCode

func (p *VerifyPinCodeRequest) GetPinCode() string

func (*VerifyPinCodeRequest) Read

func (p *VerifyPinCodeRequest) Read(iprot thrift.TProtocol) error

func (*VerifyPinCodeRequest) ReadField1

func (p *VerifyPinCodeRequest) ReadField1(iprot thrift.TProtocol) error

func (*VerifyPinCodeRequest) ReadField2

func (p *VerifyPinCodeRequest) ReadField2(iprot thrift.TProtocol) error

func (*VerifyPinCodeRequest) String

func (p *VerifyPinCodeRequest) String() string

func (*VerifyPinCodeRequest) Write

func (p *VerifyPinCodeRequest) Write(oprot thrift.TProtocol) error

type VerifyQrCodeRequest

type VerifyQrCodeRequest struct {
	AuthSessionId string            `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
	MetaData      map[string]string `thrift:"metaData,2" db:"metaData" json:"metaData"`
}

Attributes:

  • AuthSessionId
  • MetaData
var SecondaryQrCodeLoginPermitServiceVerifyQrCodeArgs_Request_DEFAULT *VerifyQrCodeRequest

func NewVerifyQrCodeRequest

func NewVerifyQrCodeRequest() *VerifyQrCodeRequest

func (*VerifyQrCodeRequest) GetAuthSessionId

func (p *VerifyQrCodeRequest) GetAuthSessionId() string

func (*VerifyQrCodeRequest) GetMetaData

func (p *VerifyQrCodeRequest) GetMetaData() map[string]string

func (*VerifyQrCodeRequest) Read

func (p *VerifyQrCodeRequest) Read(iprot thrift.TProtocol) error

func (*VerifyQrCodeRequest) ReadField1

func (p *VerifyQrCodeRequest) ReadField1(iprot thrift.TProtocol) error

func (*VerifyQrCodeRequest) ReadField2

func (p *VerifyQrCodeRequest) ReadField2(iprot thrift.TProtocol) error

func (*VerifyQrCodeRequest) String

func (p *VerifyQrCodeRequest) String() string

func (*VerifyQrCodeRequest) Write

func (p *VerifyQrCodeRequest) Write(oprot thrift.TProtocol) error

Jump to

Keyboard shortcuts

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