Click or drag to resize

SsoTokenActionDelegate Delegate

SSO login token delegate.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public delegate Task SsoTokenActionDelegate(
	string token
)

Parameters

token  String
SSO login token.

Return Value

Task
Awaitable task.
Exceptions
ExceptionCondition
ExceptionOther exceptions.
See Also