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

Method issue_sandbox_token

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

Source from the content-addressed store, hash-verified

631
632 #[rpc_auth(auth = "sandbox")]
633 async fn issue_sandbox_token(
634 &self,
635 request: Request<IssueSandboxTokenRequest>,
636 ) -> Result<Response<IssueSandboxTokenResponse>, Status> {
637 auth_rpc::handle_issue_sandbox_token(&self.state, request).await
638 }
639
640 #[rpc_auth(auth = "sandbox")]
641 async fn refresh_sandbox_token(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected