Click or drag to resize

IAuthUIWaitForUserPassword Method

Master Password is required.

Namespace: KeeperSecurity.Authentication.Async
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
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

TaskBoolean
Awaitable 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