Click or drag to resize

PasswordResetControllerOnPasswordResetCompleted Method

This method is called from the notification services optionally via a WebService

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 OnPasswordResetCompleted(
	int identityId,
	PasswordResetStatus status,
	List<Guid> successfulAssignmentKeys,
	List<Guid> failedAssignmentKeys,
	string errorMsg,
	string origin
)

Parameters

identityId
Type: SystemInt32
status
Type: Omada.OE.Solution.OIM.AppLogic.ModelPasswordResetStatus
successfulAssignmentKeys
Type: System.Collections.GenericListGuid
failedAssignmentKeys
Type: System.Collections.GenericListGuid
errorMsg
Type: SystemString
origin
Type: SystemString
Origin of the
See Also