Click or drag to resize

AuthLoginSso Method

Login to Keeper account with SSO Provider.

Namespace: KeeperSecurity.Authentication.Async
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
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