Click or drag to resize

IAuthLogin Method

Login to Keeper account with email.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task Login(
	string username,
	params string[] passwords
)

Parameters

username  String
Keeper account email address.
passwords  String
Master password(s)

Return Value

Task
Awaitable task
Exceptions
ExceptionCondition
KeeperStartLoginExceptionUnrecoverable login error.
KeeperCanceledLogin cancelled.
ExceptionOther exceptions.
See Also