MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / refresh_sandbox_token

Method refresh_sandbox_token

crates/openshell-server/src/grpc/mod.rs:641–646  ·  view source on GitHub ↗
(
        &self,
        request: Request<RefreshSandboxTokenRequest>,
    )

Source from the content-addressed store, hash-verified

639
640 #[rpc_auth(auth = "sandbox")]
641 async fn refresh_sandbox_token(
642 &self,
643 request: Request<RefreshSandboxTokenRequest>,
644 ) -> Result<Response<RefreshSandboxTokenResponse>, Status> {
645 auth_rpc::handle_refresh_sandbox_token(&self.state, request).await
646 }
647
648 // --- Supervisor session ---
649

Callers 1

run_refreshFunction · 0.45

Calls 1

Tested by

no test coverage detected