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