Click or drag to resize

SessionManagerIsMFAResponseValid Method

Return true if response is valid

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public bool IsMFAResponseValid(
	MFASettings settings,
	string identifier,
	string response
)

Parameters

settings
Type: FileHold.UserRoleManager.CodeMFASettings
new settings (optional)
identifier
Type: SystemString
user id
response
Type: SystemString
response from API

Return Value

Type: Boolean
See Also