| 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
)
Public Function Authenticate (
userName As String,
password As String,
tfaSecret As String
) As IPrincipal
public:
virtual IPrincipal^ Authenticate(
String^ userName,
String^ password,
String^ tfaSecret
) sealed
abstract Authenticate :
userName : string *
password : string *
tfaSecret : string -> IPrincipal
override Authenticate :
userName : string *
password : string *
tfaSecret : string -> IPrincipal
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