Click or drag to resize

AuthLogin Method

Login to Keeper account with email.

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

Parameters

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

Return Value

Task
Awaitable task

Implements

IAuthLogin(String, String)
Exceptions
ExceptionCondition
KeeperStartLoginExceptionUnrecoverable login error.
KeeperCanceledLogin cancelled.
ExceptionOther exceptions.
See Also