Click or drag to resize

ISecurityChallengeIdentityServiceAuthenticate Method

Authenticates the specified user with a challenge key and response

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IPrincipal Authenticate(
	string userName,
	Guid challengeKey,
	string response,
	string tfaSecret
)

Parameters

userName  String

[Missing <param name="userName"/> documentation for "M:SanteDB.Core.Security.Services.ISecurityChallengeIdentityService.Authenticate(System.String,System.Guid,System.String,System.String)"]

challengeKey  Guid

[Missing <param name="challengeKey"/> documentation for "M:SanteDB.Core.Security.Services.ISecurityChallengeIdentityService.Authenticate(System.String,System.Guid,System.String,System.String)"]

response  String

[Missing <param name="response"/> documentation for "M:SanteDB.Core.Security.Services.ISecurityChallengeIdentityService.Authenticate(System.String,System.Guid,System.String,System.String)"]

tfaSecret  String

[Missing <param name="tfaSecret"/> documentation for "M:SanteDB.Core.Security.Services.ISecurityChallengeIdentityService.Authenticate(System.String,System.Guid,System.String,System.String)"]

Return Value

IPrincipal

[Missing <returns> documentation for "M:SanteDB.Core.Security.Services.ISecurityChallengeIdentityService.Authenticate(System.String,System.Guid,System.String,System.String)"]

See Also