Keeper SDK Class Library
C#
Show/Hide TOC
Device
Approval
Step
Send
Code Method
Sends verification code to the channel
Definition
Namespace:
KeeperSecurity.Authentication.Sync
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
Task
SendCode
(
DeviceApprovalChannel
channel
,
string
code
)
Parameters
channel
DeviceApprovalChannel
Device approval channel
code
String
Verification code
Return Value
Task
Awaitable task
See Also
Reference
DeviceApprovalStep Class
KeeperSecurity.Authentication.Sync Namespace
In This Article
Definition
Parameters
Return Value
See Also