Documentation ¶
Index ¶
- Variables
- type AccountIdentifier
- func (p *AccountIdentifier) Equals(other *AccountIdentifier) bool
- func (p *AccountIdentifier) GetCountryCode() string
- func (p *AccountIdentifier) GetIdentifier() string
- func (p *AccountIdentifier) GetType() AccountIdentifierType
- func (p *AccountIdentifier) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AccountIdentifier) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AccountIdentifier) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AccountIdentifier) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AccountIdentifier) String() string
- func (p *AccountIdentifier) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AccountIdentifierType
- type AccountVerifMethod
- type AuthException
- func (p *AuthException) Equals(other *AuthException) bool
- func (p *AuthException) Error() string
- func (p *AuthException) GetAlertMessage() string
- func (p *AuthException) GetCode() ErrorCode
- func (p *AuthException) GetWebAuthDetails() *WebAuthDetails
- func (p *AuthException) IsSetWebAuthDetails() bool
- func (p *AuthException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthException) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthException) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthException) String() string
- func (AuthException) TExceptionType() thrift.TExceptionType
- func (p *AuthException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Device
- func (p *Device) Equals(other *Device) bool
- func (p *Device) GetDeviceModel() string
- func (p *Device) GetUdid() string
- func (p *Device) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Device) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Device) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Device) String() string
- func (p *Device) Write(ctx context.Context, oprot thrift.TProtocol) error
- type EncryptedPassword
- func (p *EncryptedPassword) Equals(other *EncryptedPassword) bool
- func (p *EncryptedPassword) GetCipherText() string
- func (p *EncryptedPassword) GetEncryptionKeyVersion() EncryptionKeyVersion
- func (p *EncryptedPassword) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EncryptedPassword) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EncryptedPassword) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EncryptedPassword) String() string
- func (p *EncryptedPassword) Write(ctx context.Context, oprot thrift.TProtocol) error
- type EncryptionKeyVersion
- type ErrorCode
- type ExchangeEncryptionKeyRequest
- func (p *ExchangeEncryptionKeyRequest) Equals(other *ExchangeEncryptionKeyRequest) bool
- func (p *ExchangeEncryptionKeyRequest) GetAuthKeyVersion() EncryptionKeyVersion
- func (p *ExchangeEncryptionKeyRequest) GetNonce() string
- func (p *ExchangeEncryptionKeyRequest) GetPublicKey() string
- func (p *ExchangeEncryptionKeyRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ExchangeEncryptionKeyRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ExchangeEncryptionKeyRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ExchangeEncryptionKeyRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ExchangeEncryptionKeyRequest) String() string
- func (p *ExchangeEncryptionKeyRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ExchangeEncryptionKeyResponse
- func (p *ExchangeEncryptionKeyResponse) Equals(other *ExchangeEncryptionKeyResponse) bool
- func (p *ExchangeEncryptionKeyResponse) GetNonce() string
- func (p *ExchangeEncryptionKeyResponse) GetPublicKey() string
- func (p *ExchangeEncryptionKeyResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ExchangeEncryptionKeyResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ExchangeEncryptionKeyResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ExchangeEncryptionKeyResponse) String() string
- func (p *ExchangeEncryptionKeyResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetAcctVerifMethodResponse
- func (p *GetAcctVerifMethodResponse) Equals(other *GetAcctVerifMethodResponse) bool
- func (p *GetAcctVerifMethodResponse) GetAvailableMethod() AccountVerifMethod
- func (p *GetAcctVerifMethodResponse) GetSameAccountFromAuthFactor() bool
- func (p *GetAcctVerifMethodResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetAcctVerifMethodResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetAcctVerifMethodResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetAcctVerifMethodResponse) String() string
- func (p *GetAcctVerifMethodResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetPhoneVerifMethodResponse
- func (p *GetPhoneVerifMethodResponse) Equals(other *GetPhoneVerifMethodResponse) bool
- func (p *GetPhoneVerifMethodResponse) GetAvailableMethods() []PhoneVerifMethod
- func (p *GetPhoneVerifMethodResponse) GetPrettifiedPhoneNumber() string
- func (p *GetPhoneVerifMethodResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPhoneVerifMethodResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPhoneVerifMethodResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPhoneVerifMethodResponse) String() string
- func (p *GetPhoneVerifMethodResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetSecondAuthMethodResponse
- func (p *GetSecondAuthMethodResponse) Equals(other *GetSecondAuthMethodResponse) bool
- func (p *GetSecondAuthMethodResponse) GetSecondAuthMethod() SecondAuthMethod
- func (p *GetSecondAuthMethodResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSecondAuthMethodResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSecondAuthMethodResponse) String() string
- func (p *GetSecondAuthMethodResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetUserProfileResponse
- func (p *GetUserProfileResponse) Equals(other *GetUserProfileResponse) bool
- func (p *GetUserProfileResponse) GetUserProfile() *UserProfile
- func (p *GetUserProfileResponse) IsSetUserProfile() bool
- func (p *GetUserProfileResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetUserProfileResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetUserProfileResponse) String() string
- func (p *GetUserProfileResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IssueWebAuthDetailsForAcctVerifResponse
- func (p *IssueWebAuthDetailsForAcctVerifResponse) Equals(other *IssueWebAuthDetailsForAcctVerifResponse) bool
- func (p *IssueWebAuthDetailsForAcctVerifResponse) GetWebAuthDetails() *WebAuthDetails
- func (p *IssueWebAuthDetailsForAcctVerifResponse) IsSetWebAuthDetails() bool
- func (p *IssueWebAuthDetailsForAcctVerifResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IssueWebAuthDetailsForAcctVerifResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IssueWebAuthDetailsForAcctVerifResponse) String() string
- func (p *IssueWebAuthDetailsForAcctVerifResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IssueWebAuthDetailsForSecondAuthResponse
- func (p *IssueWebAuthDetailsForSecondAuthResponse) Equals(other *IssueWebAuthDetailsForSecondAuthResponse) bool
- func (p *IssueWebAuthDetailsForSecondAuthResponse) GetWebAuthDetails() *WebAuthDetails
- func (p *IssueWebAuthDetailsForSecondAuthResponse) IsSetWebAuthDetails() bool
- func (p *IssueWebAuthDetailsForSecondAuthResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IssueWebAuthDetailsForSecondAuthResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IssueWebAuthDetailsForSecondAuthResponse) String() string
- func (p *IssueWebAuthDetailsForSecondAuthResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MigratePrimaryResponse
- func (p *MigratePrimaryResponse) Equals(other *MigratePrimaryResponse) bool
- func (p *MigratePrimaryResponse) GetAuthToken() string
- func (p *MigratePrimaryResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MigratePrimaryResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MigratePrimaryResponse) String() string
- func (p *MigratePrimaryResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type OpenSessionRequest
- func (p *OpenSessionRequest) Equals(other *OpenSessionRequest) bool
- func (p *OpenSessionRequest) GetMetaData() map[string]string
- func (p *OpenSessionRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *OpenSessionRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *OpenSessionRequest) String() string
- func (p *OpenSessionRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PhoneVerifMethod
- type PrimaryAccountInitService
- type PrimaryAccountInitServiceClient
- func NewPrimaryAccountInitServiceClient(c thrift.TClient) *PrimaryAccountInitServiceClient
- func NewPrimaryAccountInitServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *PrimaryAccountInitServiceClient
- func NewPrimaryAccountInitServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *PrimaryAccountInitServiceClient
- func (p *PrimaryAccountInitServiceClient) Client_() thrift.TClient
- func (p *PrimaryAccountInitServiceClient) ExchangeEncryptionKey(ctx context.Context, authSessionId string, ...) (_r *ExchangeEncryptionKeyResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) GetAcctVerifMethod(ctx context.Context, authSessionId string, ...) (_r *GetAcctVerifMethodResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) GetPhoneVerifMethod(ctx context.Context, authSessionId string, device *Device, ...) (_r *GetPhoneVerifMethodResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) GetSecondAuthMethod(ctx context.Context, authSessionId string) (_r *GetSecondAuthMethodResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) GetUserProfile(ctx context.Context, authSessionId string, ...) (_r *GetUserProfileResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) IssueWebAuthDetailsForAcctVerif(ctx context.Context, authSessionId string, ...) (_r *IssueWebAuthDetailsForAcctVerifResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) IssueWebAuthDetailsForSecondAuth(ctx context.Context, authSessionId string) (_r *IssueWebAuthDetailsForSecondAuthResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) LastResponseMeta_() thrift.ResponseMeta
- func (p *PrimaryAccountInitServiceClient) MigratePrimaryUsingPhone(ctx context.Context, authSessionId string) (_r *MigratePrimaryResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) OpenSession(ctx context.Context, request *OpenSessionRequest) (_r string, _err error)
- func (p *PrimaryAccountInitServiceClient) RegisterPrimaryUsingPhone(ctx context.Context, authSessionId string) (_r *RegisterPrimaryResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) SendPinCodeForPhone(ctx context.Context, authSessionId string, device *Device, ...) (_r *SendPinCodeForPhoneResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
- func (p *PrimaryAccountInitServiceClient) SetPassword(ctx context.Context, authSessionId string, ...) (_r *SetPasswordResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) ValidateProfile(ctx context.Context, authSessionId string, displayName string) (_r *ValidateProfileResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) VerifyAccountUsingPwd(ctx context.Context, authSessionId string, ...) (_r *VerifyAccountUsingPwdResponse, _err error)
- func (p *PrimaryAccountInitServiceClient) VerifyPhone(ctx context.Context, authSessionId string, device *Device, ...) (_r *VerifyPhoneResponse, _err error)
- type PrimaryAccountInitServiceExchangeEncryptionKeyArgs
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) GetRequest() *ExchangeEncryptionKeyRequest
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) IsSetRequest() bool
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) String() string
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceExchangeEncryptionKeyResult
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) GetSuccess() *ExchangeEncryptionKeyResponse
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) String() string
- func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceGetAcctVerifMethodArgs
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) GetAccountIdentifier() *AccountIdentifier
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) IsSetAccountIdentifier() bool
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) String() string
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceGetAcctVerifMethodResult
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) GetSuccess() *GetAcctVerifMethodResponse
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) String() string
- func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceGetPhoneVerifMethodArgs
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) GetDevice() *Device
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) GetUserPhoneNumber() *UserPhoneNumber
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) IsSetDevice() bool
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) IsSetUserPhoneNumber() bool
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) String() string
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceGetPhoneVerifMethodResult
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) GetSuccess() *GetPhoneVerifMethodResponse
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) String() string
- func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceGetSecondAuthMethodArgs
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodArgs) String() string
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceGetSecondAuthMethodResult
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) GetSuccess() *GetSecondAuthMethodResponse
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) String() string
- func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceGetUserProfileArgs
- func (p *PrimaryAccountInitServiceGetUserProfileArgs) GetAccountIdentifier() *AccountIdentifier
- func (p *PrimaryAccountInitServiceGetUserProfileArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceGetUserProfileArgs) IsSetAccountIdentifier() bool
- func (p *PrimaryAccountInitServiceGetUserProfileArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetUserProfileArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetUserProfileArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetUserProfileArgs) String() string
- func (p *PrimaryAccountInitServiceGetUserProfileArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceGetUserProfileResult
- func (p *PrimaryAccountInitServiceGetUserProfileResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceGetUserProfileResult) GetSuccess() *GetUserProfileResponse
- func (p *PrimaryAccountInitServiceGetUserProfileResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceGetUserProfileResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceGetUserProfileResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetUserProfileResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetUserProfileResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceGetUserProfileResult) String() string
- func (p *PrimaryAccountInitServiceGetUserProfileResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) GetAccountIdentifier() *AccountIdentifier
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) IsSetAccountIdentifier() bool
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) String() string
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) GetSuccess() *IssueWebAuthDetailsForAcctVerifResponse
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) String() string
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs) String() string
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) GetSuccess() *IssueWebAuthDetailsForSecondAuthResponse
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) String() string
- func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs) String() string
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) GetSuccess() *MigratePrimaryResponse
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) String() string
- func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceOpenSessionArgs
- func (p *PrimaryAccountInitServiceOpenSessionArgs) GetRequest() *OpenSessionRequest
- func (p *PrimaryAccountInitServiceOpenSessionArgs) IsSetRequest() bool
- func (p *PrimaryAccountInitServiceOpenSessionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceOpenSessionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceOpenSessionArgs) String() string
- func (p *PrimaryAccountInitServiceOpenSessionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceOpenSessionResult
- func (p *PrimaryAccountInitServiceOpenSessionResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceOpenSessionResult) GetSuccess() string
- func (p *PrimaryAccountInitServiceOpenSessionResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceOpenSessionResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceOpenSessionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceOpenSessionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceOpenSessionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceOpenSessionResult) String() string
- func (p *PrimaryAccountInitServiceOpenSessionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceProcessor
- func (p *PrimaryAccountInitServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *PrimaryAccountInitServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *PrimaryAccountInitServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *PrimaryAccountInitServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs) String() string
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) GetSuccess() *RegisterPrimaryResponse
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) String() string
- func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceSendPinCodeForPhoneArgs
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetDevice() *Device
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetUserPhoneNumber() *UserPhoneNumber
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetVerifMethod() PhoneVerifMethod
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) IsSetDevice() bool
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) IsSetUserPhoneNumber() bool
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) String() string
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceSendPinCodeForPhoneResult
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) GetSuccess() *SendPinCodeForPhoneResponse
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) String() string
- func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceSetPasswordArgs
- func (p *PrimaryAccountInitServiceSetPasswordArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceSetPasswordArgs) GetEncryptedPassword() *EncryptedPassword
- func (p *PrimaryAccountInitServiceSetPasswordArgs) IsSetEncryptedPassword() bool
- func (p *PrimaryAccountInitServiceSetPasswordArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSetPasswordArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSetPasswordArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSetPasswordArgs) String() string
- func (p *PrimaryAccountInitServiceSetPasswordArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceSetPasswordResult
- func (p *PrimaryAccountInitServiceSetPasswordResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceSetPasswordResult) GetSuccess() *SetPasswordResponse
- func (p *PrimaryAccountInitServiceSetPasswordResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceSetPasswordResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceSetPasswordResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSetPasswordResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSetPasswordResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceSetPasswordResult) String() string
- func (p *PrimaryAccountInitServiceSetPasswordResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceValidateProfileArgs
- func (p *PrimaryAccountInitServiceValidateProfileArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceValidateProfileArgs) GetDisplayName() string
- func (p *PrimaryAccountInitServiceValidateProfileArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceValidateProfileArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceValidateProfileArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceValidateProfileArgs) String() string
- func (p *PrimaryAccountInitServiceValidateProfileArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceValidateProfileResult
- func (p *PrimaryAccountInitServiceValidateProfileResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceValidateProfileResult) GetSuccess() *ValidateProfileResponse
- func (p *PrimaryAccountInitServiceValidateProfileResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceValidateProfileResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceValidateProfileResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceValidateProfileResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceValidateProfileResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceValidateProfileResult) String() string
- func (p *PrimaryAccountInitServiceValidateProfileResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceVerifyAccountUsingPwdArgs
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) GetAccountIdentifier() *AccountIdentifier
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) GetEncryptedPassword() *EncryptedPassword
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) IsSetAccountIdentifier() bool
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) IsSetEncryptedPassword() bool
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) String() string
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceVerifyAccountUsingPwdResult
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) GetSuccess() *VerifyAccountUsingPwdResponse
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) String() string
- func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceVerifyPhoneArgs
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) GetAuthSessionId() string
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) GetDevice() *Device
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) GetPinCode() string
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) GetUserPhoneNumber() *UserPhoneNumber
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) IsSetDevice() bool
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) IsSetUserPhoneNumber() bool
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) String() string
- func (p *PrimaryAccountInitServiceVerifyPhoneArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryAccountInitServiceVerifyPhoneResult
- func (p *PrimaryAccountInitServiceVerifyPhoneResult) GetE() *AuthException
- func (p *PrimaryAccountInitServiceVerifyPhoneResult) GetSuccess() *VerifyPhoneResponse
- func (p *PrimaryAccountInitServiceVerifyPhoneResult) IsSetE() bool
- func (p *PrimaryAccountInitServiceVerifyPhoneResult) IsSetSuccess() bool
- func (p *PrimaryAccountInitServiceVerifyPhoneResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyPhoneResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyPhoneResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryAccountInitServiceVerifyPhoneResult) String() string
- func (p *PrimaryAccountInitServiceVerifyPhoneResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RegisterPrimaryResponse
- func (p *RegisterPrimaryResponse) Equals(other *RegisterPrimaryResponse) bool
- func (p *RegisterPrimaryResponse) GetAuthToken() string
- func (p *RegisterPrimaryResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RegisterPrimaryResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RegisterPrimaryResponse) String() string
- func (p *RegisterPrimaryResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SecondAuthMethod
- type SendPinCodeForPhoneResponse
- func (p *SendPinCodeForPhoneResponse) Equals(other *SendPinCodeForPhoneResponse) bool
- func (p *SendPinCodeForPhoneResponse) GetAvailableMethods() []PhoneVerifMethod
- func (p *SendPinCodeForPhoneResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SendPinCodeForPhoneResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SendPinCodeForPhoneResponse) String() string
- func (p *SendPinCodeForPhoneResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SetPasswordResponse
- type UserPhoneNumber
- func (p *UserPhoneNumber) Equals(other *UserPhoneNumber) bool
- func (p *UserPhoneNumber) GetCountryCode() string
- func (p *UserPhoneNumber) GetPhoneNumber() string
- func (p *UserPhoneNumber) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserPhoneNumber) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserPhoneNumber) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserPhoneNumber) String() string
- func (p *UserPhoneNumber) Write(ctx context.Context, oprot thrift.TProtocol) error
- type UserProfile
- func (p *UserProfile) Equals(other *UserProfile) bool
- func (p *UserProfile) GetDisplayName() string
- func (p *UserProfile) GetProfileImageUrl() string
- func (p *UserProfile) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserProfile) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserProfile) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserProfile) String() string
- func (p *UserProfile) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ValidateProfileResponse
- func (p *ValidateProfileResponse) Equals(other *ValidateProfileResponse) bool
- func (p *ValidateProfileResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ValidateProfileResponse) String() string
- func (p *ValidateProfileResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type VerifyAccountUsingPwdResponse
- func (p *VerifyAccountUsingPwdResponse) Equals(other *VerifyAccountUsingPwdResponse) bool
- func (p *VerifyAccountUsingPwdResponse) GetUserProfile() *UserProfile
- func (p *VerifyAccountUsingPwdResponse) IsSetUserProfile() bool
- func (p *VerifyAccountUsingPwdResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyAccountUsingPwdResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyAccountUsingPwdResponse) String() string
- func (p *VerifyAccountUsingPwdResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type VerifyPhoneResponse
- func (p *VerifyPhoneResponse) Equals(other *VerifyPhoneResponse) bool
- func (p *VerifyPhoneResponse) GetAccountExist() bool
- func (p *VerifyPhoneResponse) GetSameUdidFromAccount() bool
- func (p *VerifyPhoneResponse) GetUserProfile() *UserProfile
- func (p *VerifyPhoneResponse) IsSetUserProfile() bool
- func (p *VerifyPhoneResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyPhoneResponse) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyPhoneResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyPhoneResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyPhoneResponse) String() string
- func (p *VerifyPhoneResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WebAuthDetails
- func (p *WebAuthDetails) Equals(other *WebAuthDetails) bool
- func (p *WebAuthDetails) GetBaseUrl() string
- func (p *WebAuthDetails) GetToken() string
- func (p *WebAuthDetails) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebAuthDetails) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebAuthDetails) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebAuthDetails) String() string
- func (p *WebAuthDetails) Write(ctx context.Context, oprot thrift.TProtocol) error
Constants ¶
This section is empty.
Variables ¶
var GoUnusedProtection__ int
var PrimaryAccountInitServiceOpenSessionResult_Success_DEFAULT string
Functions ¶
This section is empty.
Types ¶
type AccountIdentifier ¶
type AccountIdentifier struct { Type AccountIdentifierType `thrift:"type,1" db:"type" json:"type"` Identifier string `thrift:"identifier,2" db:"identifier" json:"identifier"` // unused fields # 3 to 10 CountryCode string `thrift:"countryCode,11" db:"countryCode" json:"countryCode"` }
Attributes:
- Type
- Identifier
- CountryCode
var PrimaryAccountInitServiceGetAcctVerifMethodArgs_AccountIdentifier_DEFAULT *AccountIdentifier
var PrimaryAccountInitServiceGetUserProfileArgs_AccountIdentifier_DEFAULT *AccountIdentifier
var PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs_AccountIdentifier_DEFAULT *AccountIdentifier
var PrimaryAccountInitServiceVerifyAccountUsingPwdArgs_AccountIdentifier_DEFAULT *AccountIdentifier
func NewAccountIdentifier ¶
func NewAccountIdentifier() *AccountIdentifier
func (*AccountIdentifier) Equals ¶
func (p *AccountIdentifier) Equals(other *AccountIdentifier) bool
func (*AccountIdentifier) GetCountryCode ¶
func (p *AccountIdentifier) GetCountryCode() string
func (*AccountIdentifier) GetIdentifier ¶
func (p *AccountIdentifier) GetIdentifier() string
func (*AccountIdentifier) GetType ¶
func (p *AccountIdentifier) GetType() AccountIdentifierType
func (*AccountIdentifier) ReadField1 ¶
func (*AccountIdentifier) ReadField11 ¶
func (*AccountIdentifier) ReadField2 ¶
func (*AccountIdentifier) String ¶
func (p *AccountIdentifier) String() string
type AccountIdentifierType ¶
type AccountIdentifierType int64
const ( AccountIdentifierType_UNKNOWN AccountIdentifierType = 0 AccountIdentifierType_PHONE_NUMBER AccountIdentifierType = 1 AccountIdentifierType_EMAIL AccountIdentifierType = 2 )
func AccountIdentifierTypeFromString ¶
func AccountIdentifierTypeFromString(s string) (AccountIdentifierType, error)
func AccountIdentifierTypePtr ¶
func AccountIdentifierTypePtr(v AccountIdentifierType) *AccountIdentifierType
func (AccountIdentifierType) MarshalText ¶
func (p AccountIdentifierType) MarshalText() ([]byte, error)
func (*AccountIdentifierType) Scan ¶
func (p *AccountIdentifierType) Scan(value interface{}) error
func (AccountIdentifierType) String ¶
func (p AccountIdentifierType) String() string
func (*AccountIdentifierType) UnmarshalText ¶
func (p *AccountIdentifierType) UnmarshalText(text []byte) error
type AccountVerifMethod ¶
type AccountVerifMethod int64
const ( AccountVerifMethod_UNKNOWN AccountVerifMethod = 0 AccountVerifMethod_SKIP AccountVerifMethod = 1 AccountVerifMethod_PASSWORD AccountVerifMethod = 2 AccountVerifMethod_WEB_BASED AccountVerifMethod = 3 )
func AccountVerifMethodFromString ¶
func AccountVerifMethodFromString(s string) (AccountVerifMethod, error)
func AccountVerifMethodPtr ¶
func AccountVerifMethodPtr(v AccountVerifMethod) *AccountVerifMethod
func (AccountVerifMethod) MarshalText ¶
func (p AccountVerifMethod) MarshalText() ([]byte, error)
func (*AccountVerifMethod) Scan ¶
func (p *AccountVerifMethod) Scan(value interface{}) error
func (AccountVerifMethod) String ¶
func (p AccountVerifMethod) String() string
func (*AccountVerifMethod) UnmarshalText ¶
func (p *AccountVerifMethod) UnmarshalText(text []byte) error
type AuthException ¶
type AuthException struct { Code ErrorCode `thrift:"code,1" db:"code" json:"code"` AlertMessage string `thrift:"alertMessage,2" db:"alertMessage" json:"alertMessage"` // unused fields # 3 to 10 WebAuthDetails *WebAuthDetails `thrift:"webAuthDetails,11" db:"webAuthDetails" json:"webAuthDetails"` }
Attributes:
- Code
- AlertMessage
- WebAuthDetails
var PrimaryAccountInitServiceExchangeEncryptionKeyResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceGetAcctVerifMethodResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceGetPhoneVerifMethodResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceGetSecondAuthMethodResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceGetUserProfileResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceOpenSessionResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceSendPinCodeForPhoneResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceSetPasswordResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceValidateProfileResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceVerifyAccountUsingPwdResult_E_DEFAULT *AuthException
var PrimaryAccountInitServiceVerifyPhoneResult_E_DEFAULT *AuthException
func NewAuthException ¶
func NewAuthException() *AuthException
func (*AuthException) Equals ¶
func (p *AuthException) Equals(other *AuthException) bool
func (*AuthException) Error ¶
func (p *AuthException) Error() string
func (*AuthException) GetAlertMessage ¶
func (p *AuthException) GetAlertMessage() string
func (*AuthException) GetCode ¶
func (p *AuthException) GetCode() ErrorCode
func (*AuthException) GetWebAuthDetails ¶
func (p *AuthException) GetWebAuthDetails() *WebAuthDetails
func (*AuthException) IsSetWebAuthDetails ¶
func (p *AuthException) IsSetWebAuthDetails() bool
func (*AuthException) ReadField1 ¶
func (*AuthException) ReadField11 ¶
func (*AuthException) ReadField2 ¶
func (*AuthException) String ¶
func (p *AuthException) String() string
func (AuthException) TExceptionType ¶
func (AuthException) TExceptionType() thrift.TExceptionType
type Device ¶
type Device struct { Udid string `thrift:"udid,1" db:"udid" json:"udid"` DeviceModel string `thrift:"deviceModel,2" db:"deviceModel" json:"deviceModel"` }
Attributes:
- Udid
- DeviceModel
var PrimaryAccountInitServiceGetPhoneVerifMethodArgs_Device_DEFAULT *Device
var PrimaryAccountInitServiceSendPinCodeForPhoneArgs_Device_DEFAULT *Device
var PrimaryAccountInitServiceVerifyPhoneArgs_Device_DEFAULT *Device
func (*Device) GetDeviceModel ¶
func (*Device) ReadField1 ¶
func (*Device) ReadField2 ¶
type EncryptedPassword ¶
type EncryptedPassword struct { EncryptionKeyVersion EncryptionKeyVersion `thrift:"encryptionKeyVersion,1" db:"encryptionKeyVersion" json:"encryptionKeyVersion"` CipherText string `thrift:"cipherText,2" db:"cipherText" json:"cipherText"` }
Attributes:
- EncryptionKeyVersion
- CipherText
var PrimaryAccountInitServiceSetPasswordArgs_EncryptedPassword_DEFAULT *EncryptedPassword
var PrimaryAccountInitServiceVerifyAccountUsingPwdArgs_EncryptedPassword_DEFAULT *EncryptedPassword
func NewEncryptedPassword ¶
func NewEncryptedPassword() *EncryptedPassword
func (*EncryptedPassword) Equals ¶
func (p *EncryptedPassword) Equals(other *EncryptedPassword) bool
func (*EncryptedPassword) GetCipherText ¶
func (p *EncryptedPassword) GetCipherText() string
func (*EncryptedPassword) GetEncryptionKeyVersion ¶
func (p *EncryptedPassword) GetEncryptionKeyVersion() EncryptionKeyVersion
func (*EncryptedPassword) ReadField1 ¶
func (*EncryptedPassword) ReadField2 ¶
func (*EncryptedPassword) String ¶
func (p *EncryptedPassword) String() string
type EncryptionKeyVersion ¶
type EncryptionKeyVersion int64
const ( EncryptionKeyVersion_UNKNOWN EncryptionKeyVersion = 0 EncryptionKeyVersion_V1 EncryptionKeyVersion = 1 )
func EncryptionKeyVersionFromString ¶
func EncryptionKeyVersionFromString(s string) (EncryptionKeyVersion, error)
func EncryptionKeyVersionPtr ¶
func EncryptionKeyVersionPtr(v EncryptionKeyVersion) *EncryptionKeyVersion
func (EncryptionKeyVersion) MarshalText ¶
func (p EncryptionKeyVersion) MarshalText() ([]byte, error)
func (*EncryptionKeyVersion) Scan ¶
func (p *EncryptionKeyVersion) Scan(value interface{}) error
func (EncryptionKeyVersion) String ¶
func (p EncryptionKeyVersion) String() string
func (*EncryptionKeyVersion) UnmarshalText ¶
func (p *EncryptionKeyVersion) UnmarshalText(text []byte) error
type ErrorCode ¶
type ErrorCode int64
const ( ErrorCode_INTERNAL_ERROR ErrorCode = 0 ErrorCode_ILLEGAL_ARGUMENT ErrorCode = 1 ErrorCode_VERIFICATION_FAILED ErrorCode = 2 ErrorCode_NOT_FOUND ErrorCode = 3 ErrorCode_RETRY_LATER ErrorCode = 4 ErrorCode_HUMAN_VERIFICATION_REQUIRED ErrorCode = 5 ErrorCode_INVALID_CONTEXT ErrorCode = 100 ErrorCode_APP_UPGRADE_REQUIRED ErrorCode = 101 )
func ErrorCodeFromString ¶
func ErrorCodePtr ¶
func (ErrorCode) MarshalText ¶
func (*ErrorCode) UnmarshalText ¶
type ExchangeEncryptionKeyRequest ¶
type ExchangeEncryptionKeyRequest struct { AuthKeyVersion EncryptionKeyVersion `thrift:"authKeyVersion,1" db:"authKeyVersion" json:"authKeyVersion"` PublicKey string `thrift:"publicKey,2" db:"publicKey" json:"publicKey"` Nonce string `thrift:"nonce,3" db:"nonce" json:"nonce"` }
Attributes:
- AuthKeyVersion
- PublicKey
- Nonce
var PrimaryAccountInitServiceExchangeEncryptionKeyArgs_Request_DEFAULT *ExchangeEncryptionKeyRequest
func NewExchangeEncryptionKeyRequest ¶
func NewExchangeEncryptionKeyRequest() *ExchangeEncryptionKeyRequest
func (*ExchangeEncryptionKeyRequest) Equals ¶
func (p *ExchangeEncryptionKeyRequest) Equals(other *ExchangeEncryptionKeyRequest) bool
func (*ExchangeEncryptionKeyRequest) GetAuthKeyVersion ¶
func (p *ExchangeEncryptionKeyRequest) GetAuthKeyVersion() EncryptionKeyVersion
func (*ExchangeEncryptionKeyRequest) GetNonce ¶
func (p *ExchangeEncryptionKeyRequest) GetNonce() string
func (*ExchangeEncryptionKeyRequest) GetPublicKey ¶
func (p *ExchangeEncryptionKeyRequest) GetPublicKey() string
func (*ExchangeEncryptionKeyRequest) ReadField1 ¶
func (*ExchangeEncryptionKeyRequest) ReadField2 ¶
func (*ExchangeEncryptionKeyRequest) ReadField3 ¶
func (*ExchangeEncryptionKeyRequest) String ¶
func (p *ExchangeEncryptionKeyRequest) String() string
type ExchangeEncryptionKeyResponse ¶
type ExchangeEncryptionKeyResponse struct { PublicKey string `thrift:"publicKey,1" db:"publicKey" json:"publicKey"` Nonce string `thrift:"nonce,2" db:"nonce" json:"nonce"` }
Attributes:
- PublicKey
- Nonce
var PrimaryAccountInitServiceExchangeEncryptionKeyResult_Success_DEFAULT *ExchangeEncryptionKeyResponse
func NewExchangeEncryptionKeyResponse ¶
func NewExchangeEncryptionKeyResponse() *ExchangeEncryptionKeyResponse
func (*ExchangeEncryptionKeyResponse) Equals ¶
func (p *ExchangeEncryptionKeyResponse) Equals(other *ExchangeEncryptionKeyResponse) bool
func (*ExchangeEncryptionKeyResponse) GetNonce ¶
func (p *ExchangeEncryptionKeyResponse) GetNonce() string
func (*ExchangeEncryptionKeyResponse) GetPublicKey ¶
func (p *ExchangeEncryptionKeyResponse) GetPublicKey() string
func (*ExchangeEncryptionKeyResponse) ReadField1 ¶
func (*ExchangeEncryptionKeyResponse) ReadField2 ¶
func (*ExchangeEncryptionKeyResponse) String ¶
func (p *ExchangeEncryptionKeyResponse) String() string
type GetAcctVerifMethodResponse ¶
type GetAcctVerifMethodResponse struct { AvailableMethod AccountVerifMethod `thrift:"availableMethod,1" db:"availableMethod" json:"availableMethod"` SameAccountFromAuthFactor bool `thrift:"sameAccountFromAuthFactor,2" db:"sameAccountFromAuthFactor" json:"sameAccountFromAuthFactor"` }
Attributes:
- AvailableMethod
- SameAccountFromAuthFactor
var PrimaryAccountInitServiceGetAcctVerifMethodResult_Success_DEFAULT *GetAcctVerifMethodResponse
func NewGetAcctVerifMethodResponse ¶
func NewGetAcctVerifMethodResponse() *GetAcctVerifMethodResponse
func (*GetAcctVerifMethodResponse) Equals ¶
func (p *GetAcctVerifMethodResponse) Equals(other *GetAcctVerifMethodResponse) bool
func (*GetAcctVerifMethodResponse) GetAvailableMethod ¶
func (p *GetAcctVerifMethodResponse) GetAvailableMethod() AccountVerifMethod
func (*GetAcctVerifMethodResponse) GetSameAccountFromAuthFactor ¶
func (p *GetAcctVerifMethodResponse) GetSameAccountFromAuthFactor() bool
func (*GetAcctVerifMethodResponse) ReadField1 ¶
func (*GetAcctVerifMethodResponse) ReadField2 ¶
func (*GetAcctVerifMethodResponse) String ¶
func (p *GetAcctVerifMethodResponse) String() string
type GetPhoneVerifMethodResponse ¶
type GetPhoneVerifMethodResponse struct { AvailableMethods []PhoneVerifMethod `thrift:"availableMethods,1" db:"availableMethods" json:"availableMethods"` // unused field # 2 PrettifiedPhoneNumber string `thrift:"prettifiedPhoneNumber,3" db:"prettifiedPhoneNumber" json:"prettifiedPhoneNumber"` }
Attributes:
- AvailableMethods
- PrettifiedPhoneNumber
var PrimaryAccountInitServiceGetPhoneVerifMethodResult_Success_DEFAULT *GetPhoneVerifMethodResponse
func NewGetPhoneVerifMethodResponse ¶
func NewGetPhoneVerifMethodResponse() *GetPhoneVerifMethodResponse
func (*GetPhoneVerifMethodResponse) Equals ¶
func (p *GetPhoneVerifMethodResponse) Equals(other *GetPhoneVerifMethodResponse) bool
func (*GetPhoneVerifMethodResponse) GetAvailableMethods ¶
func (p *GetPhoneVerifMethodResponse) GetAvailableMethods() []PhoneVerifMethod
func (*GetPhoneVerifMethodResponse) GetPrettifiedPhoneNumber ¶
func (p *GetPhoneVerifMethodResponse) GetPrettifiedPhoneNumber() string
func (*GetPhoneVerifMethodResponse) ReadField1 ¶
func (*GetPhoneVerifMethodResponse) ReadField3 ¶
func (*GetPhoneVerifMethodResponse) String ¶
func (p *GetPhoneVerifMethodResponse) String() string
type GetSecondAuthMethodResponse ¶
type GetSecondAuthMethodResponse struct {
SecondAuthMethod SecondAuthMethod `thrift:"secondAuthMethod,1" db:"secondAuthMethod" json:"secondAuthMethod"`
}
Attributes:
- SecondAuthMethod
var PrimaryAccountInitServiceGetSecondAuthMethodResult_Success_DEFAULT *GetSecondAuthMethodResponse
func NewGetSecondAuthMethodResponse ¶
func NewGetSecondAuthMethodResponse() *GetSecondAuthMethodResponse
func (*GetSecondAuthMethodResponse) Equals ¶
func (p *GetSecondAuthMethodResponse) Equals(other *GetSecondAuthMethodResponse) bool
func (*GetSecondAuthMethodResponse) GetSecondAuthMethod ¶
func (p *GetSecondAuthMethodResponse) GetSecondAuthMethod() SecondAuthMethod
func (*GetSecondAuthMethodResponse) ReadField1 ¶
func (*GetSecondAuthMethodResponse) String ¶
func (p *GetSecondAuthMethodResponse) String() string
type GetUserProfileResponse ¶
type GetUserProfileResponse struct {
UserProfile *UserProfile `thrift:"userProfile,1" db:"userProfile" json:"userProfile"`
}
Attributes:
- UserProfile
var PrimaryAccountInitServiceGetUserProfileResult_Success_DEFAULT *GetUserProfileResponse
func NewGetUserProfileResponse ¶
func NewGetUserProfileResponse() *GetUserProfileResponse
func (*GetUserProfileResponse) Equals ¶
func (p *GetUserProfileResponse) Equals(other *GetUserProfileResponse) bool
func (*GetUserProfileResponse) GetUserProfile ¶
func (p *GetUserProfileResponse) GetUserProfile() *UserProfile
func (*GetUserProfileResponse) IsSetUserProfile ¶
func (p *GetUserProfileResponse) IsSetUserProfile() bool
func (*GetUserProfileResponse) ReadField1 ¶
func (*GetUserProfileResponse) String ¶
func (p *GetUserProfileResponse) String() string
type IssueWebAuthDetailsForAcctVerifResponse ¶
type IssueWebAuthDetailsForAcctVerifResponse struct {
WebAuthDetails *WebAuthDetails `thrift:"webAuthDetails,1" db:"webAuthDetails" json:"webAuthDetails"`
}
Attributes:
- WebAuthDetails
var PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult_Success_DEFAULT *IssueWebAuthDetailsForAcctVerifResponse
func NewIssueWebAuthDetailsForAcctVerifResponse ¶
func NewIssueWebAuthDetailsForAcctVerifResponse() *IssueWebAuthDetailsForAcctVerifResponse
func (*IssueWebAuthDetailsForAcctVerifResponse) Equals ¶
func (p *IssueWebAuthDetailsForAcctVerifResponse) Equals(other *IssueWebAuthDetailsForAcctVerifResponse) bool
func (*IssueWebAuthDetailsForAcctVerifResponse) GetWebAuthDetails ¶
func (p *IssueWebAuthDetailsForAcctVerifResponse) GetWebAuthDetails() *WebAuthDetails
func (*IssueWebAuthDetailsForAcctVerifResponse) IsSetWebAuthDetails ¶
func (p *IssueWebAuthDetailsForAcctVerifResponse) IsSetWebAuthDetails() bool
func (*IssueWebAuthDetailsForAcctVerifResponse) ReadField1 ¶
func (*IssueWebAuthDetailsForAcctVerifResponse) String ¶
func (p *IssueWebAuthDetailsForAcctVerifResponse) String() string
type IssueWebAuthDetailsForSecondAuthResponse ¶
type IssueWebAuthDetailsForSecondAuthResponse struct {
WebAuthDetails *WebAuthDetails `thrift:"webAuthDetails,1" db:"webAuthDetails" json:"webAuthDetails"`
}
Attributes:
- WebAuthDetails
var PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult_Success_DEFAULT *IssueWebAuthDetailsForSecondAuthResponse
func NewIssueWebAuthDetailsForSecondAuthResponse ¶
func NewIssueWebAuthDetailsForSecondAuthResponse() *IssueWebAuthDetailsForSecondAuthResponse
func (*IssueWebAuthDetailsForSecondAuthResponse) Equals ¶
func (p *IssueWebAuthDetailsForSecondAuthResponse) Equals(other *IssueWebAuthDetailsForSecondAuthResponse) bool
func (*IssueWebAuthDetailsForSecondAuthResponse) GetWebAuthDetails ¶
func (p *IssueWebAuthDetailsForSecondAuthResponse) GetWebAuthDetails() *WebAuthDetails
func (*IssueWebAuthDetailsForSecondAuthResponse) IsSetWebAuthDetails ¶
func (p *IssueWebAuthDetailsForSecondAuthResponse) IsSetWebAuthDetails() bool
func (*IssueWebAuthDetailsForSecondAuthResponse) ReadField1 ¶
func (*IssueWebAuthDetailsForSecondAuthResponse) String ¶
func (p *IssueWebAuthDetailsForSecondAuthResponse) String() string
type MigratePrimaryResponse ¶
type MigratePrimaryResponse struct {
AuthToken string `thrift:"authToken,1" db:"authToken" json:"authToken"`
}
Attributes:
- AuthToken
var PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult_Success_DEFAULT *MigratePrimaryResponse
func NewMigratePrimaryResponse ¶
func NewMigratePrimaryResponse() *MigratePrimaryResponse
func (*MigratePrimaryResponse) Equals ¶
func (p *MigratePrimaryResponse) Equals(other *MigratePrimaryResponse) bool
func (*MigratePrimaryResponse) GetAuthToken ¶
func (p *MigratePrimaryResponse) GetAuthToken() string
func (*MigratePrimaryResponse) ReadField1 ¶
func (*MigratePrimaryResponse) String ¶
func (p *MigratePrimaryResponse) String() string
type OpenSessionRequest ¶
type OpenSessionRequest struct {
MetaData map[string]string `thrift:"metaData,1" db:"metaData" json:"metaData"`
}
Attributes:
- MetaData
var PrimaryAccountInitServiceOpenSessionArgs_Request_DEFAULT *OpenSessionRequest
func NewOpenSessionRequest ¶
func NewOpenSessionRequest() *OpenSessionRequest
func (*OpenSessionRequest) Equals ¶
func (p *OpenSessionRequest) Equals(other *OpenSessionRequest) bool
func (*OpenSessionRequest) GetMetaData ¶
func (p *OpenSessionRequest) GetMetaData() map[string]string
func (*OpenSessionRequest) ReadField1 ¶
func (*OpenSessionRequest) String ¶
func (p *OpenSessionRequest) String() string
type PhoneVerifMethod ¶
type PhoneVerifMethod int64
const ( PhoneVerifMethod_UNKNOWN PhoneVerifMethod = 0 PhoneVerifMethod_UNAVAILABLE PhoneVerifMethod = 1 PhoneVerifMethod_SMS PhoneVerifMethod = 2 PhoneVerifMethod_TTS PhoneVerifMethod = 3 )
func PhoneVerifMethodFromString ¶
func PhoneVerifMethodFromString(s string) (PhoneVerifMethod, error)
func PhoneVerifMethodPtr ¶
func PhoneVerifMethodPtr(v PhoneVerifMethod) *PhoneVerifMethod
func (PhoneVerifMethod) MarshalText ¶
func (p PhoneVerifMethod) MarshalText() ([]byte, error)
func (*PhoneVerifMethod) Scan ¶
func (p *PhoneVerifMethod) Scan(value interface{}) error
func (PhoneVerifMethod) String ¶
func (p PhoneVerifMethod) String() string
func (*PhoneVerifMethod) UnmarshalText ¶
func (p *PhoneVerifMethod) UnmarshalText(text []byte) error
type PrimaryAccountInitService ¶
type PrimaryAccountInitService interface { // Parameters: // - Request OpenSession(ctx context.Context, request *OpenSessionRequest) (_r string, _err error) // Parameters: // - AuthSessionId // - AccountIdentifier GetAcctVerifMethod(ctx context.Context, authSessionId string, accountIdentifier *AccountIdentifier) (_r *GetAcctVerifMethodResponse, _err error) // Parameters: // - AuthSessionId RegisterPrimaryUsingPhone(ctx context.Context, authSessionId string) (_r *RegisterPrimaryResponse, _err error) // Parameters: // - AuthSessionId MigratePrimaryUsingPhone(ctx context.Context, authSessionId string) (_r *MigratePrimaryResponse, _err error) // Parameters: // - AuthSessionId // - Device // - UserPhoneNumber GetPhoneVerifMethod(ctx context.Context, authSessionId string, device *Device, userPhoneNumber *UserPhoneNumber) (_r *GetPhoneVerifMethodResponse, _err error) // Parameters: // - AuthSessionId // - Device // - UserPhoneNumber // - PinCode VerifyPhone(ctx context.Context, authSessionId string, device *Device, userPhoneNumber *UserPhoneNumber, pinCode string) (_r *VerifyPhoneResponse, _err error) // Parameters: // - AuthSessionId // - AccountIdentifier // - EncryptedPassword VerifyAccountUsingPwd(ctx context.Context, authSessionId string, accountIdentifier *AccountIdentifier, encryptedPassword *EncryptedPassword) (_r *VerifyAccountUsingPwdResponse, _err error) // Parameters: // - AuthSessionId // - DisplayName ValidateProfile(ctx context.Context, authSessionId string, displayName string) (_r *ValidateProfileResponse, _err error) // Parameters: // - AuthSessionId // - AccountIdentifier GetUserProfile(ctx context.Context, authSessionId string, accountIdentifier *AccountIdentifier) (_r *GetUserProfileResponse, _err error) // Parameters: // - AuthSessionId // - AccountIdentifier IssueWebAuthDetailsForAcctVerif(ctx context.Context, authSessionId string, accountIdentifier *AccountIdentifier) (_r *IssueWebAuthDetailsForAcctVerifResponse, _err error) // Parameters: // - AuthSessionId IssueWebAuthDetailsForSecondAuth(ctx context.Context, authSessionId string) (_r *IssueWebAuthDetailsForSecondAuthResponse, _err error) // Parameters: // - AuthSessionId // - Request ExchangeEncryptionKey(ctx context.Context, authSessionId string, request *ExchangeEncryptionKeyRequest) (_r *ExchangeEncryptionKeyResponse, _err error) // Parameters: // - AuthSessionId // - EncryptedPassword SetPassword(ctx context.Context, authSessionId string, encryptedPassword *EncryptedPassword) (_r *SetPasswordResponse, _err error) // Parameters: // - AuthSessionId // - Device // - UserPhoneNumber // - VerifMethod SendPinCodeForPhone(ctx context.Context, authSessionId string, device *Device, userPhoneNumber *UserPhoneNumber, verifMethod PhoneVerifMethod) (_r *SendPinCodeForPhoneResponse, _err error) // Parameters: // - AuthSessionId GetSecondAuthMethod(ctx context.Context, authSessionId string) (_r *GetSecondAuthMethodResponse, _err error) }
type PrimaryAccountInitServiceClient ¶
type PrimaryAccountInitServiceClient struct {
// contains filtered or unexported fields
}
func NewPrimaryAccountInitServiceClient ¶
func NewPrimaryAccountInitServiceClient(c thrift.TClient) *PrimaryAccountInitServiceClient
func NewPrimaryAccountInitServiceClientFactory ¶
func NewPrimaryAccountInitServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *PrimaryAccountInitServiceClient
func NewPrimaryAccountInitServiceClientProtocol ¶
func NewPrimaryAccountInitServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *PrimaryAccountInitServiceClient
func (*PrimaryAccountInitServiceClient) Client_ ¶
func (p *PrimaryAccountInitServiceClient) Client_() thrift.TClient
func (*PrimaryAccountInitServiceClient) ExchangeEncryptionKey ¶
func (p *PrimaryAccountInitServiceClient) ExchangeEncryptionKey(ctx context.Context, authSessionId string, request *ExchangeEncryptionKeyRequest) (_r *ExchangeEncryptionKeyResponse, _err error)
Parameters:
- AuthSessionId
- Request
func (*PrimaryAccountInitServiceClient) GetAcctVerifMethod ¶
func (p *PrimaryAccountInitServiceClient) GetAcctVerifMethod(ctx context.Context, authSessionId string, accountIdentifier *AccountIdentifier) (_r *GetAcctVerifMethodResponse, _err error)
Parameters:
- AuthSessionId
- AccountIdentifier
func (*PrimaryAccountInitServiceClient) GetPhoneVerifMethod ¶
func (p *PrimaryAccountInitServiceClient) GetPhoneVerifMethod(ctx context.Context, authSessionId string, device *Device, userPhoneNumber *UserPhoneNumber) (_r *GetPhoneVerifMethodResponse, _err error)
Parameters:
- AuthSessionId
- Device
- UserPhoneNumber
func (*PrimaryAccountInitServiceClient) GetSecondAuthMethod ¶
func (p *PrimaryAccountInitServiceClient) GetSecondAuthMethod(ctx context.Context, authSessionId string) (_r *GetSecondAuthMethodResponse, _err error)
Parameters:
- AuthSessionId
func (*PrimaryAccountInitServiceClient) GetUserProfile ¶
func (p *PrimaryAccountInitServiceClient) GetUserProfile(ctx context.Context, authSessionId string, accountIdentifier *AccountIdentifier) (_r *GetUserProfileResponse, _err error)
Parameters:
- AuthSessionId
- AccountIdentifier
func (*PrimaryAccountInitServiceClient) IssueWebAuthDetailsForAcctVerif ¶
func (p *PrimaryAccountInitServiceClient) IssueWebAuthDetailsForAcctVerif(ctx context.Context, authSessionId string, accountIdentifier *AccountIdentifier) (_r *IssueWebAuthDetailsForAcctVerifResponse, _err error)
Parameters:
- AuthSessionId
- AccountIdentifier
func (*PrimaryAccountInitServiceClient) IssueWebAuthDetailsForSecondAuth ¶
func (p *PrimaryAccountInitServiceClient) IssueWebAuthDetailsForSecondAuth(ctx context.Context, authSessionId string) (_r *IssueWebAuthDetailsForSecondAuthResponse, _err error)
Parameters:
- AuthSessionId
func (*PrimaryAccountInitServiceClient) LastResponseMeta_ ¶
func (p *PrimaryAccountInitServiceClient) LastResponseMeta_() thrift.ResponseMeta
func (*PrimaryAccountInitServiceClient) MigratePrimaryUsingPhone ¶
func (p *PrimaryAccountInitServiceClient) MigratePrimaryUsingPhone(ctx context.Context, authSessionId string) (_r *MigratePrimaryResponse, _err error)
Parameters:
- AuthSessionId
func (*PrimaryAccountInitServiceClient) OpenSession ¶
func (p *PrimaryAccountInitServiceClient) OpenSession(ctx context.Context, request *OpenSessionRequest) (_r string, _err error)
Parameters:
- Request
func (*PrimaryAccountInitServiceClient) RegisterPrimaryUsingPhone ¶
func (p *PrimaryAccountInitServiceClient) RegisterPrimaryUsingPhone(ctx context.Context, authSessionId string) (_r *RegisterPrimaryResponse, _err error)
Parameters:
- AuthSessionId
func (*PrimaryAccountInitServiceClient) SendPinCodeForPhone ¶
func (p *PrimaryAccountInitServiceClient) SendPinCodeForPhone(ctx context.Context, authSessionId string, device *Device, userPhoneNumber *UserPhoneNumber, verifMethod PhoneVerifMethod) (_r *SendPinCodeForPhoneResponse, _err error)
Parameters:
- AuthSessionId
- Device
- UserPhoneNumber
- VerifMethod
func (*PrimaryAccountInitServiceClient) SetLastResponseMeta_ ¶
func (p *PrimaryAccountInitServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
func (*PrimaryAccountInitServiceClient) SetPassword ¶
func (p *PrimaryAccountInitServiceClient) SetPassword(ctx context.Context, authSessionId string, encryptedPassword *EncryptedPassword) (_r *SetPasswordResponse, _err error)
Parameters:
- AuthSessionId
- EncryptedPassword
func (*PrimaryAccountInitServiceClient) ValidateProfile ¶
func (p *PrimaryAccountInitServiceClient) ValidateProfile(ctx context.Context, authSessionId string, displayName string) (_r *ValidateProfileResponse, _err error)
Parameters:
- AuthSessionId
- DisplayName
func (*PrimaryAccountInitServiceClient) VerifyAccountUsingPwd ¶
func (p *PrimaryAccountInitServiceClient) VerifyAccountUsingPwd(ctx context.Context, authSessionId string, accountIdentifier *AccountIdentifier, encryptedPassword *EncryptedPassword) (_r *VerifyAccountUsingPwdResponse, _err error)
Parameters:
- AuthSessionId
- AccountIdentifier
- EncryptedPassword
func (*PrimaryAccountInitServiceClient) VerifyPhone ¶
func (p *PrimaryAccountInitServiceClient) VerifyPhone(ctx context.Context, authSessionId string, device *Device, userPhoneNumber *UserPhoneNumber, pinCode string) (_r *VerifyPhoneResponse, _err error)
Parameters:
- AuthSessionId
- Device
- UserPhoneNumber
- PinCode
type PrimaryAccountInitServiceExchangeEncryptionKeyArgs ¶
type PrimaryAccountInitServiceExchangeEncryptionKeyArgs struct { AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"` Request *ExchangeEncryptionKeyRequest `thrift:"request,2" db:"request" json:"request"` }
Attributes:
- AuthSessionId
- Request
func NewPrimaryAccountInitServiceExchangeEncryptionKeyArgs ¶
func NewPrimaryAccountInitServiceExchangeEncryptionKeyArgs() *PrimaryAccountInitServiceExchangeEncryptionKeyArgs
func (*PrimaryAccountInitServiceExchangeEncryptionKeyArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceExchangeEncryptionKeyArgs) GetRequest ¶
func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) GetRequest() *ExchangeEncryptionKeyRequest
func (*PrimaryAccountInitServiceExchangeEncryptionKeyArgs) IsSetRequest ¶
func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) IsSetRequest() bool
func (*PrimaryAccountInitServiceExchangeEncryptionKeyArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceExchangeEncryptionKeyArgs) ReadField2 ¶
func (*PrimaryAccountInitServiceExchangeEncryptionKeyArgs) String ¶
func (p *PrimaryAccountInitServiceExchangeEncryptionKeyArgs) String() string
type PrimaryAccountInitServiceExchangeEncryptionKeyResult ¶
type PrimaryAccountInitServiceExchangeEncryptionKeyResult struct { Success *ExchangeEncryptionKeyResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceExchangeEncryptionKeyResult ¶
func NewPrimaryAccountInitServiceExchangeEncryptionKeyResult() *PrimaryAccountInitServiceExchangeEncryptionKeyResult
func (*PrimaryAccountInitServiceExchangeEncryptionKeyResult) GetE ¶
func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) GetE() *AuthException
func (*PrimaryAccountInitServiceExchangeEncryptionKeyResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) GetSuccess() *ExchangeEncryptionKeyResponse
func (*PrimaryAccountInitServiceExchangeEncryptionKeyResult) IsSetE ¶
func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) IsSetE() bool
func (*PrimaryAccountInitServiceExchangeEncryptionKeyResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceExchangeEncryptionKeyResult) ReadField0 ¶
func (*PrimaryAccountInitServiceExchangeEncryptionKeyResult) ReadField1 ¶
func (*PrimaryAccountInitServiceExchangeEncryptionKeyResult) String ¶
func (p *PrimaryAccountInitServiceExchangeEncryptionKeyResult) String() string
type PrimaryAccountInitServiceGetAcctVerifMethodArgs ¶
type PrimaryAccountInitServiceGetAcctVerifMethodArgs struct { AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"` AccountIdentifier *AccountIdentifier `thrift:"accountIdentifier,2" db:"accountIdentifier" json:"accountIdentifier"` }
Attributes:
- AuthSessionId
- AccountIdentifier
func NewPrimaryAccountInitServiceGetAcctVerifMethodArgs ¶
func NewPrimaryAccountInitServiceGetAcctVerifMethodArgs() *PrimaryAccountInitServiceGetAcctVerifMethodArgs
func (*PrimaryAccountInitServiceGetAcctVerifMethodArgs) GetAccountIdentifier ¶
func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) GetAccountIdentifier() *AccountIdentifier
func (*PrimaryAccountInitServiceGetAcctVerifMethodArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceGetAcctVerifMethodArgs) IsSetAccountIdentifier ¶
func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) IsSetAccountIdentifier() bool
func (*PrimaryAccountInitServiceGetAcctVerifMethodArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceGetAcctVerifMethodArgs) ReadField2 ¶
func (*PrimaryAccountInitServiceGetAcctVerifMethodArgs) String ¶
func (p *PrimaryAccountInitServiceGetAcctVerifMethodArgs) String() string
type PrimaryAccountInitServiceGetAcctVerifMethodResult ¶
type PrimaryAccountInitServiceGetAcctVerifMethodResult struct { Success *GetAcctVerifMethodResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceGetAcctVerifMethodResult ¶
func NewPrimaryAccountInitServiceGetAcctVerifMethodResult() *PrimaryAccountInitServiceGetAcctVerifMethodResult
func (*PrimaryAccountInitServiceGetAcctVerifMethodResult) GetE ¶
func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) GetE() *AuthException
func (*PrimaryAccountInitServiceGetAcctVerifMethodResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) GetSuccess() *GetAcctVerifMethodResponse
func (*PrimaryAccountInitServiceGetAcctVerifMethodResult) IsSetE ¶
func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) IsSetE() bool
func (*PrimaryAccountInitServiceGetAcctVerifMethodResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceGetAcctVerifMethodResult) ReadField0 ¶
func (*PrimaryAccountInitServiceGetAcctVerifMethodResult) ReadField1 ¶
func (*PrimaryAccountInitServiceGetAcctVerifMethodResult) String ¶
func (p *PrimaryAccountInitServiceGetAcctVerifMethodResult) String() string
type PrimaryAccountInitServiceGetPhoneVerifMethodArgs ¶
type PrimaryAccountInitServiceGetPhoneVerifMethodArgs struct { AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"` Device *Device `thrift:"device,2" db:"device" json:"device"` UserPhoneNumber *UserPhoneNumber `thrift:"userPhoneNumber,3" db:"userPhoneNumber" json:"userPhoneNumber"` }
Attributes:
- AuthSessionId
- Device
- UserPhoneNumber
func NewPrimaryAccountInitServiceGetPhoneVerifMethodArgs ¶
func NewPrimaryAccountInitServiceGetPhoneVerifMethodArgs() *PrimaryAccountInitServiceGetPhoneVerifMethodArgs
func (*PrimaryAccountInitServiceGetPhoneVerifMethodArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceGetPhoneVerifMethodArgs) GetDevice ¶
func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) GetDevice() *Device
func (*PrimaryAccountInitServiceGetPhoneVerifMethodArgs) GetUserPhoneNumber ¶
func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) GetUserPhoneNumber() *UserPhoneNumber
func (*PrimaryAccountInitServiceGetPhoneVerifMethodArgs) IsSetDevice ¶
func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) IsSetDevice() bool
func (*PrimaryAccountInitServiceGetPhoneVerifMethodArgs) IsSetUserPhoneNumber ¶
func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) IsSetUserPhoneNumber() bool
func (*PrimaryAccountInitServiceGetPhoneVerifMethodArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceGetPhoneVerifMethodArgs) ReadField2 ¶
func (*PrimaryAccountInitServiceGetPhoneVerifMethodArgs) ReadField3 ¶
func (*PrimaryAccountInitServiceGetPhoneVerifMethodArgs) String ¶
func (p *PrimaryAccountInitServiceGetPhoneVerifMethodArgs) String() string
type PrimaryAccountInitServiceGetPhoneVerifMethodResult ¶
type PrimaryAccountInitServiceGetPhoneVerifMethodResult struct { Success *GetPhoneVerifMethodResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceGetPhoneVerifMethodResult ¶
func NewPrimaryAccountInitServiceGetPhoneVerifMethodResult() *PrimaryAccountInitServiceGetPhoneVerifMethodResult
func (*PrimaryAccountInitServiceGetPhoneVerifMethodResult) GetE ¶
func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) GetE() *AuthException
func (*PrimaryAccountInitServiceGetPhoneVerifMethodResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) GetSuccess() *GetPhoneVerifMethodResponse
func (*PrimaryAccountInitServiceGetPhoneVerifMethodResult) IsSetE ¶
func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) IsSetE() bool
func (*PrimaryAccountInitServiceGetPhoneVerifMethodResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceGetPhoneVerifMethodResult) ReadField0 ¶
func (*PrimaryAccountInitServiceGetPhoneVerifMethodResult) ReadField1 ¶
func (*PrimaryAccountInitServiceGetPhoneVerifMethodResult) String ¶
func (p *PrimaryAccountInitServiceGetPhoneVerifMethodResult) String() string
type PrimaryAccountInitServiceGetSecondAuthMethodArgs ¶
type PrimaryAccountInitServiceGetSecondAuthMethodArgs struct {
AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
}
Attributes:
- AuthSessionId
func NewPrimaryAccountInitServiceGetSecondAuthMethodArgs ¶
func NewPrimaryAccountInitServiceGetSecondAuthMethodArgs() *PrimaryAccountInitServiceGetSecondAuthMethodArgs
func (*PrimaryAccountInitServiceGetSecondAuthMethodArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceGetSecondAuthMethodArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceGetSecondAuthMethodArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceGetSecondAuthMethodArgs) String ¶
func (p *PrimaryAccountInitServiceGetSecondAuthMethodArgs) String() string
type PrimaryAccountInitServiceGetSecondAuthMethodResult ¶
type PrimaryAccountInitServiceGetSecondAuthMethodResult struct { Success *GetSecondAuthMethodResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceGetSecondAuthMethodResult ¶
func NewPrimaryAccountInitServiceGetSecondAuthMethodResult() *PrimaryAccountInitServiceGetSecondAuthMethodResult
func (*PrimaryAccountInitServiceGetSecondAuthMethodResult) GetE ¶
func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) GetE() *AuthException
func (*PrimaryAccountInitServiceGetSecondAuthMethodResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) GetSuccess() *GetSecondAuthMethodResponse
func (*PrimaryAccountInitServiceGetSecondAuthMethodResult) IsSetE ¶
func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) IsSetE() bool
func (*PrimaryAccountInitServiceGetSecondAuthMethodResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceGetSecondAuthMethodResult) ReadField0 ¶
func (*PrimaryAccountInitServiceGetSecondAuthMethodResult) ReadField1 ¶
func (*PrimaryAccountInitServiceGetSecondAuthMethodResult) String ¶
func (p *PrimaryAccountInitServiceGetSecondAuthMethodResult) String() string
type PrimaryAccountInitServiceGetUserProfileArgs ¶
type PrimaryAccountInitServiceGetUserProfileArgs struct { AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"` AccountIdentifier *AccountIdentifier `thrift:"accountIdentifier,2" db:"accountIdentifier" json:"accountIdentifier"` }
Attributes:
- AuthSessionId
- AccountIdentifier
func NewPrimaryAccountInitServiceGetUserProfileArgs ¶
func NewPrimaryAccountInitServiceGetUserProfileArgs() *PrimaryAccountInitServiceGetUserProfileArgs
func (*PrimaryAccountInitServiceGetUserProfileArgs) GetAccountIdentifier ¶
func (p *PrimaryAccountInitServiceGetUserProfileArgs) GetAccountIdentifier() *AccountIdentifier
func (*PrimaryAccountInitServiceGetUserProfileArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceGetUserProfileArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceGetUserProfileArgs) IsSetAccountIdentifier ¶
func (p *PrimaryAccountInitServiceGetUserProfileArgs) IsSetAccountIdentifier() bool
func (*PrimaryAccountInitServiceGetUserProfileArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceGetUserProfileArgs) ReadField2 ¶
func (*PrimaryAccountInitServiceGetUserProfileArgs) String ¶
func (p *PrimaryAccountInitServiceGetUserProfileArgs) String() string
type PrimaryAccountInitServiceGetUserProfileResult ¶
type PrimaryAccountInitServiceGetUserProfileResult struct { Success *GetUserProfileResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceGetUserProfileResult ¶
func NewPrimaryAccountInitServiceGetUserProfileResult() *PrimaryAccountInitServiceGetUserProfileResult
func (*PrimaryAccountInitServiceGetUserProfileResult) GetE ¶
func (p *PrimaryAccountInitServiceGetUserProfileResult) GetE() *AuthException
func (*PrimaryAccountInitServiceGetUserProfileResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceGetUserProfileResult) GetSuccess() *GetUserProfileResponse
func (*PrimaryAccountInitServiceGetUserProfileResult) IsSetE ¶
func (p *PrimaryAccountInitServiceGetUserProfileResult) IsSetE() bool
func (*PrimaryAccountInitServiceGetUserProfileResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceGetUserProfileResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceGetUserProfileResult) ReadField0 ¶
func (*PrimaryAccountInitServiceGetUserProfileResult) ReadField1 ¶
func (*PrimaryAccountInitServiceGetUserProfileResult) String ¶
func (p *PrimaryAccountInitServiceGetUserProfileResult) String() string
type PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs ¶
type PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs struct { AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"` AccountIdentifier *AccountIdentifier `thrift:"accountIdentifier,2" db:"accountIdentifier" json:"accountIdentifier"` }
Attributes:
- AuthSessionId
- AccountIdentifier
func NewPrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs ¶
func NewPrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs() *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) GetAccountIdentifier ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) GetAccountIdentifier() *AccountIdentifier
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) IsSetAccountIdentifier ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) IsSetAccountIdentifier() bool
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) ReadField2 ¶
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) String ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifArgs) String() string
type PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult ¶
type PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult struct { Success *IssueWebAuthDetailsForAcctVerifResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult ¶
func NewPrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult() *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) GetE ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) GetE() *AuthException
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) GetSuccess ¶
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) IsSetE ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) IsSetE() bool
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) ReadField0 ¶
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) ReadField1 ¶
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) String ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForAcctVerifResult) String() string
type PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs ¶
type PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs struct {
AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
}
Attributes:
- AuthSessionId
func NewPrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs ¶
func NewPrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs() *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs) String ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthArgs) String() string
type PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult ¶
type PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult struct { Success *IssueWebAuthDetailsForSecondAuthResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult ¶
func NewPrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult() *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) GetE ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) GetE() *AuthException
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) GetSuccess ¶
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) IsSetE ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) IsSetE() bool
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) ReadField0 ¶
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) ReadField1 ¶
func (*PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) String ¶
func (p *PrimaryAccountInitServiceIssueWebAuthDetailsForSecondAuthResult) String() string
type PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs ¶
type PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs struct {
AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"`
}
Attributes:
- AuthSessionId
func NewPrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs ¶
func NewPrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs() *PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs
func (*PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs) String ¶
func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneArgs) String() string
type PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult ¶
type PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult struct { Success *MigratePrimaryResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceMigratePrimaryUsingPhoneResult ¶
func NewPrimaryAccountInitServiceMigratePrimaryUsingPhoneResult() *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult
func (*PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) GetE ¶
func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) GetE() *AuthException
func (*PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) GetSuccess() *MigratePrimaryResponse
func (*PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) IsSetE ¶
func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) IsSetE() bool
func (*PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) ReadField0 ¶
func (*PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) ReadField1 ¶
func (*PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) String ¶
func (p *PrimaryAccountInitServiceMigratePrimaryUsingPhoneResult) String() string
type PrimaryAccountInitServiceOpenSessionArgs ¶
type PrimaryAccountInitServiceOpenSessionArgs struct {
Request *OpenSessionRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewPrimaryAccountInitServiceOpenSessionArgs ¶
func NewPrimaryAccountInitServiceOpenSessionArgs() *PrimaryAccountInitServiceOpenSessionArgs
func (*PrimaryAccountInitServiceOpenSessionArgs) GetRequest ¶
func (p *PrimaryAccountInitServiceOpenSessionArgs) GetRequest() *OpenSessionRequest
func (*PrimaryAccountInitServiceOpenSessionArgs) IsSetRequest ¶
func (p *PrimaryAccountInitServiceOpenSessionArgs) IsSetRequest() bool
func (*PrimaryAccountInitServiceOpenSessionArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceOpenSessionArgs) String ¶
func (p *PrimaryAccountInitServiceOpenSessionArgs) String() string
type PrimaryAccountInitServiceOpenSessionResult ¶
type PrimaryAccountInitServiceOpenSessionResult struct { Success *string `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceOpenSessionResult ¶
func NewPrimaryAccountInitServiceOpenSessionResult() *PrimaryAccountInitServiceOpenSessionResult
func (*PrimaryAccountInitServiceOpenSessionResult) GetE ¶
func (p *PrimaryAccountInitServiceOpenSessionResult) GetE() *AuthException
func (*PrimaryAccountInitServiceOpenSessionResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceOpenSessionResult) GetSuccess() string
func (*PrimaryAccountInitServiceOpenSessionResult) IsSetE ¶
func (p *PrimaryAccountInitServiceOpenSessionResult) IsSetE() bool
func (*PrimaryAccountInitServiceOpenSessionResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceOpenSessionResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceOpenSessionResult) ReadField0 ¶
func (*PrimaryAccountInitServiceOpenSessionResult) ReadField1 ¶
func (*PrimaryAccountInitServiceOpenSessionResult) String ¶
func (p *PrimaryAccountInitServiceOpenSessionResult) String() string
type PrimaryAccountInitServiceProcessor ¶
type PrimaryAccountInitServiceProcessor struct {
// contains filtered or unexported fields
}
func NewPrimaryAccountInitServiceProcessor ¶
func NewPrimaryAccountInitServiceProcessor(handler PrimaryAccountInitService) *PrimaryAccountInitServiceProcessor
func (*PrimaryAccountInitServiceProcessor) AddToProcessorMap ¶
func (p *PrimaryAccountInitServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*PrimaryAccountInitServiceProcessor) GetProcessorFunction ¶
func (p *PrimaryAccountInitServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*PrimaryAccountInitServiceProcessor) Process ¶
func (p *PrimaryAccountInitServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*PrimaryAccountInitServiceProcessor) ProcessorMap ¶
func (p *PrimaryAccountInitServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs ¶
type PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs struct { // unused field # 1 AuthSessionId string `thrift:"authSessionId,2" db:"authSessionId" json:"authSessionId"` }
Attributes:
- AuthSessionId
func NewPrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs ¶
func NewPrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs() *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs
func (*PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs) ReadField2 ¶
func (*PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs) String ¶
func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneArgs) String() string
type PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult ¶
type PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult struct { Success *RegisterPrimaryResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult ¶
func NewPrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult() *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult
func (*PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) GetE ¶
func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) GetE() *AuthException
func (*PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) GetSuccess() *RegisterPrimaryResponse
func (*PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) IsSetE ¶
func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) IsSetE() bool
func (*PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) ReadField0 ¶
func (*PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) ReadField1 ¶
func (*PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) String ¶
func (p *PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult) String() string
type PrimaryAccountInitServiceSendPinCodeForPhoneArgs ¶
type PrimaryAccountInitServiceSendPinCodeForPhoneArgs struct { AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"` Device *Device `thrift:"device,2" db:"device" json:"device"` UserPhoneNumber *UserPhoneNumber `thrift:"userPhoneNumber,3" db:"userPhoneNumber" json:"userPhoneNumber"` VerifMethod PhoneVerifMethod `thrift:"verifMethod,4" db:"verifMethod" json:"verifMethod"` }
Attributes:
- AuthSessionId
- Device
- UserPhoneNumber
- VerifMethod
func NewPrimaryAccountInitServiceSendPinCodeForPhoneArgs ¶
func NewPrimaryAccountInitServiceSendPinCodeForPhoneArgs() *PrimaryAccountInitServiceSendPinCodeForPhoneArgs
func (*PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetDevice ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetDevice() *Device
func (*PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetUserPhoneNumber ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetUserPhoneNumber() *UserPhoneNumber
func (*PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetVerifMethod ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) GetVerifMethod() PhoneVerifMethod
func (*PrimaryAccountInitServiceSendPinCodeForPhoneArgs) IsSetDevice ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) IsSetDevice() bool
func (*PrimaryAccountInitServiceSendPinCodeForPhoneArgs) IsSetUserPhoneNumber ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) IsSetUserPhoneNumber() bool
func (*PrimaryAccountInitServiceSendPinCodeForPhoneArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceSendPinCodeForPhoneArgs) ReadField2 ¶
func (*PrimaryAccountInitServiceSendPinCodeForPhoneArgs) ReadField3 ¶
func (*PrimaryAccountInitServiceSendPinCodeForPhoneArgs) ReadField4 ¶
func (*PrimaryAccountInitServiceSendPinCodeForPhoneArgs) String ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneArgs) String() string
type PrimaryAccountInitServiceSendPinCodeForPhoneResult ¶
type PrimaryAccountInitServiceSendPinCodeForPhoneResult struct { Success *SendPinCodeForPhoneResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceSendPinCodeForPhoneResult ¶
func NewPrimaryAccountInitServiceSendPinCodeForPhoneResult() *PrimaryAccountInitServiceSendPinCodeForPhoneResult
func (*PrimaryAccountInitServiceSendPinCodeForPhoneResult) GetE ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) GetE() *AuthException
func (*PrimaryAccountInitServiceSendPinCodeForPhoneResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) GetSuccess() *SendPinCodeForPhoneResponse
func (*PrimaryAccountInitServiceSendPinCodeForPhoneResult) IsSetE ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) IsSetE() bool
func (*PrimaryAccountInitServiceSendPinCodeForPhoneResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceSendPinCodeForPhoneResult) ReadField0 ¶
func (*PrimaryAccountInitServiceSendPinCodeForPhoneResult) ReadField1 ¶
func (*PrimaryAccountInitServiceSendPinCodeForPhoneResult) String ¶
func (p *PrimaryAccountInitServiceSendPinCodeForPhoneResult) String() string
type PrimaryAccountInitServiceSetPasswordArgs ¶
type PrimaryAccountInitServiceSetPasswordArgs struct { AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"` EncryptedPassword *EncryptedPassword `thrift:"encryptedPassword,2" db:"encryptedPassword" json:"encryptedPassword"` }
Attributes:
- AuthSessionId
- EncryptedPassword
func NewPrimaryAccountInitServiceSetPasswordArgs ¶
func NewPrimaryAccountInitServiceSetPasswordArgs() *PrimaryAccountInitServiceSetPasswordArgs
func (*PrimaryAccountInitServiceSetPasswordArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceSetPasswordArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceSetPasswordArgs) GetEncryptedPassword ¶
func (p *PrimaryAccountInitServiceSetPasswordArgs) GetEncryptedPassword() *EncryptedPassword
func (*PrimaryAccountInitServiceSetPasswordArgs) IsSetEncryptedPassword ¶
func (p *PrimaryAccountInitServiceSetPasswordArgs) IsSetEncryptedPassword() bool
func (*PrimaryAccountInitServiceSetPasswordArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceSetPasswordArgs) ReadField2 ¶
func (*PrimaryAccountInitServiceSetPasswordArgs) String ¶
func (p *PrimaryAccountInitServiceSetPasswordArgs) String() string
type PrimaryAccountInitServiceSetPasswordResult ¶
type PrimaryAccountInitServiceSetPasswordResult struct { Success *SetPasswordResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceSetPasswordResult ¶
func NewPrimaryAccountInitServiceSetPasswordResult() *PrimaryAccountInitServiceSetPasswordResult
func (*PrimaryAccountInitServiceSetPasswordResult) GetE ¶
func (p *PrimaryAccountInitServiceSetPasswordResult) GetE() *AuthException
func (*PrimaryAccountInitServiceSetPasswordResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceSetPasswordResult) GetSuccess() *SetPasswordResponse
func (*PrimaryAccountInitServiceSetPasswordResult) IsSetE ¶
func (p *PrimaryAccountInitServiceSetPasswordResult) IsSetE() bool
func (*PrimaryAccountInitServiceSetPasswordResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceSetPasswordResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceSetPasswordResult) ReadField0 ¶
func (*PrimaryAccountInitServiceSetPasswordResult) ReadField1 ¶
func (*PrimaryAccountInitServiceSetPasswordResult) String ¶
func (p *PrimaryAccountInitServiceSetPasswordResult) String() string
type PrimaryAccountInitServiceValidateProfileArgs ¶
type PrimaryAccountInitServiceValidateProfileArgs struct { AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"` DisplayName string `thrift:"displayName,2" db:"displayName" json:"displayName"` }
Attributes:
- AuthSessionId
- DisplayName
func NewPrimaryAccountInitServiceValidateProfileArgs ¶
func NewPrimaryAccountInitServiceValidateProfileArgs() *PrimaryAccountInitServiceValidateProfileArgs
func (*PrimaryAccountInitServiceValidateProfileArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceValidateProfileArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceValidateProfileArgs) GetDisplayName ¶
func (p *PrimaryAccountInitServiceValidateProfileArgs) GetDisplayName() string
func (*PrimaryAccountInitServiceValidateProfileArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceValidateProfileArgs) ReadField2 ¶
func (*PrimaryAccountInitServiceValidateProfileArgs) String ¶
func (p *PrimaryAccountInitServiceValidateProfileArgs) String() string
type PrimaryAccountInitServiceValidateProfileResult ¶
type PrimaryAccountInitServiceValidateProfileResult struct { Success *ValidateProfileResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceValidateProfileResult ¶
func NewPrimaryAccountInitServiceValidateProfileResult() *PrimaryAccountInitServiceValidateProfileResult
func (*PrimaryAccountInitServiceValidateProfileResult) GetE ¶
func (p *PrimaryAccountInitServiceValidateProfileResult) GetE() *AuthException
func (*PrimaryAccountInitServiceValidateProfileResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceValidateProfileResult) GetSuccess() *ValidateProfileResponse
func (*PrimaryAccountInitServiceValidateProfileResult) IsSetE ¶
func (p *PrimaryAccountInitServiceValidateProfileResult) IsSetE() bool
func (*PrimaryAccountInitServiceValidateProfileResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceValidateProfileResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceValidateProfileResult) ReadField0 ¶
func (*PrimaryAccountInitServiceValidateProfileResult) ReadField1 ¶
func (*PrimaryAccountInitServiceValidateProfileResult) String ¶
func (p *PrimaryAccountInitServiceValidateProfileResult) String() string
type PrimaryAccountInitServiceVerifyAccountUsingPwdArgs ¶
type PrimaryAccountInitServiceVerifyAccountUsingPwdArgs struct { AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"` AccountIdentifier *AccountIdentifier `thrift:"accountIdentifier,2" db:"accountIdentifier" json:"accountIdentifier"` EncryptedPassword *EncryptedPassword `thrift:"encryptedPassword,3" db:"encryptedPassword" json:"encryptedPassword"` }
Attributes:
- AuthSessionId
- AccountIdentifier
- EncryptedPassword
func NewPrimaryAccountInitServiceVerifyAccountUsingPwdArgs ¶
func NewPrimaryAccountInitServiceVerifyAccountUsingPwdArgs() *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) GetAccountIdentifier ¶
func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) GetAccountIdentifier() *AccountIdentifier
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) GetEncryptedPassword ¶
func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) GetEncryptedPassword() *EncryptedPassword
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) IsSetAccountIdentifier ¶
func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) IsSetAccountIdentifier() bool
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) IsSetEncryptedPassword ¶
func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) IsSetEncryptedPassword() bool
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) ReadField2 ¶
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) ReadField3 ¶
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) String ¶
func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdArgs) String() string
type PrimaryAccountInitServiceVerifyAccountUsingPwdResult ¶
type PrimaryAccountInitServiceVerifyAccountUsingPwdResult struct { Success *VerifyAccountUsingPwdResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceVerifyAccountUsingPwdResult ¶
func NewPrimaryAccountInitServiceVerifyAccountUsingPwdResult() *PrimaryAccountInitServiceVerifyAccountUsingPwdResult
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdResult) GetE ¶
func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) GetE() *AuthException
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) GetSuccess() *VerifyAccountUsingPwdResponse
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdResult) IsSetE ¶
func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) IsSetE() bool
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdResult) ReadField0 ¶
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdResult) ReadField1 ¶
func (*PrimaryAccountInitServiceVerifyAccountUsingPwdResult) String ¶
func (p *PrimaryAccountInitServiceVerifyAccountUsingPwdResult) String() string
type PrimaryAccountInitServiceVerifyPhoneArgs ¶
type PrimaryAccountInitServiceVerifyPhoneArgs struct { AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"` Device *Device `thrift:"device,2" db:"device" json:"device"` UserPhoneNumber *UserPhoneNumber `thrift:"userPhoneNumber,3" db:"userPhoneNumber" json:"userPhoneNumber"` PinCode string `thrift:"pinCode,4" db:"pinCode" json:"pinCode"` }
Attributes:
- AuthSessionId
- Device
- UserPhoneNumber
- PinCode
func NewPrimaryAccountInitServiceVerifyPhoneArgs ¶
func NewPrimaryAccountInitServiceVerifyPhoneArgs() *PrimaryAccountInitServiceVerifyPhoneArgs
func (*PrimaryAccountInitServiceVerifyPhoneArgs) GetAuthSessionId ¶
func (p *PrimaryAccountInitServiceVerifyPhoneArgs) GetAuthSessionId() string
func (*PrimaryAccountInitServiceVerifyPhoneArgs) GetDevice ¶
func (p *PrimaryAccountInitServiceVerifyPhoneArgs) GetDevice() *Device
func (*PrimaryAccountInitServiceVerifyPhoneArgs) GetPinCode ¶
func (p *PrimaryAccountInitServiceVerifyPhoneArgs) GetPinCode() string
func (*PrimaryAccountInitServiceVerifyPhoneArgs) GetUserPhoneNumber ¶
func (p *PrimaryAccountInitServiceVerifyPhoneArgs) GetUserPhoneNumber() *UserPhoneNumber
func (*PrimaryAccountInitServiceVerifyPhoneArgs) IsSetDevice ¶
func (p *PrimaryAccountInitServiceVerifyPhoneArgs) IsSetDevice() bool
func (*PrimaryAccountInitServiceVerifyPhoneArgs) IsSetUserPhoneNumber ¶
func (p *PrimaryAccountInitServiceVerifyPhoneArgs) IsSetUserPhoneNumber() bool
func (*PrimaryAccountInitServiceVerifyPhoneArgs) ReadField1 ¶
func (*PrimaryAccountInitServiceVerifyPhoneArgs) ReadField2 ¶
func (*PrimaryAccountInitServiceVerifyPhoneArgs) ReadField3 ¶
func (*PrimaryAccountInitServiceVerifyPhoneArgs) ReadField4 ¶
func (*PrimaryAccountInitServiceVerifyPhoneArgs) String ¶
func (p *PrimaryAccountInitServiceVerifyPhoneArgs) String() string
type PrimaryAccountInitServiceVerifyPhoneResult ¶
type PrimaryAccountInitServiceVerifyPhoneResult struct { Success *VerifyPhoneResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *AuthException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewPrimaryAccountInitServiceVerifyPhoneResult ¶
func NewPrimaryAccountInitServiceVerifyPhoneResult() *PrimaryAccountInitServiceVerifyPhoneResult
func (*PrimaryAccountInitServiceVerifyPhoneResult) GetE ¶
func (p *PrimaryAccountInitServiceVerifyPhoneResult) GetE() *AuthException
func (*PrimaryAccountInitServiceVerifyPhoneResult) GetSuccess ¶
func (p *PrimaryAccountInitServiceVerifyPhoneResult) GetSuccess() *VerifyPhoneResponse
func (*PrimaryAccountInitServiceVerifyPhoneResult) IsSetE ¶
func (p *PrimaryAccountInitServiceVerifyPhoneResult) IsSetE() bool
func (*PrimaryAccountInitServiceVerifyPhoneResult) IsSetSuccess ¶
func (p *PrimaryAccountInitServiceVerifyPhoneResult) IsSetSuccess() bool
func (*PrimaryAccountInitServiceVerifyPhoneResult) ReadField0 ¶
func (*PrimaryAccountInitServiceVerifyPhoneResult) ReadField1 ¶
func (*PrimaryAccountInitServiceVerifyPhoneResult) String ¶
func (p *PrimaryAccountInitServiceVerifyPhoneResult) String() string
type RegisterPrimaryResponse ¶
type RegisterPrimaryResponse struct {
AuthToken string `thrift:"authToken,1" db:"authToken" json:"authToken"`
}
Attributes:
- AuthToken
var PrimaryAccountInitServiceRegisterPrimaryUsingPhoneResult_Success_DEFAULT *RegisterPrimaryResponse
func NewRegisterPrimaryResponse ¶
func NewRegisterPrimaryResponse() *RegisterPrimaryResponse
func (*RegisterPrimaryResponse) Equals ¶
func (p *RegisterPrimaryResponse) Equals(other *RegisterPrimaryResponse) bool
func (*RegisterPrimaryResponse) GetAuthToken ¶
func (p *RegisterPrimaryResponse) GetAuthToken() string
func (*RegisterPrimaryResponse) ReadField1 ¶
func (*RegisterPrimaryResponse) String ¶
func (p *RegisterPrimaryResponse) String() string
type SecondAuthMethod ¶
type SecondAuthMethod int64
const ( SecondAuthMethod_UNKNOWN SecondAuthMethod = 0 SecondAuthMethod_SKIP SecondAuthMethod = 1 SecondAuthMethod_WEB_BASED SecondAuthMethod = 2 )
func SecondAuthMethodFromString ¶
func SecondAuthMethodFromString(s string) (SecondAuthMethod, error)
func SecondAuthMethodPtr ¶
func SecondAuthMethodPtr(v SecondAuthMethod) *SecondAuthMethod
func (SecondAuthMethod) MarshalText ¶
func (p SecondAuthMethod) MarshalText() ([]byte, error)
func (*SecondAuthMethod) Scan ¶
func (p *SecondAuthMethod) Scan(value interface{}) error
func (SecondAuthMethod) String ¶
func (p SecondAuthMethod) String() string
func (*SecondAuthMethod) UnmarshalText ¶
func (p *SecondAuthMethod) UnmarshalText(text []byte) error
type SendPinCodeForPhoneResponse ¶
type SendPinCodeForPhoneResponse struct {
AvailableMethods []PhoneVerifMethod `thrift:"availableMethods,1" db:"availableMethods" json:"availableMethods"`
}
Attributes:
- AvailableMethods
var PrimaryAccountInitServiceSendPinCodeForPhoneResult_Success_DEFAULT *SendPinCodeForPhoneResponse
func NewSendPinCodeForPhoneResponse ¶
func NewSendPinCodeForPhoneResponse() *SendPinCodeForPhoneResponse
func (*SendPinCodeForPhoneResponse) Equals ¶
func (p *SendPinCodeForPhoneResponse) Equals(other *SendPinCodeForPhoneResponse) bool
func (*SendPinCodeForPhoneResponse) GetAvailableMethods ¶
func (p *SendPinCodeForPhoneResponse) GetAvailableMethods() []PhoneVerifMethod
func (*SendPinCodeForPhoneResponse) ReadField1 ¶
func (*SendPinCodeForPhoneResponse) String ¶
func (p *SendPinCodeForPhoneResponse) String() string
type SetPasswordResponse ¶
type SetPasswordResponse struct { }
var PrimaryAccountInitServiceSetPasswordResult_Success_DEFAULT *SetPasswordResponse
func NewSetPasswordResponse ¶
func NewSetPasswordResponse() *SetPasswordResponse
func (*SetPasswordResponse) Equals ¶
func (p *SetPasswordResponse) Equals(other *SetPasswordResponse) bool
func (*SetPasswordResponse) String ¶
func (p *SetPasswordResponse) String() string
type UserPhoneNumber ¶
type UserPhoneNumber struct { PhoneNumber string `thrift:"phoneNumber,1" db:"phoneNumber" json:"phoneNumber"` CountryCode string `thrift:"countryCode,2" db:"countryCode" json:"countryCode"` }
Attributes:
- PhoneNumber
- CountryCode
var PrimaryAccountInitServiceGetPhoneVerifMethodArgs_UserPhoneNumber_DEFAULT *UserPhoneNumber
var PrimaryAccountInitServiceSendPinCodeForPhoneArgs_UserPhoneNumber_DEFAULT *UserPhoneNumber
var PrimaryAccountInitServiceVerifyPhoneArgs_UserPhoneNumber_DEFAULT *UserPhoneNumber
func NewUserPhoneNumber ¶
func NewUserPhoneNumber() *UserPhoneNumber
func (*UserPhoneNumber) Equals ¶
func (p *UserPhoneNumber) Equals(other *UserPhoneNumber) bool
func (*UserPhoneNumber) GetCountryCode ¶
func (p *UserPhoneNumber) GetCountryCode() string
func (*UserPhoneNumber) GetPhoneNumber ¶
func (p *UserPhoneNumber) GetPhoneNumber() string
func (*UserPhoneNumber) ReadField1 ¶
func (*UserPhoneNumber) ReadField2 ¶
func (*UserPhoneNumber) String ¶
func (p *UserPhoneNumber) String() string
type UserProfile ¶
type UserProfile struct { DisplayName string `thrift:"displayName,1" db:"displayName" json:"displayName"` ProfileImageUrl string `thrift:"profileImageUrl,2" db:"profileImageUrl" json:"profileImageUrl"` }
Attributes:
- DisplayName
- ProfileImageUrl
var GetUserProfileResponse_UserProfile_DEFAULT *UserProfile
var VerifyAccountUsingPwdResponse_UserProfile_DEFAULT *UserProfile
var VerifyPhoneResponse_UserProfile_DEFAULT *UserProfile
func NewUserProfile ¶
func NewUserProfile() *UserProfile
func (*UserProfile) Equals ¶
func (p *UserProfile) Equals(other *UserProfile) bool
func (*UserProfile) GetDisplayName ¶
func (p *UserProfile) GetDisplayName() string
func (*UserProfile) GetProfileImageUrl ¶
func (p *UserProfile) GetProfileImageUrl() string
func (*UserProfile) ReadField1 ¶
func (*UserProfile) ReadField2 ¶
func (*UserProfile) String ¶
func (p *UserProfile) String() string
type ValidateProfileResponse ¶
type ValidateProfileResponse struct { }
var PrimaryAccountInitServiceValidateProfileResult_Success_DEFAULT *ValidateProfileResponse
func NewValidateProfileResponse ¶
func NewValidateProfileResponse() *ValidateProfileResponse
func (*ValidateProfileResponse) Equals ¶
func (p *ValidateProfileResponse) Equals(other *ValidateProfileResponse) bool
func (*ValidateProfileResponse) String ¶
func (p *ValidateProfileResponse) String() string
type VerifyAccountUsingPwdResponse ¶
type VerifyAccountUsingPwdResponse struct { // unused field # 1 UserProfile *UserProfile `thrift:"userProfile,2" db:"userProfile" json:"userProfile"` }
Attributes:
- UserProfile
var PrimaryAccountInitServiceVerifyAccountUsingPwdResult_Success_DEFAULT *VerifyAccountUsingPwdResponse
func NewVerifyAccountUsingPwdResponse ¶
func NewVerifyAccountUsingPwdResponse() *VerifyAccountUsingPwdResponse
func (*VerifyAccountUsingPwdResponse) Equals ¶
func (p *VerifyAccountUsingPwdResponse) Equals(other *VerifyAccountUsingPwdResponse) bool
func (*VerifyAccountUsingPwdResponse) GetUserProfile ¶
func (p *VerifyAccountUsingPwdResponse) GetUserProfile() *UserProfile
func (*VerifyAccountUsingPwdResponse) IsSetUserProfile ¶
func (p *VerifyAccountUsingPwdResponse) IsSetUserProfile() bool
func (*VerifyAccountUsingPwdResponse) ReadField2 ¶
func (*VerifyAccountUsingPwdResponse) String ¶
func (p *VerifyAccountUsingPwdResponse) String() string
type VerifyPhoneResponse ¶
type VerifyPhoneResponse struct { // unused field # 1 AccountExist bool `thrift:"accountExist,2" db:"accountExist" json:"accountExist"` SameUdidFromAccount bool `thrift:"sameUdidFromAccount,3" db:"sameUdidFromAccount" json:"sameUdidFromAccount"` // unused fields # 4 to 10 UserProfile *UserProfile `thrift:"userProfile,11" db:"userProfile" json:"userProfile"` }
Attributes:
- AccountExist
- SameUdidFromAccount
- UserProfile
var PrimaryAccountInitServiceVerifyPhoneResult_Success_DEFAULT *VerifyPhoneResponse
func NewVerifyPhoneResponse ¶
func NewVerifyPhoneResponse() *VerifyPhoneResponse
func (*VerifyPhoneResponse) Equals ¶
func (p *VerifyPhoneResponse) Equals(other *VerifyPhoneResponse) bool
func (*VerifyPhoneResponse) GetAccountExist ¶
func (p *VerifyPhoneResponse) GetAccountExist() bool
func (*VerifyPhoneResponse) GetSameUdidFromAccount ¶
func (p *VerifyPhoneResponse) GetSameUdidFromAccount() bool
func (*VerifyPhoneResponse) GetUserProfile ¶
func (p *VerifyPhoneResponse) GetUserProfile() *UserProfile
func (*VerifyPhoneResponse) IsSetUserProfile ¶
func (p *VerifyPhoneResponse) IsSetUserProfile() bool
func (*VerifyPhoneResponse) ReadField11 ¶
func (*VerifyPhoneResponse) ReadField2 ¶
func (*VerifyPhoneResponse) ReadField3 ¶
func (*VerifyPhoneResponse) String ¶
func (p *VerifyPhoneResponse) String() string
type WebAuthDetails ¶
type WebAuthDetails struct { BaseUrl string `thrift:"baseUrl,1" db:"baseUrl" json:"baseUrl"` Token string `thrift:"token,2" db:"token" json:"token"` }
Attributes:
- BaseUrl
- Token
var AuthException_WebAuthDetails_DEFAULT *WebAuthDetails
var IssueWebAuthDetailsForAcctVerifResponse_WebAuthDetails_DEFAULT *WebAuthDetails
var IssueWebAuthDetailsForSecondAuthResponse_WebAuthDetails_DEFAULT *WebAuthDetails
func NewWebAuthDetails ¶
func NewWebAuthDetails() *WebAuthDetails
func (*WebAuthDetails) Equals ¶
func (p *WebAuthDetails) Equals(other *WebAuthDetails) bool
func (*WebAuthDetails) GetBaseUrl ¶
func (p *WebAuthDetails) GetBaseUrl() string
func (*WebAuthDetails) GetToken ¶
func (p *WebAuthDetails) GetToken() string
func (*WebAuthDetails) ReadField1 ¶
func (*WebAuthDetails) ReadField2 ¶
func (*WebAuthDetails) String ¶
func (p *WebAuthDetails) String() string