Click or drag to resize

ITwoFactorAppCodeInfo Interface

Defines properties for 2FA by code action.

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

The ITwoFactorAppCodeInfo type exposes the following members.

Properties
 NameDescription
Public propertyApplicationName 2FA application name.
Public propertyChannelName 2FA channel name.
Public propertyInvokeTwoFactorCodeAction Gets 2FA by code action endpoint.
Public propertyPhoneNumber Phone number associated with this 2FA method. Optional.
Top
See Also