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