Set a profile PIN
nuvio_set_profile_pinSet or change a profile's PIN lock with a two-phase confirmation. Call once to receive a short-lived token, then call again with that token to execute the irreversible change.
Instructions
Set or change the PIN lock on a profile. Not reversible (the PIN hash is never returned). This operation cannot be undone: it uses two-phase confirmation — call it once to get a short-lived confirmation token, then call again with that token to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin | Yes | ||
| confirm | No | Required for reversible destructive changes. Without it a preview is returned. | |
| current_pin | No | ||
| profile_index | Yes | ||
| confirmation_token | No | Token from a previous call of this tool. Irreversible operations require a two-phase prepare/execute: call once to receive the token, then call again with it. |