Click or drag to resize

AuthSyncLoginSso Method

Login to Keeper account with SSO Provider.

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
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

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