| MainCreateEmailOwnershipChallenge Method |
Action object must be a SignupRequest or a EmailChangeRequest or a Identity object.
Method overrides the security model.
Namespace:
Omada.OE.Solution.OIM.Assembly.CIAM
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic void CreateEmailOwnershipChallenge(
CodeMethodInvokeContext context,
string cause,
int expiration
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- cause
- Type: SystemString
Must be "SignupRequest" or "EmailChangeRequest" or "PasswordResetRequest".
- expiration
- Type: SystemInt32
Challenge will expire after this number of days.
See Also