| PasswordResetControllerOnSendOneTimeCode Method |
This method is called from the password reset web pages
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 void OnSendOneTimeCode(
DataObject identity,
string oneTimeCode
)
Parameters
- identity
- Type: Omada.OE.ModelDataObject
- oneTimeCode
- Type: SystemString
See Also