Keeper SDK Class Library
C#
Show/Hide TOC
Sso
Token
Action
Delegate Delegate
SSO login token delegate.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
delegate
Task
SsoTokenActionDelegate
(
string
token
)
Parameters
token
String
SSO login token.
Return Value
Task
Awaitable task.
Exceptions
Exception
Other exceptions.
See Also
Reference
KeeperSecurity.Authentication Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also