SsoTokenActionDelegate Delegate

SSO login token delegate.

Definition

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

Parameters

token  String
SSO login token.

Return Value

Task
Awaitable task.

Exceptions

ExceptionOther exceptions.

See Also