Keeper SDK Class Library
C#
Show/Hide TOC
Auth
Sync
Login Method
Login to Keeper account with email.
Definition
Namespace:
KeeperSecurity.Authentication.Sync
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
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
IAuth
Login(String,
String
)
Exceptions
KeeperStartLoginException
Unrecoverable login error.
KeeperCanceled
Login cancelled.
Exception
Other exceptions.
See Also
Reference
AuthSync Class
KeeperSecurity.Authentication.Sync Namespace
LoginSso(String, Boolean)
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also