Method: PrimaryAccountInitService::Client#send_getPhoneVerifMethod
- Defined in:
- lib/linerb/gen-rb/primary_account_init_service.rb
#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 |