Click or drag to resize

AdoSecurityChallengeProviderAuthenticate Method

Authenticate a user using their challenge response

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public IPrincipal Authenticate(
	string userName,
	Guid challengeKey,
	string response,
	string tfaSecret
)

Parameters

userName  String
The name of the user which is being authenticated
challengeKey  Guid
The challenge which was answered
response  String
The response to the challenge
tfaSecret  String
The TFA one time password to fulfill the authentication request

Return Value

IPrincipal

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.AdoSecurityChallengeProvider.Authenticate(System.String,System.Guid,System.String,System.String)"]

Implements

ISecurityChallengeIdentityServiceAuthenticate(String, Guid, String, String)
See Also