Click or drag to resize

TwoFactorStepSendCode Method

Sends verification code

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

Parameters

channel  TwoFactorChannel

[Missing <param name="channel"/> documentation for "M:KeeperSecurity.Authentication.Sync.TwoFactorStep.SendCode(KeeperSecurity.Authentication.TwoFactorChannel,System.String)"]

code  String

[Missing <param name="code"/> documentation for "M:KeeperSecurity.Authentication.Sync.TwoFactorStep.SendCode(KeeperSecurity.Authentication.TwoFactorChannel,System.String)"]

Return Value

Task

[Missing <returns> documentation for "M:KeeperSecurity.Authentication.Sync.TwoFactorStep.SendCode(KeeperSecurity.Authentication.TwoFactorChannel,System.String)"]

See Also