Click or drag to resize

ITfaCodeProvider Interface

An interface capable of generating unique codes for two factor verification and they validating the codes generated. It is intended that the code is transported to the user after generation and then the user will relay the code back using a different communication channel (hence, two-factor).

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface ITfaCodeProvider

The ITfaCodeProvider type exposes the following members.

Methods
 NameDescription
Public methodGenerateTfaCode Generate a code for a specific user.
Public methodVerifyTfaCode Verify a two factor code is correct for a given user
Top
See Also