Click or drag to resize

IAuthSsoUIWaitForDataKey Method

Data Key needs to be shared.

Namespace: KeeperSecurity.Authentication.Async
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task<bool> WaitForDataKey(
	IDataKeyChannelInfo[] channels,
	CancellationToken token
)

Parameters

channels  IDataKeyChannelInfo
List of available data key sharing channels.
token  CancellationToken
Cancellation token. Keeper SDK notifies the client that data key is shared.

Return Value

TaskBoolean
Awaitable boolean result. TrueTrue resume login, False cancel.
Remarks
Cloud SSO login may require user data key to be shared if the device is used for the first time. Client displays the list of available data key sharing channels. When user picks a channel, client invokes channel's action channels.InvokeGetDataKeyAction
See Also