Click or drag to resize

IAuthSecurityKeyUI Interface

Defines the method that starts U2F Security Key 2FA. Optional.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IAuthSecurityKeyUI

The IAuthSecurityKeyUI type exposes the following members.

Methods
 NameDescription
Public methodAuthenticatePublicKeyRequest U2F key authentications required.
Top
Remarks
Implement this interface along with Auth UI if you plan to support Security Key (Yubikey and any other U2F compatible keys).
See Also