Click or drag to resize

SQLiteIdentityServiceAuthenticate Method (String, String, String)

Authenticate the user using a TwoFactorAuthentication secret

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IPrincipal Authenticate(
	string userName,
	string password,
	string tfaSecret
)

Parameters

userName
Type: SystemString
User name.
password
Type: SystemString
Password.
tfaSecret
Type: SystemString
Tfa secret.

Return Value

Type: IPrincipal

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.Authenticate(System.String,System.String,System.String)"]

Implements

IIdentityProviderServiceAuthenticate(String, String, String)
See Also