| PasswordResetControllerGetChallengeQuestions Method (Int32, IntegerList) |
Gets the challenge questions for the password reset process.
The function supports that identityId can be 0. Its used when we mimic that we found the identity but did not.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Dictionary<int, string> GetChallengeQuestions(
int identityId,
IntegerList questionIds
)
Parameters
- identityId
- Type: SystemInt32
Can be 0 - questionIds
- Type: IntegerList
When supplied the questions are preferred rather than random ones
Return Value
Type:
DictionaryInt32,
String
See Also