Click or drag to resize

DeviceApprovalStepSendCode Method

Sends verification code to the channel

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task SendCode(
	DeviceApprovalChannel channel,
	string code
)

Parameters

channel  DeviceApprovalChannel
Device approval channel
code  String
Verification code

Return Value

Task
Awaitable task
See Also