Class: PrimaryAccountInitService::Client
- Inherits:
-
Object
- Object
- PrimaryAccountInitService::Client
- Includes:
- Thrift::Client
- Defined in:
- lib/linerb/gen-rb/primary_account_init_service.rb
Instance Method Summary collapse
- #exchangeEncryptionKey(authSessionId, request) ⇒ Object
- #getAcctVerifMethod(authSessionId, accountIdentifier) ⇒ Object
- #getCountryInfo(authSessionId, simCard) ⇒ Object
- #getPhoneVerifMethod(authSessionId, device, userPhoneNumber) ⇒ Object
- #getSecondAuthMethod(authSessionId) ⇒ Object
- #getUserProfile(authSessionId, accountIdentifier) ⇒ Object
- #issueWebAuthDetailsForAcctVerif(authSessionId, accountIdentifier) ⇒ Object
- #issueWebAuthDetailsForSecondAuth(authSessionId) ⇒ Object
- #migratePrimaryUsingPhone(authSessionId) ⇒ Object
- #migratePrimaryUsingSocialLogin(authSessionId) ⇒ Object
- #openSession(request) ⇒ Object
- #recv_exchangeEncryptionKey ⇒ Object
- #recv_getAcctVerifMethod ⇒ Object
- #recv_getCountryInfo ⇒ Object
- #recv_getPhoneVerifMethod ⇒ Object
- #recv_getSecondAuthMethod ⇒ Object
- #recv_getUserProfile ⇒ Object
- #recv_issueWebAuthDetailsForAcctVerif ⇒ Object
- #recv_issueWebAuthDetailsForSecondAuth ⇒ Object
- #recv_migratePrimaryUsingPhone ⇒ Object
- #recv_migratePrimaryUsingSocialLogin ⇒ Object
- #recv_openSession ⇒ Object
- #recv_registerPrimaryUsingPhone ⇒ Object
- #recv_registerPrimaryUsingSocialLogin ⇒ Object
- #recv_sendPinCodeForPhone ⇒ Object
- #recv_setPassword ⇒ Object
- #recv_validateProfile ⇒ Object
- #recv_verifyAccountUsingPwd ⇒ Object
- #recv_verifyPhone ⇒ Object
- #recv_verifySocialLogin ⇒ Object
- #registerPrimaryUsingPhone(authSessionId) ⇒ Object
- #registerPrimaryUsingSocialLogin(authSessionId) ⇒ Object
- #send_exchangeEncryptionKey(authSessionId, request) ⇒ Object
- #send_getAcctVerifMethod(authSessionId, accountIdentifier) ⇒ Object
- #send_getCountryInfo(authSessionId, simCard) ⇒ Object
- #send_getPhoneVerifMethod(authSessionId, device, userPhoneNumber) ⇒ Object
- #send_getSecondAuthMethod(authSessionId) ⇒ Object
- #send_getUserProfile(authSessionId, accountIdentifier) ⇒ Object
- #send_issueWebAuthDetailsForAcctVerif(authSessionId, accountIdentifier) ⇒ Object
- #send_issueWebAuthDetailsForSecondAuth(authSessionId) ⇒ Object
- #send_migratePrimaryUsingPhone(authSessionId) ⇒ Object
- #send_migratePrimaryUsingSocialLogin(authSessionId) ⇒ Object
- #send_openSession(request) ⇒ Object
- #send_registerPrimaryUsingPhone(authSessionId) ⇒ Object
- #send_registerPrimaryUsingSocialLogin(authSessionId) ⇒ Object
- #send_sendPinCodeForPhone(authSessionId, device, userPhoneNumber, verifMethod) ⇒ Object
- #send_setPassword(authSessionId, encryptedPassword) ⇒ Object
- #send_validateProfile(authSessionId, displayName) ⇒ Object
- #send_verifyAccountUsingPwd(authSessionId, accountIdentifier, encryptedPassword) ⇒ Object
- #send_verifyPhone(authSessionId, device, userPhoneNumber, pinCode) ⇒ Object
- #send_verifySocialLogin(authSessionId, device, socialLogin) ⇒ Object
- #sendPinCodeForPhone(authSessionId, device, userPhoneNumber, verifMethod) ⇒ Object
- #setPassword(authSessionId, encryptedPassword) ⇒ Object
- #validateProfile(authSessionId, displayName) ⇒ Object
- #verifyAccountUsingPwd(authSessionId, accountIdentifier, encryptedPassword) ⇒ Object
- #verifyPhone(authSessionId, device, userPhoneNumber, pinCode) ⇒ Object
- #verifySocialLogin(authSessionId, device, socialLogin) ⇒ Object
Instance Method Details
#exchangeEncryptionKey(authSessionId, request) ⇒ Object
14 15 16 17 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 14 def exchangeEncryptionKey(authSessionId, request) send_exchangeEncryptionKey(authSessionId, request) return recv_exchangeEncryptionKey() end |
#getAcctVerifMethod(authSessionId, accountIdentifier) ⇒ Object
30 31 32 33 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 30 def getAcctVerifMethod(authSessionId, accountIdentifier) send_getAcctVerifMethod(authSessionId, accountIdentifier) return recv_getAcctVerifMethod() end |
#getCountryInfo(authSessionId, simCard) ⇒ Object
46 47 48 49 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 46 def getCountryInfo(authSessionId, simCard) send_getCountryInfo(authSessionId, simCard) return recv_getCountryInfo() end |
#getPhoneVerifMethod(authSessionId, device, userPhoneNumber) ⇒ Object
62 63 64 65 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 62 def getPhoneVerifMethod(authSessionId, device, userPhoneNumber) send_getPhoneVerifMethod(authSessionId, device, userPhoneNumber) return recv_getPhoneVerifMethod() end |
#getSecondAuthMethod(authSessionId) ⇒ Object
78 79 80 81 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 78 def getSecondAuthMethod(authSessionId) send_getSecondAuthMethod(authSessionId) return recv_getSecondAuthMethod() end |
#getUserProfile(authSessionId, accountIdentifier) ⇒ Object
94 95 96 97 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 94 def getUserProfile(authSessionId, accountIdentifier) send_getUserProfile(authSessionId, accountIdentifier) return recv_getUserProfile() end |
#issueWebAuthDetailsForAcctVerif(authSessionId, accountIdentifier) ⇒ Object
110 111 112 113 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 110 def issueWebAuthDetailsForAcctVerif(authSessionId, accountIdentifier) send_issueWebAuthDetailsForAcctVerif(authSessionId, accountIdentifier) return recv_issueWebAuthDetailsForAcctVerif() end |
#issueWebAuthDetailsForSecondAuth(authSessionId) ⇒ Object
126 127 128 129 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 126 def issueWebAuthDetailsForSecondAuth(authSessionId) send_issueWebAuthDetailsForSecondAuth(authSessionId) return recv_issueWebAuthDetailsForSecondAuth() end |
#migratePrimaryUsingPhone(authSessionId) ⇒ Object
142 143 144 145 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 142 def migratePrimaryUsingPhone(authSessionId) send_migratePrimaryUsingPhone(authSessionId) return recv_migratePrimaryUsingPhone() end |
#migratePrimaryUsingSocialLogin(authSessionId) ⇒ Object
158 159 160 161 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 158 def migratePrimaryUsingSocialLogin(authSessionId) send_migratePrimaryUsingSocialLogin(authSessionId) return recv_migratePrimaryUsingSocialLogin() end |
#openSession(request) ⇒ Object
174 175 176 177 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 174 def openSession(request) send_openSession(request) return recv_openSession() end |
#recv_exchangeEncryptionKey ⇒ Object
23 24 25 26 27 28 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 23 def recv_exchangeEncryptionKey() result = (ExchangeEncryptionKey_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'exchangeEncryptionKey failed: unknown result') end |
#recv_getAcctVerifMethod ⇒ Object
39 40 41 42 43 44 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 39 def recv_getAcctVerifMethod() result = (GetAcctVerifMethod_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'getAcctVerifMethod failed: unknown result') end |
#recv_getCountryInfo ⇒ Object
55 56 57 58 59 60 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 55 def recv_getCountryInfo() result = (GetCountryInfo_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'getCountryInfo failed: unknown result') end |
#recv_getPhoneVerifMethod ⇒ Object
71 72 73 74 75 76 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 71 def recv_getPhoneVerifMethod() result = (GetPhoneVerifMethod_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'getPhoneVerifMethod failed: unknown result') end |
#recv_getSecondAuthMethod ⇒ Object
87 88 89 90 91 92 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 87 def recv_getSecondAuthMethod() result = (GetSecondAuthMethod_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'getSecondAuthMethod failed: unknown result') end |
#recv_getUserProfile ⇒ Object
103 104 105 106 107 108 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 103 def recv_getUserProfile() result = (GetUserProfile_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'getUserProfile failed: unknown result') end |
#recv_issueWebAuthDetailsForAcctVerif ⇒ Object
119 120 121 122 123 124 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 119 def recv_issueWebAuthDetailsForAcctVerif() result = (IssueWebAuthDetailsForAcctVerif_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'issueWebAuthDetailsForAcctVerif failed: unknown result') end |
#recv_issueWebAuthDetailsForSecondAuth ⇒ Object
135 136 137 138 139 140 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 135 def recv_issueWebAuthDetailsForSecondAuth() result = (IssueWebAuthDetailsForSecondAuth_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'issueWebAuthDetailsForSecondAuth failed: unknown result') end |
#recv_migratePrimaryUsingPhone ⇒ Object
151 152 153 154 155 156 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 151 def recv_migratePrimaryUsingPhone() result = (MigratePrimaryUsingPhone_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'migratePrimaryUsingPhone failed: unknown result') end |
#recv_migratePrimaryUsingSocialLogin ⇒ Object
167 168 169 170 171 172 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 167 def recv_migratePrimaryUsingSocialLogin() result = (MigratePrimaryUsingSocialLogin_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'migratePrimaryUsingSocialLogin failed: unknown result') end |
#recv_openSession ⇒ Object
183 184 185 186 187 188 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 183 def recv_openSession() result = (OpenSession_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'openSession failed: unknown result') end |
#recv_registerPrimaryUsingPhone ⇒ Object
199 200 201 202 203 204 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 199 def recv_registerPrimaryUsingPhone() result = (RegisterPrimaryUsingPhone_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'registerPrimaryUsingPhone failed: unknown result') end |
#recv_registerPrimaryUsingSocialLogin ⇒ Object
215 216 217 218 219 220 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 215 def recv_registerPrimaryUsingSocialLogin() result = (RegisterPrimaryUsingSocialLogin_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'registerPrimaryUsingSocialLogin failed: unknown result') end |
#recv_sendPinCodeForPhone ⇒ Object
231 232 233 234 235 236 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 231 def recv_sendPinCodeForPhone() result = (SendPinCodeForPhone_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'sendPinCodeForPhone failed: unknown result') end |
#recv_setPassword ⇒ Object
247 248 249 250 251 252 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 247 def recv_setPassword() result = (SetPassword_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'setPassword failed: unknown result') end |
#recv_validateProfile ⇒ Object
263 264 265 266 267 268 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 263 def recv_validateProfile() result = (ValidateProfile_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'validateProfile failed: unknown result') end |
#recv_verifyAccountUsingPwd ⇒ Object
279 280 281 282 283 284 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 279 def recv_verifyAccountUsingPwd() result = (VerifyAccountUsingPwd_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'verifyAccountUsingPwd failed: unknown result') end |
#recv_verifyPhone ⇒ Object
295 296 297 298 299 300 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 295 def recv_verifyPhone() result = (VerifyPhone_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'verifyPhone failed: unknown result') end |
#recv_verifySocialLogin ⇒ Object
311 312 313 314 315 316 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 311 def recv_verifySocialLogin() result = (VerifySocialLogin_result) return result.success unless result.success.nil? raise result.e unless result.e.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'verifySocialLogin failed: unknown result') end |
#registerPrimaryUsingPhone(authSessionId) ⇒ Object
190 191 192 193 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 190 def registerPrimaryUsingPhone(authSessionId) send_registerPrimaryUsingPhone(authSessionId) return recv_registerPrimaryUsingPhone() end |
#registerPrimaryUsingSocialLogin(authSessionId) ⇒ Object
206 207 208 209 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 206 def registerPrimaryUsingSocialLogin(authSessionId) send_registerPrimaryUsingSocialLogin(authSessionId) return recv_registerPrimaryUsingSocialLogin() end |
#send_exchangeEncryptionKey(authSessionId, request) ⇒ Object
19 20 21 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 19 def send_exchangeEncryptionKey(authSessionId, request) ('exchangeEncryptionKey', ExchangeEncryptionKey_args, :authSessionId => authSessionId, :request => request) end |
#send_getAcctVerifMethod(authSessionId, accountIdentifier) ⇒ Object
35 36 37 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 35 def send_getAcctVerifMethod(authSessionId, accountIdentifier) ('getAcctVerifMethod', GetAcctVerifMethod_args, :authSessionId => authSessionId, :accountIdentifier => accountIdentifier) end |
#send_getCountryInfo(authSessionId, simCard) ⇒ Object
51 52 53 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 51 def send_getCountryInfo(authSessionId, simCard) ('getCountryInfo', GetCountryInfo_args, :authSessionId => authSessionId, :simCard => simCard) end |
#send_getPhoneVerifMethod(authSessionId, device, userPhoneNumber) ⇒ Object
67 68 69 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 67 def send_getPhoneVerifMethod(authSessionId, device, userPhoneNumber) ('getPhoneVerifMethod', GetPhoneVerifMethod_args, :authSessionId => authSessionId, :device => device, :userPhoneNumber => userPhoneNumber) end |
#send_getSecondAuthMethod(authSessionId) ⇒ Object
83 84 85 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 83 def send_getSecondAuthMethod(authSessionId) ('getSecondAuthMethod', GetSecondAuthMethod_args, :authSessionId => authSessionId) end |
#send_getUserProfile(authSessionId, accountIdentifier) ⇒ Object
99 100 101 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 99 def send_getUserProfile(authSessionId, accountIdentifier) ('getUserProfile', GetUserProfile_args, :authSessionId => authSessionId, :accountIdentifier => accountIdentifier) end |
#send_issueWebAuthDetailsForAcctVerif(authSessionId, accountIdentifier) ⇒ Object
115 116 117 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 115 def send_issueWebAuthDetailsForAcctVerif(authSessionId, accountIdentifier) ('issueWebAuthDetailsForAcctVerif', IssueWebAuthDetailsForAcctVerif_args, :authSessionId => authSessionId, :accountIdentifier => accountIdentifier) end |
#send_issueWebAuthDetailsForSecondAuth(authSessionId) ⇒ Object
131 132 133 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 131 def send_issueWebAuthDetailsForSecondAuth(authSessionId) ('issueWebAuthDetailsForSecondAuth', IssueWebAuthDetailsForSecondAuth_args, :authSessionId => authSessionId) end |
#send_migratePrimaryUsingPhone(authSessionId) ⇒ Object
147 148 149 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 147 def send_migratePrimaryUsingPhone(authSessionId) ('migratePrimaryUsingPhone', MigratePrimaryUsingPhone_args, :authSessionId => authSessionId) end |
#send_migratePrimaryUsingSocialLogin(authSessionId) ⇒ Object
163 164 165 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 163 def send_migratePrimaryUsingSocialLogin(authSessionId) ('migratePrimaryUsingSocialLogin', MigratePrimaryUsingSocialLogin_args, :authSessionId => authSessionId) end |
#send_openSession(request) ⇒ Object
179 180 181 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 179 def send_openSession(request) ('openSession', OpenSession_args, :request => request) end |
#send_registerPrimaryUsingPhone(authSessionId) ⇒ Object
195 196 197 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 195 def send_registerPrimaryUsingPhone(authSessionId) ('registerPrimaryUsingPhone', RegisterPrimaryUsingPhone_args, :authSessionId => authSessionId) end |
#send_registerPrimaryUsingSocialLogin(authSessionId) ⇒ Object
211 212 213 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 211 def send_registerPrimaryUsingSocialLogin(authSessionId) ('registerPrimaryUsingSocialLogin', RegisterPrimaryUsingSocialLogin_args, :authSessionId => authSessionId) end |
#send_sendPinCodeForPhone(authSessionId, device, userPhoneNumber, verifMethod) ⇒ Object
227 228 229 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 227 def send_sendPinCodeForPhone(authSessionId, device, userPhoneNumber, verifMethod) ('sendPinCodeForPhone', SendPinCodeForPhone_args, :authSessionId => authSessionId, :device => device, :userPhoneNumber => userPhoneNumber, :verifMethod => verifMethod) end |
#send_setPassword(authSessionId, encryptedPassword) ⇒ Object
243 244 245 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 243 def send_setPassword(authSessionId, encryptedPassword) ('setPassword', SetPassword_args, :authSessionId => authSessionId, :encryptedPassword => encryptedPassword) end |
#send_validateProfile(authSessionId, displayName) ⇒ Object
259 260 261 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 259 def send_validateProfile(authSessionId, displayName) ('validateProfile', ValidateProfile_args, :authSessionId => authSessionId, :displayName => displayName) end |
#send_verifyAccountUsingPwd(authSessionId, accountIdentifier, encryptedPassword) ⇒ Object
275 276 277 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 275 def send_verifyAccountUsingPwd(authSessionId, accountIdentifier, encryptedPassword) ('verifyAccountUsingPwd', VerifyAccountUsingPwd_args, :authSessionId => authSessionId, :accountIdentifier => accountIdentifier, :encryptedPassword => encryptedPassword) end |
#send_verifyPhone(authSessionId, device, userPhoneNumber, pinCode) ⇒ Object
291 292 293 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 291 def send_verifyPhone(authSessionId, device, userPhoneNumber, pinCode) ('verifyPhone', VerifyPhone_args, :authSessionId => authSessionId, :device => device, :userPhoneNumber => userPhoneNumber, :pinCode => pinCode) end |
#send_verifySocialLogin(authSessionId, device, socialLogin) ⇒ Object
307 308 309 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 307 def send_verifySocialLogin(authSessionId, device, ) ('verifySocialLogin', VerifySocialLogin_args, :authSessionId => authSessionId, :device => device, :socialLogin => ) end |
#sendPinCodeForPhone(authSessionId, device, userPhoneNumber, verifMethod) ⇒ Object
222 223 224 225 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 222 def sendPinCodeForPhone(authSessionId, device, userPhoneNumber, verifMethod) send_sendPinCodeForPhone(authSessionId, device, userPhoneNumber, verifMethod) return recv_sendPinCodeForPhone() end |
#setPassword(authSessionId, encryptedPassword) ⇒ Object
238 239 240 241 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 238 def setPassword(authSessionId, encryptedPassword) send_setPassword(authSessionId, encryptedPassword) return recv_setPassword() end |
#validateProfile(authSessionId, displayName) ⇒ Object
254 255 256 257 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 254 def validateProfile(authSessionId, displayName) send_validateProfile(authSessionId, displayName) return recv_validateProfile() end |
#verifyAccountUsingPwd(authSessionId, accountIdentifier, encryptedPassword) ⇒ Object
270 271 272 273 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 270 def verifyAccountUsingPwd(authSessionId, accountIdentifier, encryptedPassword) send_verifyAccountUsingPwd(authSessionId, accountIdentifier, encryptedPassword) return recv_verifyAccountUsingPwd() end |
#verifyPhone(authSessionId, device, userPhoneNumber, pinCode) ⇒ Object
286 287 288 289 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 286 def verifyPhone(authSessionId, device, userPhoneNumber, pinCode) send_verifyPhone(authSessionId, device, userPhoneNumber, pinCode) return recv_verifyPhone() end |
#verifySocialLogin(authSessionId, device, socialLogin) ⇒ Object
302 303 304 305 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 302 def verifySocialLogin(authSessionId, device, ) send_verifySocialLogin(authSessionId, device, ) return recv_verifySocialLogin() end |