Keeper SDK Class Library
C#
Show/Hide TOC
IAuth
Security
Key
UI Interface
Defines the method that starts U2F Security Key 2FA. Optional.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
interface
IAuthSecurityKeyUI
Remarks
Implement this interface along with
Auth UI
if you plan to support Security Key (Yubikey and any other U2F compatible keys).
Methods
AuthenticatePublicKeyRequest
U2F key authentications required.
See Also
Reference
KeeperSecurity.Authentication Namespace
AuthCallback
In This Article
Definition
Remarks
Methods
See Also