Click or drag to resize

ISecurityChallengeIdentityServiceAuthenticate Method

Authenticates the specified user with a challenge key and response

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
IPrincipal Authenticate(
	string userName,
	Guid challengeKey,
	string response,
	string tfaSecret
)

Parameters

userName
Type: SystemString

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

challengeKey
Type: SystemGuid

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

response
Type: SystemString

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

tfaSecret
Type: SystemString

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

Return Value

Type: IPrincipal

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

See Also