pub fn generate_session_token() -> Result<Zeroizing<String>>Expand description
Generate a fresh session token.
Returns a hex-encoded 64-character string wrapping 32 bytes of
cryptographic randomness. The token is stored in a Zeroizing<String>
that clears memory on drop.