TLSharp
TLSharp copied to clipboard
Add cloud password (Two-step verification) for account
Hello,
How to add cloud password (Two-step verification) for account?
Thanks!
Exception ex.message=="This Account has Cloud Password."
{
TLPassword result1 = await client.GetPasswordSetting(new CancellationToken());
usenboard = await client.MakeAuthWithPasswordAsync(result1, "Enter Cloud Password", new CancellationToken());
}
Exception ex.message=="This Account has Cloud Password." { TLPassword result1 = await client.GetPasswordSetting(new CancellationToken()); usenboard = await client.MakeAuthWithPasswordAsync(result1, "Enter Cloud Password", new CancellationToken()); }
This code for login account with cloud password. I want create cloud password for an account
Maybe solved by this PR? https://github.com/nblockchain/TgSharp/pull/17