generate_token
Generate secure random tokens for authentication, API keys, or session IDs using configurable length and character sets.
Instructions
Generate secure random tokens
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Token length | |
| charset | No | Character set to use | |
| customChars | No | Custom characters (required if charset is 'custom') |