ChangeUserPasscode¶
Define an action that allows users to change their passcode or Touch ID.
The properties defined in Action are also applicable to this action.
ChangeUserPasscode Properties¶
Property | Type | Required |
---|---|---|
_Type | const |
Required |
_Type¶
- type:
const
The value of this property must be equal to:
"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"
}