 | AdoSecurityChallengeProviderAuthenticate Method |
Authenticate a user using their challenge response
Namespace: SanteDB.Persistence.Data.ServicesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic IPrincipal Authenticate(
string userName,
Guid challengeKey,
string response,
string tfaSecret
)
Public Function Authenticate (
userName As String,
challengeKey As Guid,
response As String,
tfaSecret As String
) As IPrincipal
public:
virtual IPrincipal^ Authenticate(
String^ userName,
Guid challengeKey,
String^ response,
String^ tfaSecret
) sealed
abstract Authenticate :
userName : string *
challengeKey : Guid *
response : string *
tfaSecret : string -> IPrincipal
override Authenticate :
userName : string *
challengeKey : Guid *
response : string *
tfaSecret : string -> IPrincipal 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