DeviceApprovalChannel Enumeration |
Specifies supported device approval channels.
Namespace: KeeperSecurity.AuthenticationAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public enum DeviceApprovalChannel
Members Member name | Value | Description |
---|
Email | 0 |
Device approval by email.
|
TwoFactorAuth | 1 |
Device approval by 2FA.
|
KeeperPush | 2 |
Device approval by Keeper Push.
|
See Also