DeviceApprovalStepSendCode Method

Sends verification code to the channel

Definition

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
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