Example #1
0
 /// <summary>
 /// Request an SMS verification code.  On success, the server will send
 /// an SMS verification code to this Signal user.
 /// </summary>
 /// <returns></returns>
 public async Task RequestSmsVerificationCode(CancellationToken token)// throws IOException
 {
     await PushServiceSocket.CreateAccount(token, false);
 }