Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Add cloud password (Two-step verification) for account #1005

Open
vuminhit opened this issue Dec 10, 2020 · 3 comments
Open

Add cloud password (Two-step verification) for account #1005

vuminhit opened this issue Dec 10, 2020 · 3 comments

Comments

@vuminhit
Copy link

Hello,

How to add cloud password (Two-step verification) for account?

Thanks!

@atrdev-rgb
Copy link

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());
}

@vuminhit
Copy link
Author

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

@knocte
Copy link
Collaborator

knocte commented Dec 15, 2020

Maybe solved by this PR? nblockchain#17

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants