ChangeUserPasscode¶
Define an action that allows users to change their passcode.
All the properties defined under Action are applicable to this action.
ChangeUserPasscode Properties¶
| Property | Type | Required |
|---|---|---|
| _Type | const |
Yes |
_Type¶
- type:
const
The value of this property must be:
"Action.Type.ChangeUserPasscode"
Action Result¶
This action does not have an action result.
Examples¶
// ChangeUserPasscode.action
{
"Type": "Action.Type.ChangeUserPasscode",
"OnFailure": "/MDKApp/Actions/FailureMessage.action",
"OnSuccess": "/MDKApp/Actions/SuccessMessage.action"
}