Пример #1
0
 /// <summary>
 /// Request a code for verification of a new device.
 /// Called by an already verified device.
 /// </summary>
 /// <returns>A verification code (String of 6 digits)</returns>
 public async Task <string> GetNewDeviceVerificationCode(CancellationToken token)// throws IOException
 {
     return(await PushServiceSocket.GetNewDeviceVerificationCode(token));
 }