Module identifiers

Module identifiers 

Source
Expand description

Identifier generation utilities

This module consolidates all identifier generation functions that were previously scattered across different crates.

Functionsยง

generate_event_id
Generate a new event ID for Server-Sent Events
generate_request_id
Generate a new request ID for JSON-RPC requests
generate_secure_random
Generate a cryptographically secure random string of specified length
generate_session_id
Generate a new session ID for MCP connections
generate_state
Generate a new state parameter for OAuth flows