Keeper SDK Class Library
C#
Show/Hide TOC
IAuth
Login
Sso Method
Login to Keeper account with SSO Provider.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
Task
LoginSso
(
string
providerName
,
bool
forceLogin
=
false
)
Parameters
providerName
String
SSO provider name.
forceLogin
Boolean
(Optional)
Force new login with SSO IdP.
Return Value
Task
Awaitable task.
Exceptions
KeeperStartLoginException
Unrecoverable login error.
KeeperCanceled
Login cancelled.
Exception
Other exceptions.
See Also
Reference
IAuth Interface
KeeperSecurity.Authentication Namespace
Login(String,
String
)
In This Article
Definition
Parameters
Return Value
Exceptions
See Also