Click or drag to resize

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
Syntax
C#
public void OnSendOneTimeCode(
	DataObject identity,
	string oneTimeCode
)

Parameters

identity
Type: Omada.OE.ModelDataObject
oneTimeCode
Type: SystemString
See Also