Build an authenticated channel for direct external use (e.g. the long-lived `supervisor_session` control stream).
(endpoint: &str)
| 313 | /// Build an authenticated channel for direct external use (e.g. the |
| 314 | /// long-lived `supervisor_session` control stream). |
| 315 | pub async fn connect_channel_pub(endpoint: &str) -> Result<AuthedChannel> { |
| 316 | connect_channel(endpoint).await |
| 317 | } |
| 318 | |
| 319 | /// Background task that renews the sandbox JWT at ~80% of its remaining |
| 320 | /// lifetime. The new token replaces the value in [`TOKEN_SLOT`], so all |
no test coverage detected