DeviceApprovalStepSendCode Method |
Sends verification code to the channel
Namespace: KeeperSecurity.Authentication.SyncAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public Task SendCode(
DeviceApprovalChannel channel,
string code
)
Parameters
- channel DeviceApprovalChannel
- Device approval channel
- code String
- Verification code
Return Value
TaskAwaitable task
See Also