IAuthUIWaitForUserPassword Method |
Master Password is required.
Namespace: KeeperSecurity.Authentication.AsyncAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax Task<bool> WaitForUserPassword(
IPasswordInfo passwordInfo,
CancellationToken token
)
Parameters
- passwordInfo IPasswordInfo
- Enter Password interface
- token CancellationToken
- Cancellation token. Keeper SDK notifies the client successfully authorized. Can be ignored.
Return Value
TaskBooleanAwaitable boolean result.
TrueTrue resumes login,
False cancels.
Remarks
Client displays Enter password dialog.
When customer clicks Next client returns the password to
the SDK.
See Also