pub fn generate_device_token() -> StringExpand description
Generate a fresh, cryptographically-random per-device Bearer token (256 bits,
hex-encoded). The raw token is returned to the app exactly once (in
PairResponse); only its hash is persisted (see DeviceStore).